mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
lprof: disable format hardening
This commit is contained in:
parent
0c7f045a7a
commit
1f1637f6a0
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ stdenv.mkDerivation {
|
|||
name = "lprof-1.11.4.1";
|
||||
buildInputs = [ scons qt3 lcms1 libtiff vigra ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
preConfigure = ''
|
||||
export QTDIR=${qt3}
|
||||
export qt_directory=${qt3}
|
||||
|
|
Loading…
Reference in a new issue