From 349b2a4232e2a3dfe25b7509cb9d77c7d2a10377 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 1 Feb 2018 21:49:49 +0100 Subject: auto-patchelf: Move into pkgs/build-support This is really not game-specific, so let's put it at the top-level and also make sure we substitute all the commands we're using there, even though a few of them are in PATH of stdenv so that it will always work even when the programs available in stdenv should change someday. Signed-off-by: aszlig --- pkgs/games/build-support/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/games/build-support/default.nix') diff --git a/pkgs/games/build-support/default.nix b/pkgs/games/build-support/default.nix index e739c25f..8e227afc 100644 --- a/pkgs/games/build-support/default.nix +++ b/pkgs/games/build-support/default.nix @@ -4,7 +4,5 @@ buildGame = callPackage ./build-game.nix { withPulseAudio = config.pulseaudio or true; }; - # XXX: Pass through from parent scope! - buildSandbox = callPackage ../../build-support/build-sandbox {}; buildUnity = callPackage ./build-unity.nix {}; } -- cgit 1.4.1