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

View File

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