himitsu: set HARECACHE

Otherwise, it tries to create the cache directory under $HOME.
This commit is contained in:
AndersonTorres 2022-08-18 21:22:26 -03:00
parent 5efa052928
commit e1e4a5e540

View file

@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
scdoc
];
preConfigure = ''
export HARECACHE=$(mktemp -d)
'';
installFlags = [ "PREFIX=" "DESTDIR=$(out)" ];
meta = with lib; {