gnu: gnutls: Fix path to a guile site directory.
Suggested by Ludovic Courtès. * gnu/packages/gnutls.scm (gnutls): Add '--with-guile-site-dir' configure flag.
This commit is contained in:
parent
fa35dafe9a
commit
b94ae0b89e
|
@ -77,6 +77,11 @@ specifications.")
|
||||||
"1krx33ab2ijwfz71f1ba8labxfsic7jhlhv6rvjsyw566jj9a3d2"))
|
"1krx33ab2ijwfz71f1ba8labxfsic7jhlhv6rvjsyw566jj9a3d2"))
|
||||||
(patches (list (search-patch "gnutls-server-name-fix.patch")))))
|
(patches (list (search-patch "gnutls-server-name-fix.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags
|
||||||
|
(list (string-append "--with-guile-site-dir="
|
||||||
|
(assoc-ref %outputs "out")
|
||||||
|
"/share/guile/site/2.0"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue