summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus-glib
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2010-02-03 20:20:00 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2010-02-03 20:20:00 +0000
commit318dc53aa3f8df86a67d05e8e9fa7234f358b399 (patch)
tree64dfd3ff26fa41a8dce8f3f06289cafb62fbce39 /pkgs/development/libraries/dbus-glib
parentd26683f5a98e95a41a3ebf332b7940094c852af1 (diff)
downloadnixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.tar
nixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.tar.gz
nixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.tar.bz2
nixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.tar.lz
nixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.tar.xz
nixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.tar.zst
nixpkgs-318dc53aa3f8df86a67d05e8e9fa7234f358b399.zip
Fixed dbus-glib compilation on FreeBSD
svn path=/nixpkgs/branches/stdenv-updates/; revision=19793
Diffstat (limited to 'pkgs/development/libraries/dbus-glib')
-rw-r--r--pkgs/development/libraries/dbus-glib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/dbus-glib/default.nix b/pkgs/development/libraries/dbus-glib/default.nix
index 752ded6320b..a6d594af0f0 100644
--- a/pkgs/development/libraries/dbus-glib/default.nix
+++ b/pkgs/development/libraries/dbus-glib/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "0nv4gxcbpa9f0907dmzmfm222w8y45z19cx27l85f5qknf8hncxm";
   };
   
-  buildInputs = [pkgconfig expat gettext];
+  buildInputs = [pkgconfig expat gettext libiconv];
   
   propagatedBuildInputs = [dbus.libs glib];