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