papirus-icon-theme: restrict to linux platforms
This commit is contained in:
parent
6c3550f8c7
commit
28915d1b5a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue