ant-bloody-theme: move to pkgs/by-name

This commit is contained in:
quantenzitrone
2025-11-23 20:11:47 +01:00
parent a1fd57edf7
commit 4a0c0f08ce
2 changed files with 8 additions and 10 deletions
@@ -8,13 +8,13 @@
let
themeName = "Ant-Bloody";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ant-bloody-theme";
version = "1.3.0";
src = fetchurl {
url = "https://github.com/EliverLara/${themeName}/releases/download/v${version}/${themeName}.tar";
sha256 = "0rrz50kmzjmqj17hvrw67pbaclwxv85i5m08s7842iky6dnn5z8s";
url = "https://github.com/EliverLara/${themeName}/releases/download/v${finalAttrs.version}/${themeName}.tar";
hash = "sha256-Gv1ibTN+RkHQ0QjUEgvanVOm1j2G5w1PkLjKXycoP2c=";
};
propagatedUserEnvPkgs = [
@@ -29,11 +29,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Bloody variant of the Ant theme";
homepage = "https://github.com/EliverLara/${themeName}";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ alexarice ];
license = lib.licenses.gpl3Only;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ alexarice ];
};
}
})
-2
View File
@@ -10337,8 +10337,6 @@ with pkgs;
andromeda-gtk-theme = libsForQt5.callPackage ../data/themes/andromeda-gtk-theme { };
ant-bloody-theme = callPackage ../data/themes/ant-theme/ant-bloody.nix { };
ant-nebula-theme = callPackage ../data/themes/ant-theme/ant-nebula.nix { };
bibata-cursors-translucent = callPackage ../data/icons/bibata-cursors/translucent.nix { };