1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

steam: revert adding amd64 version.

It turns out that the .deb only contains the changelog and some other docs.
Revert back to using the i686 version, but keep the double url for the future.
This commit is contained in:
Carles Pagès 2013-02-19 20:52:19 +01:00 committed by Evgeny Egorochkin
parent 97ea8d61e6
commit 4d853ae94f
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
, curl, mesa # Superbrothers: S&S EP
, patchelf }:
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
assert stdenv.system == "i686-linux";
let version = "1.0.0.28"; in

View file

@ -9034,7 +9034,7 @@ let
stardust = callPackage ../games/stardust {};
steam = callPackage ../games/steam {};
steam = callPackage_i686 ../games/steam {};
stuntrally = callPackage ../games/stuntrally { };