recoll: drop assert on hostPlatform.system

This was introduced in 05e5f5d5 ('Fix tarball') and no longer serves
the original purpose.
wip/yesman
Dmitry Kalinkin 3 years ago
parent 131299a60f
commit 97bb239d9d
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 2
      pkgs/applications/search/recoll/default.nix

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

Loading…
Cancel
Save