mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
libnotify: add license
This commit is contained in:
parent
e7411d6eb5
commit
4877761ab8
|
@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkgconfig autoreconfHook gobjectIntrospection ];
|
||||
buildInputs = [ glib gdk_pixbuf ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://developer.gnome.org/notification-spec/;
|
||||
description = "A library that sends desktop notifications to a notification daemon";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue