gcc: Add version attribute

This commit is contained in:
Craig Hall
2019-11-24 18:32:26 +00:00
committed by John Ericson
parent 4a0a297861
commit eea6fc4cf9
8 changed files with 8 additions and 0 deletions
@@ -69,6 +69,7 @@ in
stdenv.mkDerivation ({
name = "${crossNameAddon}${name}${if stripped then "" else "-debug"}-${version}";
inherit version;
builder = ../builder.sh;