sbclPackages.jzon: use up to date version from quicklisp
In the meantime jzon had a 1.0.0 release and was added to quicklisp.
This commit is contained in:
parent
6e2956f10b
commit
19c055c078
@ -174,6 +174,7 @@
|
|||||||
"clx-truetype"
|
"clx-truetype"
|
||||||
"collectors"
|
"collectors"
|
||||||
"colorize"
|
"colorize"
|
||||||
|
"com.inuoe.jzon"
|
||||||
"command-line-arguments"
|
"command-line-arguments"
|
||||||
"css-lite"
|
"css-lite"
|
||||||
"css-selectors"
|
"css-selectors"
|
||||||
|
@ -108,18 +108,7 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
jzon = build-asdf-system {
|
jzon = super.com_dot_inuoe_dot_jzon;
|
||||||
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" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
cl-notify = build-asdf-system {
|
cl-notify = build-asdf-system {
|
||||||
pname = "cl-notify";
|
pname = "cl-notify";
|
||||||
|
Loading…
Reference in New Issue
Block a user