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" ];