mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
libgdiplus: add license + meta data
This commit is contained in:
parent
f54413553b
commit
2887798de5
@ -34,7 +34,10 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s $out/lib/libgdiplus.0.dylib $out/lib/libgdiplus.so
|
ln -s $out/lib/libgdiplus.0.dylib $out/lib/libgdiplus.so
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Mono library that provides a GDI+-compatible API on non-Windows operating systems";
|
||||||
|
homepage = https://www.mono-project.com/docs/gui/libgdiplus/;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user