mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
hareThirdParty.hare-json: make use of hareHook
This commit is contained in:
parent
1ef1988149
commit
081396ca7d
@ -1,6 +1,6 @@
|
||||
{
|
||||
fetchFromSourcehut,
|
||||
hare,
|
||||
hareHook,
|
||||
harec,
|
||||
lib,
|
||||
stdenv,
|
||||
@ -17,12 +17,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-Sx+RBiLhR3ftP89AwinVlBg0u0HX4GVP7TLmuofgC9s=";
|
||||
};
|
||||
|
||||
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