mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
guix: use libgcrypt_1_5, fix compilation but not tests (ZHF)
This commit is contained in:
parent
fef6141662
commit
d92ce0d552
1 changed files with 3 additions and 1 deletions
|
@ -14428,7 +14428,9 @@ let
|
|||
gnuk-unstable = callPackage ../misc/gnuk/unstable.nix { };
|
||||
gnuk-git = callPackage ../misc/gnuk/git.nix { };
|
||||
|
||||
guix = callPackage ../tools/package-management/guix { };
|
||||
guix = callPackage ../tools/package-management/guix {
|
||||
libgcrypt = libgcrypt_1_5;
|
||||
};
|
||||
|
||||
gxemul = callPackage ../misc/emulators/gxemul { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue