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:
parent
5ec0e09239
commit
a558da3f7e
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue