diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-07-25 17:06:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-25 17:46:17 +0200 |
commit | 726ecfeb3ae9eb4baacf042e2dd34b1e377dccfa (patch) | |
tree | 7a90b6472187e2a5bb97362de5ee6314a5df312f /gnu/local.mk | |
parent | 0093b1262b1af6b66cf255112bdad7ed6f8f08e3 (diff) | |
download | guix-726ecfeb3ae9eb4baacf042e2dd34b1e377dccfa.tar guix-726ecfeb3ae9eb4baacf042e2dd34b1e377dccfa.tar.gz |
gnu: Add guile2.0-bytestructures.
* gnu/packages/patches/guile-bytestructures-name-clash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-bytestructures)[source]: Use it.
[arguments]: Unpack the source.
[native-inputs]: New field.
(guile2.0-bytestructures): New variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 60ad007a28..1cc8f08d98 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -668,6 +668,7 @@ dist_patch_DATA = \ %D%/packages/patches/gsl-test-i686.patch \ %D%/packages/patches/gspell-dash-test.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ + %D%/packages/patches/guile-bytestructures-name-clash.patch \ %D%/packages/patches/guile-default-utf8.patch \ %D%/packages/patches/guile-linux-syscalls.patch \ %D%/packages/patches/guile-present-coding.patch \ |