lol

unixODBC: enable build for darwin

+1 -1
+1 -1
pkgs/development/libraries/unixODBC/default.nix
··· 15 15 description = "ODBC driver manager for Unix"; 16 16 homepage = http://www.unixodbc.org/; 17 17 license = licenses.lgpl2; 18 - platforms = platforms.linux; 18 + platforms = platforms.unix; 19 19 }; 20 20 }