eggdbus: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 20:31:31 +01:00
parent e9da929e41
commit 247e3b3082
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 5 additions and 4 deletions

View File

@ -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;
};
}