summary refs log tree commit diff
path: root/pkgs/data/icons/hicolor-icon-theme
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2022-11-02 23:14:08 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2022-11-02 23:14:08 +0100
commita68b0d4bc2e1321e47f28376e54d84e9528fc5b5 (patch)
treeba9ef2345a268c604c03e3a69e61f0da98ad6521 /pkgs/data/icons/hicolor-icon-theme
parent57e976051f17531573a2270c4ab9a5e66d19fcbe (diff)
downloadnixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.tar
nixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.tar.gz
nixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.tar.bz2
nixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.tar.lz
nixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.tar.xz
nixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.tar.zst
nixpkgs-a68b0d4bc2e1321e47f28376e54d84e9528fc5b5.zip
hicolor-icon-theme: add license
Diffstat (limited to 'pkgs/data/icons/hicolor-icon-theme')
-rw-r--r--pkgs/data/icons/hicolor-icon-theme/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/data/icons/hicolor-icon-theme/default.nix b/pkgs/data/icons/hicolor-icon-theme/default.nix
index 4fb1ada6654..096baa49ace 100644
--- a/pkgs/data/icons/hicolor-icon-theme/default.nix
+++ b/pkgs/data/icons/hicolor-icon-theme/default.nix
@@ -15,5 +15,6 @@ stdenvNoCC.mkDerivation rec {
     description = "Default fallback theme used by implementations of the icon theme specification";
     homepage = "https://icon-theme.freedesktop.org/releases/";
     platforms = platforms.unix;
+    license = licenses.gpl2Only;
   };
 }