hare-json: remove. it's been upstreamed as hareThirdParty.hare-json
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchFromSourcehut
|
||||
, hare
|
||||
, unstableGitUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hare-json";
|
||||
version = "unstable-2023-09-21";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~sircmpwn";
|
||||
repo = pname;
|
||||
rev = "e24e5dceb8628ff569338e6c4fdba35a5017c5e2";
|
||||
hash = "sha256-7QRieokqXarKwLfZynS8Rum9JV9hcxod00BWAUwwliM=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
hare
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HARECACHE=$(mktemp -d)
|
||||
'';
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "JSON support for the Hare programming language";
|
||||
homepage = "https://sr.ht/~sircmpwn/hare-json";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ colinsane ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
@@ -40,7 +40,6 @@ let
|
||||
};
|
||||
gpodder-configured = callPackage ./additional/gpodder-configured { };
|
||||
hare-ev = callPackage ./additional/hare-ev { };
|
||||
hare-json = callPackage ./additional/hare-json { };
|
||||
jellyfin-media-player-qt6 = callPackage ./additional/jellyfin-media-player-qt6 { };
|
||||
koreader-from-src = callPackage ./additional/koreader-from-src { };
|
||||
ldd-aarch64 = callPackage ./additional/ldd-aarch64 { };
|
||||
@@ -154,7 +153,6 @@ let
|
||||
inherit (final'.sane)
|
||||
bonsai
|
||||
hare-ev
|
||||
hare-json
|
||||
;
|
||||
};
|
||||
in sane-overlay
|
||||
|
Reference in New Issue
Block a user