Fix magit-delta build

This commit is contained in:
Andrea Ciceri 2025-03-06 13:05:27 +01:00
parent a3c722e9f8
commit f9e5be5864
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -148,7 +148,17 @@ let
embark embark
embark-consult embark-consult
magit magit
magit-delta (magit-delta.override (old: {
# FIXME why is this needed?
melpaBuild =
args:
old.melpaBuild (
args
// {
packageRequires = (args.packageRequires or [ ]) ++ [ dash ];
}
);
}))
magit-todos magit-todos
difftastic difftastic
with-editor with-editor