me
/
guix
Archived
1
0
Fork 0

gnu: guile-json: Return #t from snippet.

* gnu/packages/guile.scm (guile-json)[source]: Return #t from snippet.
master
Mark H Weaver 2018-06-25 18:27:20 -04:00
parent 3466537b53
commit 9f0afbae11
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -835,7 +835,8 @@ for Guile\".")
"AC_SUBST([GUILE_EFFECTIVE_VERSION])\n")))
(substitute* '("Makefile.am" "json/Makefile.am")
(("moddir[[:blank:]]*=.*/share/guile/site" all)
(string-append all "/@GUILE_EFFECTIVE_VERSION@")))))))
(string-append all "/@GUILE_EFFECTIVE_VERSION@")))
#t))))
(build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)