mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #317495 from Uthar/lisp-jzon-from-ql
sbclPackages.jzon: use up to date version from quicklisp
This commit is contained in:
commit
046fa57365
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue