mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
iconpack-obsidian: restrict platforms to linux
This commit is contained in:
parent
7e542f7f33
commit
084efc26e7
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
|
|||
description = "Gnome Icon Pack based upon Faenza";
|
||||
homepage = https://github.com/madmaxms/iconpack-obsidian;
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.all;
|
||||
# darwin cannot deal with file names differing only in case
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue