Merge pull request #37635 from NixOS/revert-31798-fixcamlmod

Revert "melpaStablePackages.caml: don't run configure"
This commit is contained in:
Matthew Justin Bauer 2018-03-22 11:33:06 -05:00 committed by GitHub
commit 8bef1a5cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,11 +48,6 @@ 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;