about summary refs log tree commit diff
path: root/pkgs/development/libraries/CGAL
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-03 23:03:01 +0100
committerPeter Simons <simons@cryp.to>2014-11-03 23:03:01 +0100
commitb5fed52c43360c8a1e6b632236ad41d98c59f804 (patch)
treeefcffbcbed9a980ee912f914baf535bf6181e74d /pkgs/development/libraries/CGAL
parent0346efdabfeef55d64c738e093795acc0e80d2d8 (diff)
parent8d605dafc65ede7c4d33178192807612527c911d (diff)
Merge pull request #4238 from wkennington/master.boost
Make boost 156 the default
Diffstat (limited to 'pkgs/development/libraries/CGAL')
-rw-r--r--pkgs/development/libraries/CGAL/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/CGAL/default.nix b/pkgs/development/libraries/CGAL/default.nix
index c22cee15fa046..505aab78242a9 100644
--- a/pkgs/development/libraries/CGAL/default.nix
+++ b/pkgs/development/libraries/CGAL/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
     sha256 = "00shds5yph4s09lqdrb6n60wnw9kpiwa25ghg9mbsgq3fnr8p7kr";
   };
 
-  buildInputs = [ cmake boost boost.lib gmp mpfr ];
+  buildInputs = [ cmake boost gmp mpfr ];
 
   doCheck = false;