mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
nettle: enable strictDeps
This commit is contained in:
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ gnum4 ];
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
configureFlags =
|
||||
# runtime selection of HW-accelerated code; it's default since 3.7
|
||||
[ "--enable-fat" ]
|
||||
|
||||
Reference in New Issue
Block a user