about summary refs log tree commit diff
path: root/pkgs/development/tools/boost-build
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-06-28 09:40:31 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-06-28 09:40:31 +0100
commit33adb080803dae5ab8f5cf62aa0e9dc25130fab2 (patch)
treeb2778ec1006e09bb1f6580b6a180564ea173534d /pkgs/development/tools/boost-build
parent45f6bb6ba5aad658f6799a632950e1e26f0052d6 (diff)
boost-build: drop spurious version infix
Diffstat (limited to 'pkgs/development/tools/boost-build')
-rw-r--r--pkgs/development/tools/boost-build/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/boost-build/default.nix b/pkgs/development/tools/boost-build/default.nix
index 39dd0069b4c6d..89c1b560eacaa 100644
--- a/pkgs/development/tools/boost-build/default.nix
+++ b/pkgs/development/tools/boost-build/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub }:
 
 stdenv.mkDerivation rec {
-  name = "boost-build-2.0-${version}";
+  name = "boost-build-${version}";
   version = "2016.03";
 
   src = fetchFromGitHub {