boost: Update depdendent packages

This commit is contained in:
William A. Kennington III
2014-09-21 17:20:59 -07:00
parent be2c1d7908
commit 31220480d8
58 changed files with 105 additions and 95 deletions
@@ -26,11 +26,11 @@ let
patches = [ ./synfig-cstring.patch ];
buildInputs = [
ETL boost cairo gettext glibmm libsigcxx libtool libxmlxx pango
ETL boost boost.lib cairo gettext glibmm libsigcxx libtool libxmlxx pango
pkgconfig
];
configureFlags = [ "--with-boost-libdir=${boost}/lib" ];
configureFlags = [ "--with-boost-libdir=${boost.lib}/lib" ];
};
in
stdenv.mkDerivation rec {