wordpressPackages.themes.geist: drop

Building the theme fails now for a while.
This commit is contained in:
Tom Herbers
2025-11-08 14:07:33 +01:00
parent b6a8526db0
commit a7b46a9bd9

View File

@@ -21,17 +21,6 @@
meta.license = lib.licenses.agpl3Only;
};
themes = {
geist = stdenv.mkDerivation rec {
pname = "geist";
version = "2.0.3";
src = fetchzip {
inherit version;
name = pname;
url = "https://github.com/christophery/geist/archive/refs/tags/${version}.zip";
hash = "sha256-c85oRhqu5E5IJlpgqKJRQITur1W7x40obOvHZbPevzU=";
};
meta.license = lib.licenses.gpl2Only;
};
proton = stdenv.mkDerivation rec {
pname = "proton";
version = "1.0.1";