rPackages.ROracle: add dependency

This commit is contained in:
Justin Bedo 2023-08-04 14:23:44 +10:00
parent 1217b7fdb7
commit 95f039acd7
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -1281,6 +1281,13 @@ let
'';
});
ROracle = old.ROracle.overrideAttrs (attrs: {
configureFlags = [
"--with-oci-lib=${pkgs.oracle-instantclient.lib}/lib"
"--with-oci-inc=${pkgs.oracle-instantclient.dev}/include"
];
});
sparklyr = old.sparklyr.overrideAttrs (attrs: {
# Pyspark's spark is full featured and better maintained than pkgs.spark
preConfigure = ''