Unverified Commit 4e58608d authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #228464 from lukego/lisp-kons-9

lisp-modules.kons-9: init from trunk
parents 8f354147 ae269eca
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -591,6 +591,23 @@ let
    lispLibs = with super; [ clim mcclim mcclim-layouts ];
  };

  kons-9 = build-asdf-system rec {
    pname = "kons-9";
    version = "trunk";
    src = pkgs.fetchFromGitHub {
      owner = "kaveh808";
      repo = "kons-9";
      rev = "95ad44fac0566f445c4b7bd040339dcff75ee992";
      sha256 = "19rl7372j9f1cv2kl55r8vyf4dhcz4way4hkjgysbxzrb1psp17n";
    };
    systems = [ "kons-9" "kons-9/testsuite" ];
    lispLibs = with super; [
      closer-mop trivial-main-thread trivial-backtrace cffi cl-opengl cl-glu
      cl-glfw3 cl-paths-ttf zpb-ttf cl-vectors origin clobber
      org_dot_melusina_dot_confidence
    ];
  };

  });

in packages