recoll: drop assert on hostPlatform.system

This was introduced in 05e5f5d5 ('Fix tarball') and no longer serves
the original purpose.
This commit is contained in:
Dmitry Kalinkin 2021-04-04 20:22:28 -04:00
parent 131299a60f
commit 97bb239d9d
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -33,8 +33,6 @@
, withGui ? true
}:
assert stdenv.hostPlatform.system != "powerpc-linux";
mkDerivation rec {
pname = "recoll";
version = "1.28.6";