1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

pdftk: fix build

Fixes #33509.
This commit is contained in:
Vladimír Čunát 2018-01-07 11:50:40 +01:00
parent f345f35a54
commit ef047548ed
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1hdq6zm2dx2f9h7bjrp6a1hfa1ywgkwydp14i2sszjiszljnm3qi";
};
buildInputs = [ gcj unzip ];
nativeBuildInputs = [ gcj unzip ];
hardeningDisable = [ "fortify" "format" ];