Merge pull request #265230 from romildo/upd.mojave-gtk-theme
mojave-gtk-theme: 2023-06-13 -> 2023-08-04
This commit is contained in:
commit
fad02c7ef0
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenvNoCC
|
, stdenvNoCC
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchurl
|
|
||||||
, glib
|
, glib
|
||||||
, gnome-shell
|
, gnome-shell
|
||||||
, gtk-engine-murrine
|
, gtk-engine-murrine
|
||||||
|
@ -23,20 +22,20 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
pname = "mojave-gtk-theme";
|
pname = "mojave-gtk-theme";
|
||||||
version = "2023-06-13";
|
version = "2023-08-04";
|
||||||
|
|
||||||
main_src = fetchFromGitHub {
|
main_src = fetchFromGitHub {
|
||||||
owner = "vinceliuice";
|
owner = "vinceliuice";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-0jb/VQ6Z0BGaEka57BWM0pBweP08cr4jfPRdEN/BJ1M=";
|
hash = "sha256-boS/GPjuJV5lZjyHW7tG74T6a3SASQVGnSz++5HkCuw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
wallpapers_src = fetchFromGitHub {
|
wallpapers_src = fetchFromGitHub {
|
||||||
owner = "vinceliuice";
|
owner = "vinceliuice";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "0c4ae6ddff7e3fab4959469461c4d4042deb1b2f";
|
rev = "1dc23c2b45d7e073e080cfb02f43aab0e59b6b2c";
|
||||||
hash = "sha256-7LSZSsRt6zTVPLWzuBgwRC1q1MHp5pN/pMl3x2wR8Ow=";
|
hash = "sha256-nkw8gXYx8fN1yn0A5M2fWwOvfUQ6izynxRw5JA61InM=";
|
||||||
name = "wallpapers";
|
name = "wallpapers";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -118,6 +117,7 @@ stdenvNoCC.mkDerivation rec {
|
||||||
${lib.optionalString (colorVariants != []) "--color " + builtins.toString colorVariants} \
|
${lib.optionalString (colorVariants != []) "--color " + builtins.toString colorVariants} \
|
||||||
${lib.optionalString (opacityVariants != []) "--opacity " + builtins.toString opacityVariants} \
|
${lib.optionalString (opacityVariants != []) "--opacity " + builtins.toString opacityVariants} \
|
||||||
${lib.optionalString (themeVariants != []) "--theme " + builtins.toString themeVariants} \
|
${lib.optionalString (themeVariants != []) "--theme " + builtins.toString themeVariants} \
|
||||||
|
--icon nixos \
|
||||||
--dest $out/share/themes
|
--dest $out/share/themes
|
||||||
|
|
||||||
${lib.optionalString wallpapers ''
|
${lib.optionalString wallpapers ''
|
||||||
|
|
Loading…
Reference in a new issue