mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
devilutionx: remove not required enableParallelBuilding, move unstable to version number
This commit is contained in:
parent
60d4ac8280
commit
1f79e3530b
@ -1,7 +1,7 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, SDL2, SDL2_mixer, SDL2_ttf, libsodium, pkg-config }:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2020-10-20";
|
||||
pname = "devilutionx-unstable";
|
||||
pname = "devilutionx";
|
||||
version = "unstable-2020-10-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "diasurgical";
|
||||
@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
|
||||
"-DBINARY_RELEASE=ON"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config cmake ];
|
||||
buildInputs = [ libsodium SDL2 SDL2_mixer SDL2_ttf ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user