Update dependencies
All checks were successful
Cachix / build (elendel) (push) Successful in 1m39s
Cachix / build (kholinar) (push) Successful in 3m26s
Cachix / build (lasting-integrity) (push) Successful in 1m12s
Cachix / build (marabethia) (push) Successful in 1m28s
Cachix / build (urithiru) (push) Successful in 1m52s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m39s
Cachix / build (kholinar) (push) Successful in 3m26s
Cachix / build (lasting-integrity) (push) Successful in 1m12s
Cachix / build (marabethia) (push) Successful in 1m28s
Cachix / build (urithiru) (push) Successful in 1m52s
This commit is contained in:
parent
78b8fed782
commit
cf648c50eb
2 changed files with 31 additions and 18 deletions
13
patches/356376.patch
Normal file
13
patches/356376.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
|
||||
index 670b6faa51b51..42e2340d72382 100644
|
||||
--- a/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
|
||||
+++ b/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
|
||||
@@ -172,7 +172,7 @@ let
|
||||
|
||||
dune = dontConfigure super.dune;
|
||||
|
||||
- emacsql = super.emacsql.overrideAttrs (old: {
|
||||
+ emacsql = super.emacsql.overrideAttrs (old: lib.optionalAttrs (lib.versionOlder old.version "20241115.1939") {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.sqlite ];
|
||||
|
||||
postBuild = ''
|
Loading…
Add table
Add a link
Reference in a new issue