about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-01-27 16:41:30 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-01-29 02:08:04 +0200
commitc6ce08422aa29dfefefa9ee18ba9f0335975a3f3 (patch)
tree25f6f13bfa7ea5c84400083eb9ec830ac462aeb2 /pkgs
parent7b8e93bda93435b254c29f6a910bdac2a41a5568 (diff)
downloadnixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar
nixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.gz
nixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.bz2
nixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.lz
nixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.xz
nixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.tar.zst
nixlib-c6ce08422aa29dfefefa9ee18ba9f0335975a3f3.zip
libvpx: Remove unneeded assert
It fails on aarch64.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libvpx/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libvpx/default.nix b/pkgs/development/libraries/libvpx/default.nix
index 7d37393d4333..53feba1d1914 100644
--- a/pkgs/development/libraries/libvpx/default.nix
+++ b/pkgs/development/libraries/libvpx/default.nix
@@ -44,8 +44,6 @@ let
   inherit (stdenv.lib) enableFeature optional optionals;
 in
 
-assert isi686 || isx86_64 || isArm || isMips; # Requires ARM with floating point support
-
 assert vp8DecoderSupport || vp8EncoderSupport || vp9DecoderSupport || vp9EncoderSupport;
 assert internalStatsSupport && (vp9DecoderSupport || vp9EncoderSupport) -> postprocSupport;
 /* If spatialResamplingSupport not enabled, build will fail with undeclared variable errors.