Skip to content

Commit

Permalink
lispPackages_new.kons-9: init at 2022-11-05
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Gorrie committed Nov 7, 2022
1 parent ff6c4f5 commit 62acee1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/development/lisp-modules-new/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,21 @@ let
lispLibs = with ql; [ alexandria trivia fset float-features split-sequence uiop
trivial-garbage fiasco yason trivial-benchmark
html-entities ];
};

kons-9 = build-asdf-system {
pname = "kons-9";
version = "2022-11-05";
src = pkgs.fetchFromGitHub {
owner = "kaveh808";
repo = "kons-9";
rev = "308b1215b9fb964d55be528511e68d84e6de2c03";
sha256 = "sha256-1GZ+zycQ5xNMHVrNbW7zTL+u69TFQI/dpZBphqekFyo=";
};
lispLibs = with ql; [
closer-mop trivial-main-thread trivial-backtrace cffi cl-opengl
cl-glu cl-glfw3 cl-vectors cl-paths-ttf clobber origin
];
};

};
Expand Down

0 comments on commit 62acee1

Please sign in to comment.