Merge pull request #118513 from SuperSandro2000/devx
devilutionx: remove not required enableParallelBuilding, move unstabl…
This commit is contained in:
commit
da456eca33
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, cmake, SDL2, SDL2_mixer, SDL2_ttf, libsodium, pkg-config }:
|
{ lib, stdenv, fetchFromGitHub, cmake, SDL2, SDL2_mixer, SDL2_ttf, libsodium, pkg-config }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2020-10-20";
|
pname = "devilutionx";
|
||||||
pname = "devilutionx-unstable";
|
version = "unstable-2020-10-20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "diasurgical";
|
owner = "diasurgical";
|
||||||
|
@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
|
||||||
"-DBINARY_RELEASE=ON"
|
"-DBINARY_RELEASE=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config cmake ];
|
nativeBuildInputs = [ pkg-config cmake ];
|
||||||
buildInputs = [ libsodium SDL2 SDL2_mixer SDL2_ttf ];
|
buildInputs = [ libsodium SDL2 SDL2_mixer SDL2_ttf ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue