papirus-icon-theme: restrict to linux platforms

This commit is contained in:
José Romildo Malaquias 2019-06-11 15:41:18 -03:00
parent 6c3550f8c7
commit 28915d1b5a

View file

@ -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;
};
}