about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-22 13:53:34 +0200
committerPeter Simons <simons@cryp.to>2014-09-22 13:53:34 +0200
commite81b9f4bd81849a384f1086968ea21f52ae045a3 (patch)
treeb22084a76916dafe59e8088f7592360899835e44 /pkgs/development/compilers
parent020d06f27851e76a177a3fb910cfd0a011c11dc4 (diff)
parent3ff5532a827279042816c19f2c2895eba3eeca50 (diff)
downloadnixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.tar
nixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.tar.gz
nixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.tar.bz2
nixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.tar.lz
nixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.tar.xz
nixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.tar.zst
nixlib-e81b9f4bd81849a384f1086968ea21f52ae045a3.zip
Merge pull request #4085 from wkennington/master.boost
Boost Updates
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/hhvm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/hhvm/default.nix b/pkgs/development/compilers/hhvm/default.nix
index d2f243903185..1873b58e802e 100644
--- a/pkgs/development/compilers/hhvm/default.nix
+++ b/pkgs/development/compilers/hhvm/default.nix
@@ -17,9 +17,9 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs =
-    [ cmake pkgconfig boost libunwind mariadb libmemcached pcre libevent gd curl
-      libxml2 icu flex bison openssl zlib php expat libcap oniguruma
-      libdwarf libmcrypt tbb gperftools bzip2 openldap readline
+    [ cmake pkgconfig boost boost.lib libunwind mariadb libmemcached pcre
+      libevent gd curl libxml2 icu flex bison openssl zlib php expat libcap
+      oniguruma libdwarf libmcrypt tbb gperftools bzip2 openldap readline
       libelf uwimap binutils cyrus_sasl pam glog libpng libxslt ocaml
     ];