forked from rarias/bscpkgs
apps: disable hardening in all garlic apps
This commit is contained in:
@@ -48,4 +48,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
programPath = "/bin/BigSort";
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
|
||||
@@ -40,4 +40,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
programPath = "/bin/genseq";
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
|
||||
@@ -40,4 +40,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
programPath = "/bin/shuffle";
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user