oracle-instantclient: remove unused arguments
This commit is contained in:
parent
276f2897cb
commit
0f4269bf48
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
{ stdenv, requireFile, libelf, gcc, glibc, patchelf, unzip, rpmextract, libaio
|
||||
, odbcSupport ? false, unixODBC
|
||||
}:
|
||||
{ stdenv, requireFile, glibc, patchelf, rpmextract, libaio, odbcSupport ? false, unixODBC }:
|
||||
|
||||
assert odbcSupport -> unixODBC != null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue