diff --git a/pkgs/data/icons/bibata-cursors/default.nix b/pkgs/by-name/bi/bibata-cursors/package.nix similarity index 95% rename from pkgs/data/icons/bibata-cursors/default.nix rename to pkgs/by-name/bi/bibata-cursors/package.nix index 06c8becd64e5..90ae06950b50 100644 --- a/pkgs/data/icons/bibata-cursors/default.nix +++ b/pkgs/by-name/bi/bibata-cursors/package.nix @@ -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.' diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 0bab3ff8b0e2..0eb8fd25d627 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };