summary refs log tree commit diff
path: root/pkgs/development/libraries/unixODBCDrivers/default.nix
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-28 15:38:40 +0200
committerJanne Heß <janne@hess.ooo>2022-05-30 13:42:53 +0200
commit7d58a30286490b7cf7486093d615195fc7695520 (patch)
tree7bd00ecc577a1aa946248d348f622eb5ca3dd2c5 /pkgs/development/libraries/unixODBCDrivers/default.nix
parent65db3b17a8a4ba70c371767e7c484f70203080f2 (diff)
downloadnixpkgs-7d58a30286490b7cf7486093d615195fc7695520.tar
nixpkgs-7d58a30286490b7cf7486093d615195fc7695520.tar.gz
nixpkgs-7d58a30286490b7cf7486093d615195fc7695520.tar.bz2
nixpkgs-7d58a30286490b7cf7486093d615195fc7695520.tar.lz
nixpkgs-7d58a30286490b7cf7486093d615195fc7695520.tar.xz
nixpkgs-7d58a30286490b7cf7486093d615195fc7695520.tar.zst
nixpkgs-7d58a30286490b7cf7486093d615195fc7695520.zip
treewide: pkgs/development/libraries: mark broken for darwin
Diffstat (limited to 'pkgs/development/libraries/unixODBCDrivers/default.nix')
-rw-r--r--pkgs/development/libraries/unixODBCDrivers/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/unixODBCDrivers/default.nix b/pkgs/development/libraries/unixODBCDrivers/default.nix
index 40ce6396593..0f702b22824 100644
--- a/pkgs/development/libraries/unixODBCDrivers/default.nix
+++ b/pkgs/development/libraries/unixODBCDrivers/default.nix
@@ -20,6 +20,7 @@
     };
 
     meta = with lib; {
+      broken = stdenv.isDarwin;
       description = "Official PostgreSQL ODBC Driver";
       homepage = "https://odbc.postgresql.org/";
       license = licenses.lgpl2;
@@ -61,6 +62,7 @@
     };
 
     meta = with lib; {
+      broken = stdenv.isDarwin;
       description = "MariaDB ODBC database driver";
       homepage = "https://downloads.mariadb.org/connector-odbc/";
       license = licenses.gpl2;
@@ -124,6 +126,7 @@
     };
 
     meta = with lib; {
+      broken = stdenv.isDarwin;
       description = "ODBC driver for SQLite";
       homepage = "http://www.ch-werner.de/sqliteodbc";
       license = licenses.bsd2;
@@ -167,6 +170,7 @@
     };
 
     meta = with lib; {
+      broken = stdenv.isDarwin;
       description = "ODBC Driver 17 for SQL Server";
       homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017";
       license = licenses.unfree;
@@ -210,6 +214,7 @@
     };
 
     meta = with lib; {
+      broken = stdenv.isDarwin;
       description = "Amazon Redshift ODBC driver";
       homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html";
       license = licenses.unfree;