summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-08 23:08:14 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-08 23:10:04 +0200
commit154e9e11f7517fe0824e8ebc5aa3cee32cae4610 (patch)
treee5d5472336fee7c156a23d0a96a797d6f0ab66d9 /pkgs/development
parentb04da30d6554063e3483c45b2728dc86fd1935e5 (diff)
downloadnixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar
nixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.gz
nixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.bz2
nixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.lz
nixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.xz
nixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.zst
nixlib-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.zip
gobject-introspection: add licenses
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gobject-introspection/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix
index b2c0a9f89a48..482710f18df5 100644
--- a/pkgs/development/libraries/gobject-introspection/default.nix
+++ b/pkgs/development/libraries/gobject-introspection/default.nix
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
     homepage    = http://live.gnome.org/GObjectIntrospection;
     maintainers = with maintainers; [ lovek323 lethalman ];
     platforms   = platforms.unix;
+    license = with licenses; [ gpl2 lgpl2 ];
 
     longDescription = ''
       GObject introspection is a middleware layer between C libraries (using