python.pkgs.cx_oracle: add missing quote

wip/yesman
Jörg Thalheim 6 years ago
parent 768bd58a48
commit 9bca8edce0
  1. 2
      pkgs/development/python-modules/cx_oracle/default.nix

@ -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…
Cancel
Save