summaryrefslogtreecommitdiffstats
path: root/pkgs/games/arx-libertatis
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-09-10 20:38:25 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-09-10 20:46:55 +0200
commit35deaa45a182d18858ae56c300ab786bdb6cb621 (patch)
tree8db1c1bd0560364b99022acb1bda197bfca26a3a /pkgs/games/arx-libertatis
parenta45e68be364d751414a406bf78fadf9b60f8c606 (diff)
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags: https://gitlab.com/inkscape/inkscape/-/commit/3ca6a4ed08405f2a530a9ed3065f77443f9f7ebe
Diffstat (limited to 'pkgs/games/arx-libertatis')
-rw-r--r--pkgs/games/arx-libertatis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/arx-libertatis/default.nix b/pkgs/games/arx-libertatis/default.nix
index 2e60f81f4d31..8b2cf83e5099 100644
--- a/pkgs/games/arx-libertatis/default.nix
+++ b/pkgs/games/arx-libertatis/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, zlib, boost
, openal, glm, freetype, libGLU, SDL2, epoxy
-, dejavu_fonts, inkscape_0, optipng, imagemagick
+, dejavu_fonts, inkscape, optipng, imagemagick
, withCrashReporter ? !stdenv.isDarwin
, qtbase ? null
, wrapQtAppsHook ? null
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [
- cmake inkscape_0 imagemagick optipng
+ cmake inkscape imagemagick optipng
] ++ optionals withCrashReporter [ wrapQtAppsHook ];
buildInputs = [