From cdc70b69f518ff2317cdb6b402c4a4d07437de71 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 11 Jun 2015 21:35:22 +0200 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3acdd30a0e7..362af5d3e17 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };