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