cinnamon.mint-themes: 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:04:46 +08:00
parent 74925675b4
commit 4035cd5222
No known key found for this signature in database

View File

@ -1,20 +1,19 @@
{ fetchFromGitHub
, lib
, stdenv
, stdenvNoCC
, python3
, sassc
, sass
}:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "mint-themes";
version = "2.0.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
# they don't exactly do tags, it's just a named commit
rev = "3a202e401abca98623cd1dbc412221682081244c";
rev = version;
hash = "sha256-OgyLNc6gwMn7dG5/T67Toiqsij1rJYV6k6Un2cgr2oQ=";
};