summary refs log tree commit diff
path: root/pkgs/misc/emulators/pcsx2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/emulators/pcsx2/default.nix')
-rw-r--r--pkgs/misc/emulators/pcsx2/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/pcsx2/default.nix b/pkgs/misc/emulators/pcsx2/default.nix
index 673e4c3ed08..2e28fd297ec 100644
--- a/pkgs/misc/emulators/pcsx2/default.nix
+++ b/pkgs/misc/emulators/pcsx2/default.nix
@@ -2,8 +2,6 @@
 , makeWrapper, perl, pkgconfig, portaudio, SDL2, soundtouch, stdenv
 , wxGTK30, zlib }:
 
-assert stdenv.isi686;
-
 stdenv.mkDerivation rec {
   name = "pcsx2-${version}";
   version = "1.4.0";