Merge pull request #188500 from OPNA2608/fix/everspace-eval

everspace: don't use pango alias
This commit is contained in:
Bobby Rong 2022-08-27 21:22:41 +08:00 committed by GitHub
commit 7ad70b9420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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