papirus-icon-theme: restrict to linux platforms
This commit is contained in:
parent
6c3550f8c7
commit
28915d1b5a
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Papirus icon theme";
|
description = "Papirus icon theme";
|
||||||
homepage = https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
|
homepage = https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
|
||||||
license = licenses.lgpl3;
|
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…
x
Reference in New Issue
Block a user