cinnamon.mint-y-icons: Switch to tags, use stdenvNoCC

You don't need cc to build and install this.
This commit is contained in:
Bobby Rong 2022-11-22 11:01:17 +08:00
parent e6cc44d960
commit 74925675b4
No known key found for this signature in database

View file

@ -1,21 +1,20 @@
{ fetchFromGitHub
, lib
, stdenv
, stdenvNoCC
, gnome
, gnome-icon-theme
, hicolor-icon-theme
, gtk3
}:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "mint-y-icons";
version = "1.6.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
# they don't exactly do tags, it's just a named commit
rev = "57d16eb85f2af40be17e2232d279bb65b689f5b7";
rev = version;
hash = "sha256-voFYz0MiuqyNSngi4QZUJKDIjggQWOAV5B30zMP8iTk=";
};