libconfuse: fix tests on darwin

/cc ZHF #36454
This commit is contained in:
Daiderd Jordan 2018-03-17 19:40:14 +01:00
parent 226826225f
commit 1798563e62
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
# On darwin the tests depend on the installed libraries because of install_name.
doInstallCheck = true;
installCheckTarget = "check";
meta = with stdenv.lib; {
inherit (src.meta) homepage;