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
+1 -1
View File
@@ -68,7 +68,7 @@ let majorVersion = "9";
in
stdenv.mkDerivation ({
name = "${crossNameAddon}${name}${if stripped then "" else "-debug"}-${version}";
pname = "${crossNameAddon}${name}${if stripped then "" else "-debug"}";
inherit version;
builder = ../builder.sh;