treewide: name -> pname
This commit is contained in:
@@ -16,7 +16,8 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mozart-binary-${version}";
|
||||
pname = "mozart-binary";
|
||||
inherit version;
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user