himitsu: set HARECACHE
Otherwise, it tries to create the cache directory under $HOME.
This commit is contained in:
parent
5efa052928
commit
e1e4a5e540
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||
scdoc
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export HARECACHE=$(mktemp -d)
|
||||
'';
|
||||
|
||||
installFlags = [ "PREFIX=" "DESTDIR=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue