summary refs log tree commit diff
path: root/pkgs/development/libraries/unixODBC
diff options
context:
space:
mode:
authorAlex Ivanov <gnidorah@users.noreply.github.com>2016-10-10 20:04:05 +0300
committerAlex Ivanov <gnidorah@users.noreply.github.com>2016-10-13 09:23:14 +0300
commit4e87ea7f73b12015be642a19dae1e3de577621b8 (patch)
tree7f0a86efa9598b1c9f861dfe072ff5d5989ab3c6 /pkgs/development/libraries/unixODBC
parent9617f6116411ec824955bef274673dcfb5998a11 (diff)
downloadnixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.tar
nixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.tar.gz
nixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.tar.bz2
nixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.tar.lz
nixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.tar.xz
nixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.tar.zst
nixlib-4e87ea7f73b12015be642a19dae1e3de577621b8.zip
unixODBC: enable build for darwin
Diffstat (limited to 'pkgs/development/libraries/unixODBC')
-rw-r--r--pkgs/development/libraries/unixODBC/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/unixODBC/default.nix b/pkgs/development/libraries/unixODBC/default.nix
index e40f362a3b10..99ab8a056162 100644
--- a/pkgs/development/libraries/unixODBC/default.nix
+++ b/pkgs/development/libraries/unixODBC/default.nix
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
     description = "ODBC driver manager for Unix";
     homepage = http://www.unixodbc.org/;
     license = licenses.lgpl2;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }