mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Add lparallel
This commit is contained in:
parent
1aa13609b6
commit
1cfa5a72e2
@ -95,6 +95,7 @@ let-plus
|
||||
lev
|
||||
lisp-namespace
|
||||
local-time
|
||||
lparallel
|
||||
lquery
|
||||
marshal
|
||||
misc-extensions
|
||||
|
@ -1224,6 +1224,16 @@ let quicklisp-to-nix-packages = rec {
|
||||
}));
|
||||
|
||||
|
||||
"lparallel" = buildLispPackage
|
||||
((f: x: (x // (f x)))
|
||||
(qlOverrides."lparallel" or (x: {}))
|
||||
(import ./quicklisp-to-nix-output/lparallel.nix {
|
||||
inherit fetchurl;
|
||||
"alexandria" = quicklisp-to-nix-packages."alexandria";
|
||||
"bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
|
||||
}));
|
||||
|
||||
|
||||
"local-time" = buildLispPackage
|
||||
((f: x: (x // (f x)))
|
||||
(qlOverrides."local-time" or (x: {}))
|
||||
|
Loading…
Reference in New Issue
Block a user