Rename boost => boost-headers

Suffixes like "-headers" should go *before* the version part;
otherwise nix-env will think boost and boost-*-headers are the same
package.
This commit is contained in:
Eelco Dolstra 2013-01-28 14:34:14 +01:00
parent 4718d430cc
commit f6e012591f
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "boost-1.49.0-headers";
name = "boost-headers-1.49.0";
src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_49_0.tar.bz2";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "boost-1.51.0-headers";
name = "boost-headers-1.51.0";
src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_51_0.tar.bz2";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "boost-1.52.0-headers";
name = "boost-headers-1.52.0";
src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_52_0.tar.bz2";