bsc: disable hardening in some packages

This commit is contained in:
2021-04-21 19:42:37 +02:00
parent a4b8f8e94b
commit 760787858a
10 changed files with 15 additions and 2 deletions

View File

@@ -24,4 +24,6 @@ stdenv.mkDerivation rec {
rev = "6b11368ea522cd7095cfcf163831b8285faeee7e";
sha256 = "0519lb1rinhzkk0iy5cjjiqnk1bzhnnzhfigj9ac2c3wl0zcsrvy";
};
hardeningDisable = [ "all" ];
}

View File

@@ -22,4 +22,5 @@ stdenv.mkDerivation rec {
url = "ssh://git@bscpm03.bsc.es/interoperability/tampi";
ref = "master";
};
hardeningDisable = [ "all" ];
}