steamPackages: expose steam-fhsenv-without-steam
This is not unfree and thus can be built by Hydra.
This commit is contained in:
parent
e578231cb8
commit
48db1ea01d
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ let
|
|||
inherit buildFHSEnv;
|
||||
};
|
||||
steam-fhsenv-small = steam-fhsenv.override { withGameSpecificLibraries = false; };
|
||||
|
||||
# This has to exist so Hydra tries to build all of Steam's dependencies.
|
||||
# FIXME: Maybe we should expose it as something more generic?
|
||||
steam-fhsenv-without-steam = steam-fhsenv.override { steam = null; };
|
||||
|
||||
steamcmd = callPackage ./steamcmd.nix { };
|
||||
};
|
||||
keep = self: { };
|
||||
|
|
Loading…
Reference in a new issue