ed: enable check on darwin
This commit is contained in:
parent
0bb47027ab
commit
bb2b4587c6
@ -13,16 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ lzip ];
|
nativeBuildInputs = [ lzip ];
|
||||||
|
|
||||||
/* FIXME: Tests currently fail on Darwin:
|
doCheck = hostPlatform == buildPlatform;
|
||||||
|
|
||||||
building test scripts for ed-1.5...
|
|
||||||
testing ed-1.5...
|
|
||||||
*** Output e1.o of script e1.ed is incorrect ***
|
|
||||||
*** Output r3.o of script r3.ed is incorrect ***
|
|
||||||
make: *** [check] Error 127
|
|
||||||
|
|
||||||
*/
|
|
||||||
doCheck = !(hostPlatform.isDarwin || hostPlatform != buildPlatform);
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of the standard Unix editor";
|
description = "An implementation of the standard Unix editor";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user