summary refs log tree commit diff
path: root/pkgs/development/libraries/exiv2
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-05 16:45:48 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-05 16:45:48 +0200
commit6071ff18be1a170b7d977a354d7506657d913a6e (patch)
tree98ed54b96ca3c349d6add0bedeccf12bb749dd30 /pkgs/development/libraries/exiv2
parente7c9273b87827f4415fd1bf9d9bc56450d2d8101 (diff)
downloadnixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.tar
nixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.tar.gz
nixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.tar.bz2
nixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.tar.lz
nixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.tar.xz
nixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.tar.zst
nixpkgs-6071ff18be1a170b7d977a354d7506657d913a6e.zip
exiv2: add license
see issue #43716
Diffstat (limited to 'pkgs/development/libraries/exiv2')
-rw-r--r--pkgs/development/libraries/exiv2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix
index 7f5f1903517..1c6c6fd7015 100644
--- a/pkgs/development/libraries/exiv2/default.nix
+++ b/pkgs/development/libraries/exiv2/default.nix
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.exiv2.org/;
     description = "A library and command-line utility to manage image metadata";
     platforms = stdenv.lib.platforms.all;
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }