mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Revert "melpaStablePackages.caml: don't run configure"
This commit is contained in:
parent
5832a6fdfb
commit
6ff61bb5f9
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue