Skip to content

Commit d8ca193

Browse files
chore(deps): lock file maintenance (#431)
* chore(deps): lock file maintenance * fix: workaround cape when-let byte-compile bug --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Terje Larsen <[email protected]>
1 parent a85e17f commit d8ca193

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

dev/flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/packageOverrides.nix

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
unzip,
1010
}:
1111
_final: prev: {
12+
cape = prev.cape.overrideAttrs (_: {
13+
preBuild = ''
14+
substituteInPlace cape-char.el \
15+
--replace-fail "when-let" "when-let*"
16+
'';
17+
});
18+
1219
devdocs = prev.devdocs.overrideAttrs (_: {
1320
preBuild = ''
1421
substituteInPlace devdocs.el --replace-fail "(require 'mathjax)" "(require 'mathjax nil t)"

0 commit comments

Comments
 (0)