summaryrefslogtreecommitdiffstats
path: root/pkgs/games/arx-libertatis
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-11 05:35:34 +0100
committerKerstin Humm <kerstin@erictapen.name>2021-11-11 05:55:32 +0100
commitbb799694db5480bf2d0c56d27ede14dc491ad377 (patch)
tree110b698492c658b3e9122bc280a62759b4f2b963 /pkgs/games/arx-libertatis
parent62b9b0d9e860b2223bb0d4a1fa1d06045197fe2d (diff)
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
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 945ebf7b785e..edeacdec2a1c 100644
--- a/pkgs/games/arx-libertatis/default.nix
+++ b/pkgs/games/arx-libertatis/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, zlib, boost
-, openal, glm, freetype, libGLU, SDL2, epoxy
+, openal, glm, freetype, libGLU, SDL2, libepoxy
, dejavu_fonts, inkscape, optipng, imagemagick
, withCrashReporter ? !stdenv.isDarwin
, qtbase ? null
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
buildInputs = [
zlib boost openal glm
- freetype libGLU SDL2 epoxy
+ freetype libGLU SDL2 libepoxy
] ++ optionals withCrashReporter [ qtbase curl ]
++ optionals stdenv.isLinux [ gdb ];