gnu: guile-json: Return #t from snippet.
* gnu/packages/guile.scm (guile-json)[source]: Return #t from snippet.master
parent
3466537b53
commit
9f0afbae11
|
@ -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)
|
||||
|
|
Reference in New Issue