mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vimix-cursors: fix build (#413546)
This commit is contained in:
commit
1d882348d8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
lib,
|
||||
fetchFromGitHub,
|
||||
stdenvNoCC,
|
||||
cairosvg,
|
||||
inkscape,
|
||||
python3Packages,
|
||||
xcursorgen,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
|
@ -18,8 +18,8 @@ stdenvNoCC.mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cairosvg
|
||||
inkscape
|
||||
python3Packages.cairosvg
|
||||
xcursorgen
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue