bibata-cursors: move to `pkgs/by-name`

This commit is contained in:
éclairevoyant 2024-01-26 17:07:18 -05:00
parent 94a0ddbbff
commit d73d17b934
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, fetchurl
, clickgen
, attrs
, python3Packages
}:
stdenvNoCC.mkDerivation rec {
@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation rec {
sha256 = "zCk7qgPeae0BfzhxxU2Dk1SOWJQOxiWyJuzH/ri+Gq4=";
};
buildInputs = [ clickgen attrs ];
buildInputs = [ clickgen python3Packages.attrs ];
buildPhase = ''
ctgen build.toml -p x11 -d 'bitmaps/Bibata-Modern-Amber' -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge bibata cursors.'

View File

@ -29061,7 +29061,6 @@ with pkgs;
bgnet = callPackage ../data/documentation/bgnet { };
bibata-cursors = callPackage ../data/icons/bibata-cursors { attrs = python3Packages.attrs; };
bibata-extra-cursors = callPackage ../data/icons/bibata-cursors/extra.nix { };
bibata-cursors-translucent = callPackage ../data/icons/bibata-cursors/translucent.nix { };