libnotify: nixpkgs-fmt, add maintainers
This commit is contained in:
parent
79d45c42ac
commit
8f2e47ea4f
@ -1,5 +1,14 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, fetchpatch
|
{ stdenv
|
||||||
, glib, gdk-pixbuf, gobject-introspection, gnome3 }:
|
, fetchurl
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, pkgconfig
|
||||||
|
, fetchpatch
|
||||||
|
, glib
|
||||||
|
, gdk-pixbuf
|
||||||
|
, gobject-introspection
|
||||||
|
, gnome3
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libnotify";
|
pname = "libnotify";
|
||||||
@ -26,8 +35,17 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dgtk_doc=false"
|
"-Dgtk_doc=false"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ];
|
nativeBuildInputs = [
|
||||||
propagatedBuildInputs = [ glib gdk-pixbuf ];
|
gobject-introspection
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
pkgconfig
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
gdk-pixbuf
|
||||||
|
glib
|
||||||
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
@ -40,6 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
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 = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = gnome3.maintainers;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user