summaryrefslogtreecommitdiffstats
path: root/pkgs/games/factorio
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-09 19:27:23 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-10 11:18:44 -0500
commit888404f11bfd0c1b60904590aad56ca70e5f6d9d (patch)
treeb480b9e309652befc9d50026e7a00adac72b8669 /pkgs/games/factorio
parent940c4fa3f5c44453f6aaa7eca4ad2f1551a1e21e (diff)
treewide: Fix deps in a few other fixed output derivations
Diffstat (limited to 'pkgs/games/factorio')
-rw-r--r--pkgs/games/factorio/fetch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/factorio/fetch.nix b/pkgs/games/factorio/fetch.nix
index 439f2478a667..7dbe2064a5c4 100644
--- a/pkgs/games/factorio/fetch.nix
+++ b/pkgs/games/factorio/fetch.nix
@@ -18,7 +18,7 @@
}:
stdenv.mkDerivation {
- buildInputs = [ curl xidel ];
+ nativeBuildInputs = [ curl xidel ];
inherit name url loginUrl username password cacert;