eggdbus: add license
This commit is contained in:
parent
e9da929e41
commit
247e3b3082
@ -2,18 +2,19 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "eggdbus-0.6";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://hal.freedesktop.org/releases/${name}.tar.gz";
|
||||
sha256 = "118hj63ac65zlg71kydv4607qcg1qpdlql4kvhnwnnhar421jnq4";
|
||||
};
|
||||
|
||||
|
||||
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
Block a user