parent
b47c11362d
commit
194c140dc1
56 changed files with 675 additions and 608 deletions
legacyPackages/dracula
|
@ -11,7 +11,13 @@ stdenv.mkDerivation {
|
|||
|
||||
src = "${gtk-theme-src}/kde/cursors";
|
||||
|
||||
buildInputs = with pkgs; [hyprcursor xcur2png];
|
||||
buildInputs = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
hyprcursor
|
||||
xcur2png
|
||||
;
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
hyprcursor-util --extract ./Dracula-cursors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue