about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-12-02 14:45:28 -0300
committerJosé Romildo <malaquias@gmail.com>2021-12-02 14:45:28 -0300
commit82ee5f20c7a3881a00257978f98b2e2c4622330c (patch)
treef47f449139079a58e5b031f8647f8bb5c9fb9592 /pkgs/data
parent2ae84eb551220de68abf5ac55a0d95c1cefc69da (diff)
pop-icon-theme: restrict platforms to linux
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/icons/pop-icon-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/pop-icon-theme/default.nix b/pkgs/data/icons/pop-icon-theme/default.nix
index bb94a36d98d7e..7254e8bc21399 100644
--- a/pkgs/data/icons/pop-icon-theme/default.nix
+++ b/pkgs/data/icons/pop-icon-theme/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     description = "Icon theme for Pop!_OS with a semi-flat design and raised 3D motifs";
     homepage = "https://github.com/pop-os/icon-theme";
     license = with licenses; [ cc-by-sa-40 gpl3 ];
-    platforms = platforms.unix;
+    platforms = platforms.linux; # hash mismatch on darwin due to file names differing only in case
     maintainers = with maintainers; [ romildo ];
   };
 }