steam-original: Mark package as lowPrio.

This is to avoid accidentally installing it via "nix-env -i", which
leads to a non-working Steam on NixOS.

Thanks to srhh and Pamelloes on IRC for bringing this up.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2015-06-11 21:35:22 +02:00
parent 69945a8701
commit cdc70b69f5

View File

@@ -13418,7 +13418,7 @@ let
stardust = callPackage ../games/stardust {};
steam-original = callPackage ../games/steam { };
steam-original = lowPrio (callPackage ../games/steam { });
steam = callPackage ../games/steam/chrootenv.nix { };