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 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;

View File

@ -22,14 +22,6 @@ 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
]; ];