himitsu-firefox: set HARECACHE

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

View file

@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
himitsu
];
preConfigure = ''
export HARECACHE=$(mktemp -d)
'';
buildFlags = [ "LIBEXECDIR=$(out)/libexec" ];
# Only install the native component; per the docs: