summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorCarles Pagès <page@cubata.homelinux.net>2013-02-19 20:52:19 +0100
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-08-10 06:08:18 +0300
commit4d853ae94fe74437b54eb1146c228c9a55175f61 (patch)
treee48fc907f8facb1f5cec92dd3a3101fa64042121 /pkgs/games
parent97ea8d61e6673cdfd85a8aa8e0ec42ee91c93e1c (diff)
downloadnixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.tar
nixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.tar.gz
nixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.tar.bz2
nixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.tar.lz
nixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.tar.xz
nixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.tar.zst
nixlib-4d853ae94fe74437b54eb1146c228c9a55175f61.zip
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.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/default.nix2
1 files changed, 1 insertions, 1 deletions
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