libnotify: add license
This commit is contained in:
parent
e7411d6eb5
commit
4877761ab8
@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig autoreconfHook gobjectIntrospection ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook gobjectIntrospection ];
|
||||||
buildInputs = [ glib gdk_pixbuf ];
|
buildInputs = [ glib gdk_pixbuf ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://developer.gnome.org/notification-spec/;
|
homepage = https://developer.gnome.org/notification-spec/;
|
||||||
description = "A library that sends desktop notifications to a notification daemon";
|
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 New Issue
Block a user