python.pkgs.cx_oracle: add missing quote

This commit is contained in:
Jörg Thalheim 2018-05-17 20:21:11 +01:00
parent 768bd58a48
commit 9bca8edce0

View File

@ -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