emacsPackages.melpaPackages: fix cmake-mode
This commit is contained in:
parent
ff79e9dad2
commit
ac2eb3151d
@ -50,6 +50,15 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
# part of a larger package
|
# part of a larger package
|
||||||
caml = dontConfigure super.caml;
|
caml = dontConfigure super.caml;
|
||||||
|
|
||||||
|
cmake-mode = super.cmake-mode.overrideAttrs (attrs: {
|
||||||
|
buildInputs = (attrs.buildInputs or []) ++ [
|
||||||
|
external.openssl
|
||||||
|
];
|
||||||
|
nativeBuildInputs = (attrs.nativeBuildInputs or []) ++ [
|
||||||
|
external.pkgconfig
|
||||||
|
];
|
||||||
|
});
|
||||||
|
|
||||||
# Expects bash to be at /bin/bash
|
# Expects bash to be at /bin/bash
|
||||||
company-rtags = markBroken super.company-rtags;
|
company-rtags = markBroken super.company-rtags;
|
||||||
|
|
||||||
|
@ -17961,7 +17961,7 @@ in
|
|||||||
inherit
|
inherit
|
||||||
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
||||||
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
||||||
libtool zeromq;
|
libtool zeromq openssl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user