From ef7c6e081d3b81cc5f000f867dd0e72d110f570d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Mon, 2 Jul 2018 17:32:30 -0300 Subject: [PATCH] moka-icon-theme, arc-icon-theme, faba-mono-icons: restrict platforms to linux --- pkgs/data/icons/arc-icon-theme/default.nix | 3 ++- pkgs/data/icons/faba-mono-icons/default.nix | 3 ++- pkgs/data/icons/moka-icon-theme/default.nix | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/data/icons/arc-icon-theme/default.nix b/pkgs/data/icons/arc-icon-theme/default.nix index 84bf45a52bbe..6529e5c571c2 100644 --- a/pkgs/data/icons/arc-icon-theme/default.nix +++ b/pkgs/data/icons/arc-icon-theme/default.nix @@ -20,7 +20,8 @@ stdenv.mkDerivation rec { description = "Arc icon theme"; homepage = https://github.com/horst3180/arc-icon-theme; license = licenses.gpl3; - platforms = platforms.all; + # moka-icon-theme dependency is restricted to linux + platforms = platforms.linux; maintainers = with maintainers; [ romildo ]; }; } diff --git a/pkgs/data/icons/faba-mono-icons/default.nix b/pkgs/data/icons/faba-mono-icons/default.nix index bdb6f651e6a5..a4ffefe1f26d 100644 --- a/pkgs/data/icons/faba-mono-icons/default.nix +++ b/pkgs/data/icons/faba-mono-icons/default.nix @@ -24,7 +24,8 @@ stdenv.mkDerivation rec { description = "The full set of Faba monochrome panel icons"; homepage = https://snwh.org/moka; license = licenses.gpl3; - platforms = platforms.all; + # moka-icon-theme dependency is restricted to linux + platforms = platforms.linux; maintainers = with maintainers; [ romildo ]; }; } diff --git a/pkgs/data/icons/moka-icon-theme/default.nix b/pkgs/data/icons/moka-icon-theme/default.nix index e9d5e6fb063b..2b4bb5d67c3b 100644 --- a/pkgs/data/icons/moka-icon-theme/default.nix +++ b/pkgs/data/icons/moka-icon-theme/default.nix @@ -22,7 +22,8 @@ stdenv.mkDerivation rec { description = "An icon theme designed with a minimal flat style using simple geometry and bright colours"; homepage = https://snwh.org/moka; license = with licenses; [ cc-by-sa-40 gpl3 ]; - platforms = platforms.all; + # darwin cannot deal with file names differing only in case + platforms = platforms.linux; maintainers = with maintainers; [ romildo ]; }; }