Merge pull request #102810 from romildo/upd.canta-theme
canta-theme: restrict platform to linux
This commit is contained in:
commit
dfea4e4951
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Flat Design theme for GTK based desktop environments";
|
description = "Flat Design theme for GTK based desktop environments";
|
||||||
homepage = "https://github.com/vinceliuice/Canta-theme";
|
homepage = "https://github.com/vinceliuice/Canta-theme";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux; # numix-icon-theme-circle unavailable in darwin
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user