mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ (define-public gnutls
|
|||
"1krx33ab2ijwfz71f1ba8labxfsic7jhlhv6rvjsyw566jj9a3d2"))
|
||||
(patches (list (search-patch "gnutls-server-name-fix.patch")))))
|
||||
(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
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue