mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
hareThirdParty.hare-compress: make use of hareHook
This commit is contained in:
parent
995664853d
commit
93b01fe232
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
hare,
|
hareHook,
|
||||||
harec,
|
harec,
|
||||||
fetchFromSourcehut,
|
fetchFromSourcehut,
|
||||||
}:
|
}:
|
||||||
@ -17,12 +17,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-sz8xPBZaUFye3HH4lkRnH52ye451e6seZXN/qvg87jE=";
|
hash = "sha256-sz8xPBZaUFye3HH4lkRnH52ye451e6seZXN/qvg87jE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ hare ];
|
nativeBuildInputs = [ hareHook ];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [ "PREFIX=${builtins.placeholder "out"}" ];
|
||||||
"HARECACHE=.harecache"
|
|
||||||
"PREFIX=${builtins.placeholder "out"}"
|
|
||||||
];
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user