mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
Merge pull request #222115 from romildo/upd.colloid-gtk-theme
colloid-gtk-theme: 2022-07-18 -> 2022.11.11
This commit is contained in:
commit
a626f58adf
@ -23,13 +23,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "nord" "black" "dracula" "rimless" "nor
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "2022-07-18";
|
version = "2022.11.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vinceliuice";
|
owner = "vinceliuice";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-dWYRTwfQRMBdg+htxpWatF325rToaovF/43LxX6I1GI=";
|
hash = "sha256-3uiQYiseNEKDahjurjnDj9pakx1p94BfsR3LBO2dd/s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs install.sh clean-old-theme.sh
|
patchShebangs install.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -59,7 +59,7 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
${lib.optionalString (tweaks != []) "--tweaks " + builtins.toString tweaks} \
|
${lib.optionalString (tweaks != []) "--tweaks " + builtins.toString tweaks} \
|
||||||
--dest $out/share/themes
|
--dest $out/share/themes
|
||||||
|
|
||||||
jdupes --link-soft --recurse $out/share
|
jdupes --quiet --link-soft --recurse $out/share
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user