himitsu: set HARECACHE

Otherwise, it tries to create the cache directory under $HOME.
This commit is contained in:
AndersonTorres
2022-08-18 21:22:45 -03:00
parent 5efa052928
commit e1e4a5e540
+4
View File
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
scdoc
];
preConfigure = ''
export HARECACHE=$(mktemp -d)
'';
installFlags = [ "PREFIX=" "DESTDIR=$(out)" ];
meta = with lib; {