summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
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/libraries/gobject-introspection
parentb04da30d6554063e3483c45b2728dc86fd1935e5 (diff)
downloadnixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar
nixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.gz
nixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.bz2
nixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.lz
nixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.xz
nixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.tar.zst
nixpkgs-154e9e11f7517fe0824e8ebc5aa3cee32cae4610.zip
gobject-introspection: add licenses
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-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 b2c0a9f89a4..482710f18df 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