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,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, zlib, boost
|
||||
, openal, glm, freetype, libGLU, SDL2, epoxy
|
||||
, dejavu_fonts, inkscape, optipng, imagemagick
|
||||
, dejavu_fonts, inkscape_0, optipng, imagemagick
|
||||
, withCrashReporter ? !stdenv.isDarwin
|
||||
, qtbase ? null
|
||||
, wrapQtAppsHook ? null
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake inkscape imagemagick optipng
|
||||
cmake inkscape_0 imagemagick optipng
|
||||
] ++ optionals withCrashReporter [ wrapQtAppsHook ];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user