treewide: name -> pname (#67513)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, rustPlatform, fetchFromGitHub, sqlite }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "bukubrow-${version}";
|
||||
pname = "bukubrow";
|
||||
version = "2.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user