We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f345f35 commit ef04754Copy full SHA for ef04754
pkgs/tools/typesetting/pdftk/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
8
sha256 = "1hdq6zm2dx2f9h7bjrp6a1hfa1ywgkwydp14i2sszjiszljnm3qi";
9
};
10
11
- buildInputs = [ gcj unzip ];
+ nativeBuildInputs = [ gcj unzip ];
12
13
hardeningDisable = [ "fortify" "format" ];
14
0 commit comments