summary refs log tree commit diff
path: root/pkgs/games/performous
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/performous
parent62b9b0d9e860b2223bb0d4a1fa1d06045197fe2d (diff)
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
Diffstat (limited to 'pkgs/games/performous')
-rw-r--r--pkgs/games/performous/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/performous/default.nix b/pkgs/games/performous/default.nix
index dce771faec17b..c4af373cdcddb 100644
--- a/pkgs/games/performous/default.nix
+++ b/pkgs/games/performous/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, gettext
 , glibmm, libxmlxx, pango, librsvg
-, SDL2, glew, boost, ffmpeg, portaudio, epoxy
+, SDL2, glew, boost, ffmpeg, portaudio, libepoxy
 }:
 
 stdenv.mkDerivation rec {
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     glibmm libxmlxx pango librsvg
-    SDL2 glew boost ffmpeg portaudio epoxy
+    SDL2 glew boost ffmpeg portaudio libepoxy
   ];
 }