dxx-rebirth: build with gcc6 as gcc8 is not supported
This commit is contained in:
parent
d484f2b7fc
commit
fe8b82f557
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, scons, pkgconfig
|
{ gcc6Stdenv, fetchurl, fetchpatch, scons, pkgconfig
|
||||||
, SDL, SDL_mixer, libGLU_combined, physfs
|
, SDL, SDL_mixer, libGLU_combined, physfs
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ let
|
|||||||
sha256 = "05mz77vml396mff43dbs50524rlm4fyds6widypagfbh5hc55qdc";
|
sha256 = "05mz77vml396mff43dbs50524rlm4fyds6widypagfbh5hc55qdc";
|
||||||
};
|
};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in gcc6Stdenv.mkDerivation rec {
|
||||||
pname = "dxx-rebirth";
|
pname = "dxx-rebirth";
|
||||||
version = "0.59.100";
|
version = "0.59.100";
|
||||||
|
|
||||||
@ -44,9 +44,9 @@ in stdenv.mkDerivation rec {
|
|||||||
install -Dm644 -t $out/share/doc/dxx-rebirth *.txt
|
install -Dm644 -t $out/share/doc/dxx-rebirth *.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with gcc6Stdenv.lib; {
|
||||||
description = "Source Port of the Descent 1 and 2 engines";
|
description = "Source Port of the Descent 1 and 2 engines";
|
||||||
homepage = https://www.dxx-rebirth.com/;
|
homepage = "https://www.dxx-rebirth.com/";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user