boost: Remove legacy users

This commit is contained in:
William A. Kennington III
2014-11-02 17:22:27 -08:00
parent aa3e800be7
commit 94f80e66d3
2 changed files with 4 additions and 15 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
{stdenv, fetchgit, autoconf, automake, boost149, zlib, libpng, libjpeg, libtiff}:
{stdenv, fetchgit, autoconf, automake, boost, zlib, libpng, libjpeg, libtiff}:
let boost = boost149; in
stdenv.mkDerivation {
name = "povray-3.7";