libiodbc: move defaults to package file

This commit is contained in:
Jan Malakhovski
2019-02-03 15:33:27 +00:00
parent 0df915c75c
commit be79fc5c33
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{ stdenv, fetchurl, pkgconfig, gtk2, Carbon, useGTK ? false }:
{ config, stdenv, fetchurl, pkgconfig, gtk2, Carbon
, useGTK ? config.libiodbc.gtk or false }:
stdenv.mkDerivation rec {
name = "libiodbc-3.52.12";