Use a hardened stdenv by default
This commit is contained in:
committed by
Robin Gloster
parent
c5f092c6a7
commit
954e9903ad
@@ -2,16 +2,18 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gd-2.0.35";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.libgd.org/releases/gd-2.0.35.tar.bz2;
|
||||
sha256 = "1y80lcmb8qbzf0a28841zxhq9ndfapmh2fsrqfd9lalxfj8288mz";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [zlib libpng freetype];
|
||||
|
||||
propagatedBuildInputs = [libjpeg fontconfig]; # urgh
|
||||
|
||||
noHardening_format = true;
|
||||
|
||||
configureFlags = "--without-x";
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user