mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
emacsPackages.emacsql: fix build for versions >= 20241115.1939
7a79c2be3d
https://hydra.nix-community.org/build/1847911/nixlog/1 (cherry picked from commit5f5e87e442
)
This commit is contained in:
parent
d3f25eb5b6
commit
c7ecbb3164
@ -177,7 +177,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…
Reference in New Issue
Block a user