wordpressPackages.themes.geist: drop
Building the theme fails now for a while.
This commit is contained in:
@@ -21,17 +21,6 @@
|
|||||||
meta.license = lib.licenses.agpl3Only;
|
meta.license = lib.licenses.agpl3Only;
|
||||||
};
|
};
|
||||||
themes = {
|
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 {
|
proton = stdenv.mkDerivation rec {
|
||||||
pname = "proton";
|
pname = "proton";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
|
|||||||
Reference in New Issue
Block a user