mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 ];
|
||||
};
|
||||
preCheck = "export HOME=$TMPDIR";
|
||||
doCheck = !stdenv.isDarwin;
|
||||
};
|
||||
|
||||
FileKeePass = buildPerlPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user