mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
pioneers: turn off format hardening
This commit is contained in:
parent
e5fa454ad3
commit
295602945e
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gtk pkgconfig intltool ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://pio.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user