Fix magit-delta
build
This commit is contained in:
parent
a3c722e9f8
commit
f9e5be5864
1 changed files with 11 additions and 1 deletions
|
@ -148,7 +148,17 @@ let
|
|||
embark
|
||||
embark-consult
|
||||
magit
|
||||
magit-delta
|
||||
(magit-delta.override (old: {
|
||||
# FIXME why is this needed?
|
||||
melpaBuild =
|
||||
args:
|
||||
old.melpaBuild (
|
||||
args
|
||||
// {
|
||||
packageRequires = (args.packageRequires or [ ]) ++ [ dash ];
|
||||
}
|
||||
);
|
||||
}))
|
||||
magit-todos
|
||||
difftastic
|
||||
with-editor
|
||||
|
|
Loading…
Add table
Reference in a new issue