mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
|
cairosvg,
|
||||||
inkscape,
|
inkscape,
|
||||||
python3Packages,
|
|
||||||
xcursorgen,
|
xcursorgen,
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
|
@ -18,8 +18,8 @@ stdenvNoCC.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
cairosvg
|
||||||
inkscape
|
inkscape
|
||||||
python3Packages.cairosvg
|
|
||||||
xcursorgen
|
xcursorgen
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue