Use go1.4 instead of go-1.4 in derivation names. Closes #6243
I chose meta.branch because go 1.1 and 1.2 had this already.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
, meta ? {}, ... } @ args:
|
||||
|
||||
go.stdenv.mkDerivation ( args // {
|
||||
name = "${go.name}-${name}";
|
||||
name = "go${go.meta.branch}-${name}";
|
||||
buildInputs = [ go ] ++ buildInputs;
|
||||
|
||||
configurePhase = args.configurePhase or ''
|
||||
|
||||
Reference in New Issue
Block a user