From 362cdab1e0e34c23d5a4d618662c8ec92341b612 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sat, 27 Aug 2022 14:49:23 +0200 Subject: [PATCH] everspace: don't use pango alias --- pkgs/games/everspace/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/everspace/default.nix b/pkgs/games/everspace/default.nix index dce777a68cb1..157a3bf45e93 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