oracle-instantclient: remove unused arguments

This commit is contained in:
Florian Klink 2018-05-17 17:37:08 +02:00
parent 276f2897cb
commit 0f4269bf48

View file

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