Unverified Commit 046fa573 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

sbclPackages.jzon: use up to date version from quicklisp
parents c06dbd0f 19c055c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@
   "clx-truetype"
   "collectors"
   "colorize"
   "com.inuoe.jzon"
   "command-line-arguments"
   "css-lite"
   "css-selectors"
+1 −12
Original line number Diff line number Diff line
@@ -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";