oracle-instantclient: remove unused arguments
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
{ stdenv, requireFile, libelf, gcc, glibc, patchelf, unzip, rpmextract, libaio
|
{ stdenv, requireFile, glibc, patchelf, rpmextract, libaio, odbcSupport ? false, unixODBC }:
|
||||||
, odbcSupport ? false, unixODBC
|
|
||||||
}:
|
|
||||||
|
|
||||||
assert odbcSupport -> unixODBC != null;
|
assert odbcSupport -> unixODBC != null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user