python.pkgs.cx_oracle: add missing quote
This commit is contained in:
parent
768bd58a48
commit
9bca8edce0
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
patches = [ ./0001-odpi-src-dpiOci.c-nixify-libclntsh.so-dlopen.patch ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace odpi/src/dpiOci.c --replace @libclntsh@ ${oracle-instantclient}/lib/libclntsh.so";
|
||||
substituteInPlace odpi/src/dpiOci.c --replace @libclntsh@ "${oracle-instantclient}/lib/libclntsh.so";
|
||||
'';
|
||||
|
||||
# Check need an Oracle database to run
|
||||
|
Loading…
Reference in New Issue
Block a user