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
2 changed files with 8 additions and 0 deletions
@@ -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:
+4
View File
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
scdoc
];
preConfigure = ''
export HARECACHE=$(mktemp -d)
'';
installFlags = [ "PREFIX=" "DESTDIR=$(out)" ];
meta = with lib; {