summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-24 11:08:43 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commita6c9a6f5bff3835ceb1d201e7904c83c9736f15d (patch)
treef5337174ed0b9587cfd6616f0940c8eaa54fc20b /pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
parent9adcd6f78c36163731b480b1be368defccc3e47a (diff)
downloadnixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.tar
nixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.tar.gz
nixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.tar.bz2
nixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.tar.lz
nixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.tar.xz
nixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.tar.zst
nixpkgs-a6c9a6f5bff3835ceb1d201e7904c83c9736f15d.zip
qt55.qtbase: set licenses correctly
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.5/qtbase/default.nix')
-rw-r--r--pkgs/development/libraries/qt-5/5.5/qtbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix b/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
index 092f72264c3..5b0ced23028 100644
--- a/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
+++ b/pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
@@ -243,7 +243,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     homepage = http://www.qt.io;
     description = "A cross-platform application framework for C++";
-    license = "GPL/LGPL";
+    license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
     maintainers = with maintainers; [ bbenoist qknight ttuegel ];
     platforms = platforms.linux;
   };