Merge pull request #269980 from marsam/emacs-pq-dynamic-module

emacsPackages.pq: build dynamic module
This commit is contained in:
adisbladis 2023-11-26 11:55:25 +13:00 committed by GitHub
commit da9f288dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,10 @@ self: let
'';
});
pq = super.pq.overrideAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.postgresql ];
});
xeft = super.xeft.overrideAttrs (old: let
libExt = pkgs.stdenv.hostPlatform.extensions.sharedLibrary;
in {