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

+2 -3
+2 -2
pkgs/data/icons/bibata-cursors/default.nix pkgs/by-name/bi/bibata-cursors/package.nix
··· 3 , fetchFromGitHub 4 , fetchurl 5 , clickgen 6 - , attrs 7 }: 8 9 stdenvNoCC.mkDerivation rec { ··· 17 sha256 = "zCk7qgPeae0BfzhxxU2Dk1SOWJQOxiWyJuzH/ri+Gq4="; 18 }; 19 20 - buildInputs = [ clickgen attrs ]; 21 22 buildPhase = '' 23 ctgen build.toml -p x11 -d 'bitmaps/Bibata-Modern-Amber' -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge bibata cursors.'
··· 3 , fetchFromGitHub 4 , fetchurl 5 , clickgen 6 + , python3Packages 7 }: 8 9 stdenvNoCC.mkDerivation rec { ··· 17 sha256 = "zCk7qgPeae0BfzhxxU2Dk1SOWJQOxiWyJuzH/ri+Gq4="; 18 }; 19 20 + buildInputs = [ clickgen python3Packages.attrs ]; 21 22 buildPhase = '' 23 ctgen build.toml -p x11 -d 'bitmaps/Bibata-Modern-Amber' -n 'Bibata-Modern-Amber' -c 'Yellowish and rounded edge bibata cursors.'
-1
pkgs/top-level/all-packages.nix
··· 29061 29062 bgnet = callPackage ../data/documentation/bgnet { }; 29063 29064 - bibata-cursors = callPackage ../data/icons/bibata-cursors { attrs = python3Packages.attrs; }; 29065 bibata-extra-cursors = callPackage ../data/icons/bibata-cursors/extra.nix { }; 29066 bibata-cursors-translucent = callPackage ../data/icons/bibata-cursors/translucent.nix { }; 29067
··· 29061 29062 bgnet = callPackage ../data/documentation/bgnet { }; 29063 29064 bibata-extra-cursors = callPackage ../data/icons/bibata-cursors/extra.nix { }; 29065 bibata-cursors-translucent = callPackage ../data/icons/bibata-cursors/translucent.nix { }; 29066