forked from rarias/bscpkgs
bsc: disable hardening in some packages
This commit is contained in:
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ perl gfortran openssh hwloc libfabric ];
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
# doCheck = true; # Fails
|
||||
|
||||
|
||||
Reference in New Issue
Block a user