Merge pull request #188500 from OPNA2608/fix/everspace-eval
everspace: don't use pango alias
This commit is contained in:
commit
7ad70b9420
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user