boost: rename patch for version 1.47.0 to include its version number in the file name

This commit is contained in:
Peter Simons 2013-02-09 21:07:27 +01:00
parent 227dd2695c
commit 28752752c0
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation {
};
# See <http://svn.boost.org/trac/boost/ticket/4688>.
patches = [ ./boost_filesystem.patch ];
patches = [ ./boost_filesystem_1_47_0.patch ];
enableParallelBuilding = true;