mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #187370 from AndersonTorres/harelang
Fixup himitsu and himitsu-firefox
This commit is contained in:
commit
0c8ae3d527
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:
|
||||
|
|
|
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||
scdoc
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export HARECACHE=$(mktemp -d)
|
||||
'';
|
||||
|
||||
installFlags = [ "PREFIX=" "DESTDIR=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue