eaglemode: fix build

This commit is contained in:
Domen Kožar 2014-12-04 14:20:47 +01:00
parent 683740466a
commit 8105a94e2b

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
# http://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261
buildPhase = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext"
yes y | perl make.pl build
perl make.pl build
'';
dontPatchELF = true;