mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
release.nix: Pass --with-libgcrypt-prefix' in the tarball' job.
* release.nix (jobs.tarball)[configureFlags]: Pass `--with-libgcrypt-prefix'.
This commit is contained in:
@@ -51,7 +51,9 @@ let
|
||||
buildInputs = with pkgs; [ guile ];
|
||||
buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ];
|
||||
configureFlags =
|
||||
[ "--with-nix-prefix=${pkgs.nix}" ];
|
||||
[ "--with-nix-prefix=${pkgs.nix}"
|
||||
"--with-libgcrypt-prefix=${pkgs.libgcrypt}"
|
||||
];
|
||||
};
|
||||
|
||||
build =
|
||||
|
||||
Reference in New Issue
Block a user