about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/bi/bibata-cursors/package.nix (renamed from pkgs/data/icons/bibata-cursors/default.nix)4
-rw-r--r--pkgs/top-level/all-packages.nix1
2 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/data/icons/bibata-cursors/default.nix b/pkgs/by-name/bi/bibata-cursors/package.nix
index 06c8becd64e51..90ae06950b500 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 0bab3ff8b0e2a..0eb8fd25d627a 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 { };