give cursor package correct name
This commit is contained in:
parent
85b3eef069
commit
16793bea70
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ in
|
|||
gtk.enable = true;
|
||||
name = cursor_name;
|
||||
size = 32;
|
||||
package = pkgs.runCommandNoCC "moveUp" { } ''
|
||||
package = pkgs.runCommandNoCC "${cursor_name}" { } ''
|
||||
mkdir -p $out/share/icons
|
||||
ln -s ${cursor_src} $out/share/icons/${cursor_name}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue