gcc: Use pname

This commit is contained in:
Craig Hall
2019-11-24 18:32:26 +00:00
committed by John Ericson
parent c40bf6ea3f
commit 26ab4a37ae
8 changed files with 8 additions and 8 deletions
@@ -110,7 +110,7 @@ in
assert x11Support -> (filter (x: x == null) ([ gtk2 libart_lgpl ] ++ xlibs)) == [];
stdenv.mkDerivation ({
name = "${crossNameAddon}${name}${if stripped then "" else "-debug"}-${version}";
pname = "${crossNameAddon}${name}${if stripped then "" else "-debug"}";
inherit version;
builder = ../builder.sh;