Merge pull request #187370 from AndersonTorres/harelang

Fixup himitsu and himitsu-firefox
This commit is contained in:
Anderson Torres 2022-08-18 21:54:53 -03:00 committed by GitHub
commit 0c8ae3d527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

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:

View file

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