tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
unixODBC: enable build for darwin
Alex Ivanov
9 years ago
4e87ea7f
9617f611
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
unixODBC
default.nix
+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
18
-
platforms = platforms.linux;
18
18
+
platforms = platforms.unix;
19
19
};
20
20
}