1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

melpaStablePackages.caml: don't run configure

This commit is contained in:
Spencer Baugh 2017-11-18 13:34:15 -05:00
parent 5ec0e09239
commit a558da3f7e

View file

@ -45,6 +45,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
# upstream issue: missing package version
cmake-mode = markBroken (dontConfigure super.cmake-mode);