Compare commits
No commits in common. "a0e88fb445b6e95c84d496a6481615f3a94a9d4e" and "6911fffa963f8bfba2bbf208efae0ec168f33369" have entirely different histories.
a0e88fb445
...
6911fffa96
@ -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;
|
||||
|
@ -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
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user