dosbox: pass mesa explicitly (needed for glu.h)

This commit is contained in:
Michael Raskin 2016-04-25 09:12:24 +02:00
parent ba71263545
commit 3db3355c83

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, SDL, makeDesktopItem }:
{ stdenv, fetchurl, SDL, makeDesktopItem, mesa }:
stdenv.mkDerivation rec {
name = "dosbox-0.74";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
patchFlags = "-p0";
buildInputs = [ SDL ];
buildInputs = [ SDL mesa ];
desktopItem = makeDesktopItem {
name = "dosbox";