Disable FileHomeDir on Darwin

This commit is contained in:
Robin Bate Boerop 2015-03-14 20:02:30 -03:00
parent 90c04fcac3
commit c668b45c6c

View File

@ -3800,6 +3800,7 @@ let self = _self // overrides; _self = with self; {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
preCheck = "export HOME=$TMPDIR";
doCheck = !stdenv.isDarwin;
};
FileKeePass = buildPerlPackage rec {