Merge pull request #46445 from ryantm/rpostgres
rPackages.RPostgres: fix configure paths and includes
This commit is contained in:
commit
8e991ac409
@ -906,6 +906,14 @@ let
|
|||||||
TCLLIBPATH = "${pkgs.bwidget}/lib/bwidget${pkgs.bwidget.version}";
|
TCLLIBPATH = "${pkgs.bwidget}/lib/bwidget${pkgs.bwidget.version}";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
RPostgres = old.RPostgres.overrideDerivation (attrs: {
|
||||||
|
preConfigure = ''
|
||||||
|
export INCLUDE_DIR=${pkgs.postgresql}/include
|
||||||
|
export LIB_DIR=${pkgs.postgresql.lib}/lib
|
||||||
|
patchShebangs configure
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
OpenMx = old.OpenMx.overrideDerivation (attrs: {
|
OpenMx = old.OpenMx.overrideDerivation (attrs: {
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs configure
|
patchShebangs configure
|
||||||
|
Loading…
Reference in New Issue
Block a user