packages: clean up usages of name/pname

This commit is contained in:
Primrose 2025-07-28 11:47:52 +02:00
parent db61f9d4b9
commit 318ca4fbc6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@
rustPlatform.buildRustPackage (finalAttrs: let
cargoToml = fromTOML (builtins.readFile (finalAttrs.src + "/Cargo.toml"));
in {
name = "emoji-picker";
pname = "emoji-picker";
version = cargoToml.package.version;
src = fetchFromGitHub {