about summary refs log tree commit diff
path: root/pkgs/games/everspace
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2022-08-27 14:49:23 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2022-08-27 14:49:23 +0200
commit362cdab1e0e34c23d5a4d618662c8ec92341b612 (patch)
tree97d85e8d89359a53463e73f563fb36718b762108 /pkgs/games/everspace
parent8ab686b3d47621a9aa0b7a6ab9a147c604f4f0e1 (diff)
everspace: don't use pango alias
Diffstat (limited to 'pkgs/games/everspace')
-rw-r--r--pkgs/games/everspace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/everspace/default.nix b/pkgs/games/everspace/default.nix
index dce777a68cb14..157a3bf45e938 100644
--- a/pkgs/games/everspace/default.nix
+++ b/pkgs/games/everspace/default.nix
@@ -3,7 +3,7 @@
   lib, stdenv, requireFile, autoPatchelfHook, unzip,
 
   # Everspace Dependencies
-  cairo, gdk-pixbuf, gnome2, gtk2-x11, libGL, openal,
+  cairo, gdk-pixbuf, pango, gtk2-x11, libGL, openal,
 
   # Unreal Engine 4 Dependencies
   xorg
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
   buildInputs = [
     cairo
     gdk-pixbuf
-    gnome2.pango
+    pango
     gtk2-x11
     openal
     stdenv.cc.cc.lib