Add lparallel
This commit is contained in:
parent
1aa13609b6
commit
1cfa5a72e2
@ -95,6 +95,7 @@ let-plus
|
|||||||
lev
|
lev
|
||||||
lisp-namespace
|
lisp-namespace
|
||||||
local-time
|
local-time
|
||||||
|
lparallel
|
||||||
lquery
|
lquery
|
||||||
marshal
|
marshal
|
||||||
misc-extensions
|
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
|
"local-time" = buildLispPackage
|
||||||
((f: x: (x // (f x)))
|
((f: x: (x // (f x)))
|
||||||
(qlOverrides."local-time" or (x: {}))
|
(qlOverrides."local-time" or (x: {}))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user