treewide: replace inkscape with inkscape_0
The Inkscape CLI interface has been changed with 1.x and packages are not adjusted yet to this change. Let's use inkscape 0.x instead.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub
|
||||
, inkscape, xcursorgen, bc }:
|
||||
, inkscape_0, xcursorgen, bc }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "capitaine-cursors";
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
buildInputs =[
|
||||
inkscape
|
||||
inkscape_0
|
||||
xcursorgen
|
||||
bc
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user