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"
|
||||
"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";
|
||||
|
Loading…
Reference in New Issue
Block a user