This commit is contained in:
krizej 2024-06-18 15:24:33 +02:00
parent 528137cea3
commit 308e70ed4a

View file

@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "krizej"; owner = "krizej";
repo = pname; repo = pname;
rev = "b99424e909e722a1f976df09744fd2dadbead24f"; rev = "346bcf59a681ec039ee6bfb621d7af476913c2d9";
sha256 = "sha256-+pyr3ZfPs519CcJaIMTtU1/xyu8rfIdVD4Mb0Ag/J6Q="; sha256 = "sha256-/ZS3w0h9/EfCEegqeUOhjOMJCNL5ft91GOvC0i1BiOk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -50,12 +50,12 @@ stdenv.mkDerivation rec {
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; }; FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };
mesonFlags = [ mesonFlags = [
# "-Dthemes=cinnamon,gnome-shell,gtk2,gtk3,plank,xfwm,metacity" "-Dthemes=gtk2,gtk3,gtk4"
# "-Dvariants=light,darker,dark,lighter" "-Dvariants=dark"
"-Dcinnamon_version=${cinnamon.cinnamon-common.version}" #"-Dcinnamon_version=${cinnamon.cinnamon-common.version}"
"-Dgnome_shell_version=${gnome.gnome-shell.version}" #"-Dgnome_shell_version=${gnome.gnome-shell.version}"
# You will need to patch gdm to make use of this. # You will need to patch gdm to make use of this.
"-Dgnome_shell_gresource=true" #"-Dgnome_shell_gresource=true"
]; ];
meta = with lib; { meta = with lib; {