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
@@ -116,6 +116,7 @@ assert x11Support -> (filter (x: x == null) ([ gtk2 libart_lgpl ] ++ xlibs)) ==
stdenv.mkDerivation ({
name = "${crossNameAddon}${name}${if stripped then "" else "-debug"}-${version}";
inherit version;
builder = ../builder.sh;