From 1f79e3530b79eb1ce2803c55322c9267938dab01 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Mon, 5 Apr 2021 00:45:02 +0200 Subject: devilutionx: remove not required enableParallelBuilding, move unstable to version number --- pkgs/games/devilutionx/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/games/devilutionx/default.nix b/pkgs/games/devilutionx/default.nix index 1e88907cc17..af036696c04 100644 --- a/pkgs/games/devilutionx/default.nix +++ b/pkgs/games/devilutionx/default.nix @@ -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 ]; -- cgit 1.4.1