3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69147 from delroth/mono-closure-size

libgdiplus: split package to reduce dependencies closure size
This commit is contained in:
Jörg Thalheim 2019-09-22 15:09:37 +01:00 committed by GitHub
commit 382308c5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation {
})
];
outputs = [ "out" "dev" ];
hardeningDisable = [ "format" ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];