lincityNg: turn off format hardening
This commit is contained in:
parent
b108c351f0
commit
242b8aba7c
|
@ -15,13 +15,15 @@ let s = # Generated upstream information
|
||||||
};
|
};
|
||||||
buildInputs = [zlib jam pkgconfig gettext libxml2 libxslt xproto libX11 mesa
|
buildInputs = [zlib jam pkgconfig gettext libxml2 libxslt xproto libX11 mesa
|
||||||
SDL SDL_mixer SDL_image SDL_ttf SDL_gfx physfs];
|
SDL SDL_mixer SDL_image SDL_ttf SDL_gfx physfs];
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (s) name version;
|
inherit (s) name version;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
buildPhase = "jam";
|
buildPhase = "jam";
|
||||||
|
|
Loading…
Reference in New Issue