From e273773c4e66c2e553e1cbf0c453fc225fe808e3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 13 Sep 2017 06:04:38 +0200 Subject: pkgs/build-game: Add runtimeDependencies attribute This allows us to add libraries to the RPATH despite being required by the respective game. By default there is only PulseAudio at the moment. Signed-off-by: aszlig --- pkgs/games/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/default.nix') diff --git a/pkgs/games/default.nix b/pkgs/games/default.nix index b775610d..530ac5de 100644 --- a/pkgs/games/default.nix +++ b/pkgs/games/default.nix @@ -28,6 +28,7 @@ let config._module.args.pkgs = let buildSupport = import ./build-support { + inherit (pkgs) config; callPackage = lib.callPackageWith (pkgs // buildSupport); }; in buildSupport // pkgs; -- cgit 1.4.1