Compare commits
2 Commits
6911fffa96
...
a0e88fb445
Author | SHA1 | Date | |
---|---|---|---|
a0e88fb445 | |||
ebdcef7180 |
@ -18,16 +18,13 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
jansson
|
jansson
|
||||||
curl
|
curl
|
||||||
libev
|
libev
|
||||||
|
perl
|
||||||
] ++ lib.optionals full [
|
] ++ lib.optionals full [
|
||||||
readline
|
readline
|
||||||
] ++ lib.optionals (!full) [
|
] ++ lib.optionals (!full) [
|
||||||
libedit
|
libedit
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
|
||||||
perl
|
|
||||||
];
|
|
||||||
|
|
||||||
src = if local then
|
src = if local then
|
||||||
builtins.path {
|
builtins.path {
|
||||||
path = ../${pname}/git;
|
path = ../${pname}/git;
|
||||||
|
@ -22,6 +22,14 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
] ++ lib.optionals full [
|
] ++ lib.optionals full [
|
||||||
readline
|
readline
|
||||||
lua5_3
|
lua5_3
|
||||||
|
|
||||||
|
# xB plugins
|
||||||
|
guile
|
||||||
|
tcl
|
||||||
|
perl
|
||||||
|
ruby
|
||||||
|
tinycc
|
||||||
|
python3
|
||||||
] ++ lib.optionals (!full) [
|
] ++ lib.optionals (!full) [
|
||||||
libedit
|
libedit
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user