about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2018-03-14 18:57:28 -0400
committerGitHub <noreply@github.com>2018-03-14 18:57:28 -0400
commit2e87550acedb96e6cad4967749c60a96718ee04b (patch)
treeb349886745c3b4e9637891dc2d8cb5b3493a28e3 /pkgs/data
parentd78a411d98685cc7f918908187068b742183109b (diff)
parentf79f80dbf267036a96f8eae281c8501482756d03 (diff)
Merge pull request #36985 from obsidiansystems/no-allBut
treewide: get rid of platforms.allBut
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/icons/numix-icon-theme-square/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/numix-icon-theme-square/default.nix b/pkgs/data/icons/numix-icon-theme-square/default.nix
index 198229cce3711..99871abe5d464 100644
--- a/pkgs/data/icons/numix-icon-theme-square/default.nix
+++ b/pkgs/data/icons/numix-icon-theme-square/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     description = "Numix icon theme (square version)";
     homepage = https://numixproject.org;
     license = licenses.gpl3;
-    platforms = with platforms; allBut darwin;
+    platforms = platforms.linux; # Maybe other non-darwin Unix
     maintainers = with maintainers; [ romildo ];
   };
 }