Merge pull request #31798 from catern/fixcamlmod
melpaStablePackages.caml: don't run configure
This commit is contained in:
commit
66b1712a62
@ -48,6 +48,11 @@ self:
|
||||
# upstream issue: missing file header
|
||||
bufshow = markBroken super.bufshow;
|
||||
|
||||
# upstream issue: comes with a broken configure file
|
||||
caml = super.caml.overrideAttrs (oldAttrs: rec {
|
||||
configureScript = "true";
|
||||
});
|
||||
|
||||
# part of a larger package
|
||||
caml = dontConfigure super.caml;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user