emacsPackages.pq: build dynamic module

This commit is contained in:
Mario Rodas 2023-11-25 04:20:00 +00:00
parent 3820cc90ca
commit 2fe134dae2

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 {