From 28915d1b5aaf3c8633ffaffd6d51cdff70f680ce Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Tue, 11 Jun 2019 15:41:18 -0300 Subject: papirus-icon-theme: restrict to linux platforms --- pkgs/data/icons/papirus-icon-theme/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/data/icons') 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; }; } -- cgit 1.4.1