treewide: name -> pname (#67513)
This commit is contained in:
@@ -15,7 +15,8 @@ apk = stdenv.mkDerivation {
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
name = "gnirehtet-${version}";
|
||||
pname = "gnirehtet";
|
||||
inherit version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Genymobile";
|
||||
|
||||
Reference in New Issue
Block a user