dhewm3: add mesa to build inputs
I also removed an unused line I left over in previous commits.
This commit is contained in:
parent
8f2662d480
commit
1717b494bf
@ -1,5 +1,5 @@
|
|||||||
{stdenv, fetchurl, unzip, cmake, SDL, zlib, libjpeg, libogg, libvorbis
|
{stdenv, fetchurl, unzip, cmake, SDL, mesa, zlib, libjpeg, libogg, libvorbis
|
||||||
, openalSoft , curl }:
|
, openalSoft, curl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
hash = "92a41322f4aa8bd45395d8088721c9a2bf43c79b";
|
hash = "92a41322f4aa8bd45395d8088721c9a2bf43c79b";
|
||||||
@ -7,7 +7,6 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/dhewm/dhewm3/zipball/${hash}";
|
url = "https://github.com/dhewm/dhewm3/zipball/${hash}";
|
||||||
sha256 = "0c17k60xhimpqi1xi9s1l7jbc97pqjnk4lgwyjb0agc3dkr73zwd";
|
sha256 = "0c17k60xhimpqi1xi9s1l7jbc97pqjnk4lgwyjb0agc3dkr73zwd";
|
||||||
#name = "dhewm-dhewm3-92a4132.zip";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
@ -15,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
cd */neo
|
cd */neo
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ unzip cmake SDL zlib libjpeg libogg libvorbis openalSoft
|
buildInputs = [ unzip cmake SDL mesa zlib libjpeg libogg libvorbis openalSoft
|
||||||
curl ];
|
curl ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user