mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 06:07:57 +00:00
xmlroff: disable format hardening
This commit is contained in:
parent
1f06067b01
commit
b898fdaceb
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = "--disable-pangoxsl --disable-gp";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace tools/insert-file-as-string.pl --replace "/usr/bin/perl" "${perl}/bin/perl"
|
||||
substituteInPlace Makefile --replace "docs" ""
|
||||
|
Loading…
Reference in New Issue
Block a user