Merge pull request #317495 from Uthar/lisp-jzon-from-ql

sbclPackages.jzon: use up to date version from quicklisp
This commit is contained in:
7c6f434c 2024-06-06 06:34:58 +00:00 committed by GitHub
commit 046fa57365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

@ -174,6 +174,7 @@
"clx-truetype"
"collectors"
"colorize"
"com.inuoe.jzon"
"command-line-arguments"
"css-lite"
"css-selectors"

@ -108,18 +108,7 @@ let
];
};
jzon = build-asdf-system {
src = pkgs.fetchzip {
url = "https://github.com/Zulu-Inuoe/jzon/archive/6b201d4208ac3f9721c461105b282c94139bed29.tar.gz";
sha256 = "01d4a78pjb1amx5amdb966qwwk9vblysm1li94n3g26mxy5zc2k3";
};
version = "0.0.0-20210905-6b201d4208";
pname = "jzon";
lispLibs = [
super.closer-mop
];
systems = [ "com.inuoe.jzon" ];
};
jzon = super.com_dot_inuoe_dot_jzon;
cl-notify = build-asdf-system {
pname = "cl-notify";