libgdiplus: split package to reduce dependencies closure size

nix path-info -rSh on mono:

Before: /nix/store/p7zix8ypkqdwz86jvirzn0hmqhkbfhf7-mono-5.20.1.27                 1.2G
After:  /nix/store/zwg8d5m2d7hbi1ylh6rq00wyghyyzpsp-mono-5.20.1.27               881.3M

Mostly due to not dragging in cairo-dev, mesa-dev, etc.
This commit is contained in:
Pierre Bourdon 2019-09-20 13:28:34 +02:00
parent 22325331d2
commit dd5eb4dbc2
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

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