enchant: enable tests
We need to enable relocatability as per https://github.com/AbiWord/enchant/issues/219 for tests to work.
This commit is contained in:
parent
afb4fbb9ce
commit
c1069b51ec
@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1p6a3qmrh8bjzds6x7rg9da0ir44gg804jzkf634h39wsa4vdmpm";
|
sha256 = "1p6a3qmrh8bjzds6x7rg9da0ir44gg804jzkf634h39wsa4vdmpm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
];
|
];
|
||||||
@ -41,7 +40,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = false; # https://github.com/AbiWord/enchant/issues/219
|
doCheck = true;
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-relocatable" # needed for tests
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generic spell checking library";
|
description = "Generic spell checking library";
|
||||||
|
Loading…
Reference in New Issue
Block a user