mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
rPackages.ROracle: add dependency
This commit is contained in:
parent
1217b7fdb7
commit
95f039acd7
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user