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