bibata-cursors: move to pkgs/by-name
This commit is contained in:
parent
94a0ddbbff
commit
d73d17b934
2 changed files with 2 additions and 3 deletions
|
@ -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.'
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue