guile-gcrypt: add make flags and tests
This commit is contained in:
parent
04455a586e
commit
49e9431c2a
@ -20,11 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-lAaiKBOdTFWEWsmwKgx0C67ACvtnEKUxti66dslzSVQ=";
|
sha256 = "sha256-lAaiKBOdTFWEWsmwKgx0C67ACvtnEKUxti66dslzSVQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postConfigure = ''
|
|
||||||
sed -i '/moddir\s*=/s%=.*%=''${out}/share/guile/site%' Makefile;
|
|
||||||
sed -i '/godir\s*=/s%=.*%=''${out}/share/guile/ccache%' Makefile;
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook pkg-config texinfo
|
autoreconfHook pkg-config texinfo
|
||||||
];
|
];
|
||||||
@ -34,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
libgcrypt
|
libgcrypt
|
||||||
];
|
];
|
||||||
|
makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Bindings to Libgcrypt for GNU Guile";
|
description = "Bindings to Libgcrypt for GNU Guile";
|
||||||
|
Loading…
Reference in New Issue
Block a user