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 { stdenv, requireFile, glibc, patchelf, rpmextract, libaio, odbcSupport ? false, unixODBC }:
, odbcSupport ? false, unixODBC
}:
assert odbcSupport -> unixODBC != null; assert odbcSupport -> unixODBC != null;