summary refs log tree commit diff
path: root/pkgs/misc/emulators/pcsx2
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-03 00:58:11 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-03 13:09:20 -0500
commit143978a477e4891bd94be6d9fcf257f726b403cd (patch)
treeb93f545ca15d5dd7410e7ec13be3df1709b935c6 /pkgs/misc/emulators/pcsx2
parent3216cf6cdf5a9d0e77af10add1a9cd5c0d6106c2 (diff)
downloadnixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.tar
nixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.tar.gz
nixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.tar.bz2
nixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.tar.lz
nixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.tar.xz
nixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.tar.zst
nixpkgs-143978a477e4891bd94be6d9fcf257f726b403cd.zip
treewide: remove platform assertions
linux: readd assertion
Diffstat (limited to 'pkgs/misc/emulators/pcsx2')
-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";