summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-03-15 12:43:40 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-03-15 12:43:40 +0000
commite745e86d52a6884486049945f227663837e9b72a (patch)
treebe108320d59ce2929fd9fb51d6c85e341efcdb4d /pkgs/system/all-packages-generic.nix
parent439e93640e46ed065c3587d5456df3b0c7eb7a9c (diff)
downloadnixpkgs-e745e86d52a6884486049945f227663837e9b72a.tar
nixpkgs-e745e86d52a6884486049945f227663837e9b72a.tar.gz
nixpkgs-e745e86d52a6884486049945f227663837e9b72a.tar.bz2
nixpkgs-e745e86d52a6884486049945f227663837e9b72a.tar.lz
nixpkgs-e745e86d52a6884486049945f227663837e9b72a.tar.xz
nixpkgs-e745e86d52a6884486049945f227663837e9b72a.tar.zst
nixpkgs-e745e86d52a6884486049945f227663837e9b72a.zip
* Added unixODBC.
svn path=/nixpkgs/trunk/; revision=5041
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 53693a3e81a..3bbcfe4d3c0 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1248,6 +1248,10 @@ rec {
     inherit fetchurl stdenv alsaLib autoconf automake libtool;
   };
 
+  unixODBC = import ../development/libraries/unixODBC {
+    inherit fetchurl stdenv;
+  };
+
   ### DEVELOPMENT / LIBRARIES / JAVA
 
   saxon = (import ../development/libraries/java/saxon) {