llvm: Use pname

This commit is contained in:
Craig Hall
2019-11-24 18:32:26 +00:00
committed by John Ericson
parent a33dbd38cb
commit 4bcae6f8a7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ let
concatStringsSep "." (take 1 (splitString "." release_version));
in stdenv.mkDerivation ({
name = "llvm-${version}";
pname = "llvm";
inherit version;
src = fetch "llvm" "1rvm5gqp5v8hfn17kqws3zhk94w4kxndal12bqa0y57p09nply24";