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:
parent
97ea8d61e6
commit
4d853ae94f
|
@ -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
|
||||
|
||||
|
|
|
@ -9034,7 +9034,7 @@ let
|
|||
|
||||
stardust = callPackage ../games/stardust {};
|
||||
|
||||
steam = callPackage ../games/steam {};
|
||||
steam = callPackage_i686 ../games/steam {};
|
||||
|
||||
stuntrally = callPackage ../games/stuntrally { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue