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
|
, withGui ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.hostPlatform.system != "powerpc-linux";
|
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "recoll";
|
pname = "recoll";
|
||||||
version = "1.28.6";
|
version = "1.28.6";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user