mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
boost-build: drop spurious version infix
This commit is contained in:
parent
45f6bb6ba5
commit
33adb08080
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "boost-build-2.0-${version}";
|
||||
name = "boost-build-${version}";
|
||||
version = "2016.03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user