cinnamon.mint-y-icons: Switch to tags, use stdenvNoCC
You don't need cc to build and install this.
This commit is contained in:
parent
e6cc44d960
commit
74925675b4
1 changed files with 3 additions and 4 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue