boostHeaders: regular boost package now only contains headers

This commit is contained in:
William A. Kennington III
2014-09-21 15:18:16 -07:00
parent 89cf0e4fea
commit f327e9c922
6 changed files with 9 additions and 44 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, boostHeaders }:
{ stdenv, fetchurl, boost }:
stdenv.mkDerivation rec {
name = "mini-httpd-1.4";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1i46klkx2ca1cgmlilajkx8gf7b7d7c2sj58llxfllh184pb6cpd";
};
buildInputs = [ boostHeaders ];
buildInputs = [ boost ];
enableParallelBuilding = true;