From 4d853ae94fe74437b54eb1146c228c9a55175f61 Mon Sep 17 00:00:00 2001 From: Carles Pagès Date: Tue, 19 Feb 2013 20:52:19 +0100 Subject: 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. --- pkgs/games/steam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games') diff --git a/pkgs/games/steam/default.nix b/pkgs/games/steam/default.nix index dd8c5e883a5b..122d301e5ba5 100644 --- a/pkgs/games/steam/default.nix +++ b/pkgs/games/steam/default.nix @@ -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 -- cgit 1.4.1