cinnamon.mint-x-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 10:56:51 +08:00
parent e0a6bde894
commit e6cc44d960
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{ fetchFromGitHub
, lib
, stdenv
, stdenvNoCC
, gnome
, gnome-icon-theme
, hicolor-icon-theme
@ -9,15 +9,14 @@
, ubuntu-themes
}:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "mint-x-icons";
version = "1.6.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
# they don't exactly do tags, it's just a named commit
rev = "4ab3c314db1b3751d87d5769629b28ac0ca3c671";
rev = version;
hash = "sha256-cPRae3EjzVtAL1Ei2LB4UNUU/m87mFT94xY/NnNR6JM=";
};