summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-06-11 15:41:18 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-06-11 15:56:35 -0300
commit28915d1b5aaf3c8633ffaffd6d51cdff70f680ce (patch)
treeab615526985cc8e46c7de09f82165347cace4464 /pkgs/data/icons
parent6c3550f8c79bc72b6085a6c5d8a0f2f258f12155 (diff)
downloadnixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.tar
nixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.tar.gz
nixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.tar.bz2
nixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.tar.lz
nixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.tar.xz
nixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.tar.zst
nixpkgs-28915d1b5aaf3c8633ffaffd6d51cdff70f680ce.zip
papirus-icon-theme: restrict to linux platforms
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/papirus-icon-theme/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/data/icons/papirus-icon-theme/default.nix b/pkgs/data/icons/papirus-icon-theme/default.nix
index 45af1b7cab4..9e3dcfa0419 100644
--- a/pkgs/data/icons/papirus-icon-theme/default.nix
+++ b/pkgs/data/icons/papirus-icon-theme/default.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
     description = "Papirus icon theme";
     homepage = https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
     license = licenses.lgpl3;
-    platforms = platforms.all;
+    # darwin gives hash mismatch in source, probably because of file names differing only in case
+    platforms = platforms.linux;
   };
 }