Merge pull request #269980 from marsam/emacs-pq-dynamic-module
emacsPackages.pq: build dynamic module
This commit is contained in:
commit
da9f288dcd
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue