Update dependencies
All checks were successful
Cachix / build (elendel) (push) Successful in 1m43s
Cachix / build (lasting-integrity) (push) Successful in 1m13s
Cachix / build (marabethia) (push) Successful in 1m50s
Cachix / build (urithiru) (push) Successful in 1m40s
Cachix / build (kholinar) (push) Successful in 2m7s
All checks were successful
Cachix / build (elendel) (push) Successful in 1m43s
Cachix / build (lasting-integrity) (push) Successful in 1m13s
Cachix / build (marabethia) (push) Successful in 1m50s
Cachix / build (urithiru) (push) Successful in 1m40s
Cachix / build (kholinar) (push) Successful in 2m7s
This commit is contained in:
parent
f95387ab41
commit
14c87d8bc6
2 changed files with 34 additions and 47 deletions
|
@ -1,13 +0,0 @@
|
|||
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