emacsPackages.magit-stgit: mark broken
This commit is contained in:
parent
f8e50c3058
commit
4300a94d2f
@ -252,12 +252,6 @@ let
|
|||||||
(attrs.nativeBuildInputs or [ ]) ++ [ external.git ];
|
(attrs.nativeBuildInputs or [ ]) ++ [ external.git ];
|
||||||
});
|
});
|
||||||
|
|
||||||
magit-stgit = super.magit-stgit.overrideAttrs (attrs: {
|
|
||||||
# searches for Git at build time
|
|
||||||
nativeBuildInputs =
|
|
||||||
(attrs.nativeBuildInputs or [ ]) ++ [ external.git ];
|
|
||||||
});
|
|
||||||
|
|
||||||
magit-tbdiff = super.magit-tbdiff.overrideAttrs (attrs: {
|
magit-tbdiff = super.magit-tbdiff.overrideAttrs (attrs: {
|
||||||
# searches for Git at build time
|
# searches for Git at build time
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
@ -432,6 +426,9 @@ let
|
|||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
maxframe = markBroken super.maxframe;
|
maxframe = markBroken super.maxframe;
|
||||||
|
|
||||||
|
# upstream issue: doesn't build
|
||||||
|
magit-stgit = markBroken super.magit-stgit;
|
||||||
|
|
||||||
# upstream issue: doesn't build
|
# upstream issue: doesn't build
|
||||||
eterm-256color = markBroken super.eterm-256color;
|
eterm-256color = markBroken super.eterm-256color;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user