Merge pull request #80206 from Thra11/guile-gnutls
gnutls: fix guile bindings
This commit is contained in:
commit
bbb8132790
@ -59,8 +59,12 @@ stdenv.mkDerivation {
|
|||||||
"--disable-dependency-tracking"
|
"--disable-dependency-tracking"
|
||||||
"--enable-fast-install"
|
"--enable-fast-install"
|
||||||
"--with-unbound-root-key-file=${dns-root-data}/root.key"
|
"--with-unbound-root-key-file=${dns-root-data}/root.key"
|
||||||
] ++ lib.optional guileBindings
|
] ++ lib.optional guileBindings [
|
||||||
[ "--enable-guile" "--with-guile-site-dir=\${out}/share/guile/site" ];
|
"--enable-guile"
|
||||||
|
"--with-guile-site-dir=\${out}/share/guile/site"
|
||||||
|
"--with-guile-site-ccache-dir=\${out}/share/guile/site"
|
||||||
|
"--with-guile-extension-dir=\${out}/share/guile/site"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user