mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
hareThirdParty.hare-ev: make use of hareHook
This commit is contained in:
parent
87168b4bab
commit
03622fdd01
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
fetchFromSourcehut,
|
fetchFromSourcehut,
|
||||||
hare,
|
hareHook,
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
@ -17,12 +17,9 @@ stdenv.mkDerivation {
|
|||||||
hash = "sha256-SXExwDZKlW/2XYzmJUhkLWj6NF/znrv3vY9V0mD5iFQ=";
|
hash = "sha256-SXExwDZKlW/2XYzmJUhkLWj6NF/znrv3vY9V0mD5iFQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = [ hare ];
|
nativeCheckInputs = [ hareHook ];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [ "PREFIX=${builtins.placeholder "out"}" ];
|
||||||
"HARECACHE=.harecache"
|
|
||||||
"PREFIX=${builtins.placeholder "out"}"
|
|
||||||
];
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
@ -33,6 +30,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://sr.ht/~sircmpwn/hare-ev";
|
homepage = "https://sr.ht/~sircmpwn/hare-ev";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ colinsane ];
|
maintainers = with maintainers; [ colinsane ];
|
||||||
inherit (hare.meta) platforms badPlatforms;
|
inherit (hareHook.meta) platforms badPlatforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user