Compare commits

..

No commits in common. "a0e88fb445b6e95c84d496a6481615f3a94a9d4e" and "6911fffa963f8bfba2bbf208efae0ec168f33369" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View File

@ -18,13 +18,16 @@ 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;

View File

@ -22,14 +22,6 @@ pkgs.stdenv.mkDerivation rec {
] ++ lib.optionals full [
readline
lua5_3
# xB plugins
guile
tcl
perl
ruby
tinycc
python3
] ++ lib.optionals (!full) [
libedit
];