eggdbus: add license
This commit is contained in:
parent
e9da929e41
commit
247e3b3082
|
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib dbus dbus-glib ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://hal.freedesktop.org/releases/;
|
||||
description = "D-Bus bindings for GObject";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue