mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
himitsu-firefox: set HARECACHE
Otherwise, it tries to create the cache directory under $HOME.
This commit is contained in:
parent
e1e4a5e540
commit
48947b2850
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user