Disable FileHomeDir on Darwin
This commit is contained in:
parent
90c04fcac3
commit
c668b45c6c
@ -3800,6 +3800,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
preCheck = "export HOME=$TMPDIR";
|
preCheck = "export HOME=$TMPDIR";
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
FileKeePass = buildPerlPackage rec {
|
FileKeePass = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user