From 3a93d9c516576223029698a3c4aafeb613d3eee5 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Thu, 7 Sep 2017 23:15:08 +0200 Subject: factorio: fixup my eval fixup f9ea527a027 --- pkgs/games/factorio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/factorio') diff --git a/pkgs/games/factorio/default.nix b/pkgs/games/factorio/default.nix index 5ca699c3317..f8d715ccc32 100644 --- a/pkgs/games/factorio/default.nix +++ b/pkgs/games/factorio/default.nix @@ -26,7 +26,7 @@ let demo = bdist { }; }; }; - actual = binDists.${stdenv.system}.${releaseType} or throw "Factorio: unsupported platform"; + actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform"); bdistForArch = arch: { sha256 ? null , version ? "0.15.34" -- cgit 1.4.1