mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
gio-sharp: add license + homepage
This commit is contained in:
parent
3c1819fcce
commit
002ae44fa1
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GIO API bindings";
|
description = "GIO API bindings";
|
||||||
|
homepage = https://github.com/mono/gio-sharp;
|
||||||
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user