mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
sbclPackages.slynk: build from trunk, with extensions
This commit is contained in:
parent
788e3f97ed
commit
f6f653bc59
@ -163,6 +163,23 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
slynk = build-asdf-system {
|
||||
pname = "slynk";
|
||||
version = "trunk";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "joaotavora";
|
||||
repo = "sly";
|
||||
rev = "ba40c8f054ec3b7040a6c36a1ef3e9596b936421";
|
||||
hash = "sha256-hoaCZtyezuXptDPnAvBTT0SZ14M9Ifrmki3beBOwFmI=";
|
||||
};
|
||||
systems = [
|
||||
"slynk" "slynk/arglists" "slynk/fancy-inspector"
|
||||
"slynk/package-fu" "slynk/mrepl" "slynk/trace-dialog"
|
||||
"slynk/profiler" "slynk/stickers" "slynk/indentation"
|
||||
"slynk/retro"
|
||||
];
|
||||
};
|
||||
|
||||
cephes = build-with-compile-into-pwd {
|
||||
inherit (super.cephes) pname version src lispLibs;
|
||||
patches = [ ./patches/cephes-make.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user