mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
colloid-gtk-theme: remove update script
gitUpdater does not work anymore because upstream have tag names with dates using a dot or a dash separator, like 2023-10-28 and 2023.04.11
This commit is contained in:
parent
7378978469
commit
5dc12b6ba3
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, stdenvNoCC
|
||||
, fetchFromGitHub
|
||||
, gitUpdater
|
||||
, gnome-themes-extra
|
||||
, gtk-engine-murrine
|
||||
, jdupes
|
||||
@ -64,8 +63,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "A modern and clean Gtk theme";
|
||||
homepage = "https://github.com/vinceliuice/Colloid-gtk-theme";
|
||||
|
Loading…
Reference in New Issue
Block a user