From 74ca4a9f0747862d968d7e36526a5b3c9750fec7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 15 Mar 2016 04:22:27 +0100 Subject: pkgs: Hook in games into vuizvui package set New we can reference the games using pkgs.vuizvui.games.*, although game configuration currently still resorts to using ~/.config/nixgames.nix if there is no nixpkgs.config.vuizvui.games set. In this vein, this should also avoid Hydra to try to build those games, because those aren't publicly available for free. Signed-off-by: aszlig --- pkgs/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 6eec67a4..ad4e8e25 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -24,6 +24,11 @@ let tomahawk = callPackage ./tomahawk { qt5 = pkgs.qt55; }; twitchstream = callPackage ./twitchstream { }; + games = import ./games { + inherit pkgs; + config = pkgs.config.vuizvui.games or null; + }; + kernelPatches = { bfqsched = callPackage ./kpatches/bfqsched { }; }; -- cgit 1.4.1