cinepaint: turn off format hardening
This commit is contained in:
parent
a2bc57b15a
commit
75f8122c2c
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ stdenv.mkDerivation rec {
|
|||
libXext libXpm libXau libXxf86vm pixman libpthreadstubs fltk
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
patches = [ ./install.patch ];
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
|
||||
NIX_LDFLAGS = "-llcms -ljpeg -lX11";
|
||||
|
||||
# NIX_CFLAGS_COMPILE = "-I.";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.cinepaint.org/;
|
||||
license = stdenv.lib.licenses.free;
|
||||
|
|
Loading…
Reference in a new issue