clang: Use pname

This commit is contained in:
Craig Hall
2019-08-16 14:57:51 +01:00
committed by John Ericson
parent da3c053482
commit f1255e45db
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
let
gcc = if stdenv.cc.isGNU then stdenv.cc.cc else stdenv.cc.cc.gcc;
self = stdenv.mkDerivation ({
name = "clang-${version}";
pname = "clang";
inherit version;
src = fetch "cfe" "0018520c4qxf5hgjdqgpz2dgl3faf4gsz87fdlb8zdmx99rfk77s";