odpic: 3.3.0 -> 4.0.2
python3Packages.cx-oracle is broken with current odpic version
This commit is contained in:
parent
0c98435f70
commit
5abf2b4f68
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
|
{ stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.3.0";
|
version = "4.0.2";
|
||||||
libPath = stdenv.lib.makeLibraryPath [ oracle-instantclient.lib ];
|
libPath = stdenv.lib.makeLibraryPath [ oracle-instantclient.lib ];
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "oracle";
|
owner = "oracle";
|
||||||
repo = "odpi";
|
repo = "odpi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qyfpincifz2vgicjd4q3rk563sg7927xja53rz3l7zv54wp9k62";
|
sha256 = "1g2wdchlwdihqj0ynx58nwyrpncxanghlnykgir97p0wimg3hnxl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin [ fixDarwinDylibNames ];
|
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin [ fixDarwinDylibNames ];
|
||||||
|
|
Loading…
Reference in a new issue