dosbox: pass mesa explicitly (needed for glu.h)
This commit is contained in:
parent
ba71263545
commit
3db3355c83
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue