From 888404f11bfd0c1b60904590aad56ca70e5f6d9d Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 9 Jan 2018 19:27:23 -0500 Subject: treewide: Fix deps in a few other fixed output derivations --- pkgs/games/factorio/fetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/factorio') diff --git a/pkgs/games/factorio/fetch.nix b/pkgs/games/factorio/fetch.nix index 439f2478a66..7dbe2064a5c 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; -- cgit 1.4.1