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:
parent
131299a60f
commit
97bb239d9d
@ -33,8 +33,6 @@
|
||||
, withGui ? true
|
||||
}:
|
||||
|
||||
assert stdenv.hostPlatform.system != "powerpc-linux";
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "recoll";
|
||||
version = "1.28.6";
|
||||
|
Loading…
Reference in New Issue
Block a user