fix pname

This commit is contained in:
Robin Appelman 2024-01-12 23:51:11 +01:00
commit 2590079b30

View file

@ -9,7 +9,7 @@
src = sourceByRegex ./. ["Cargo.*" "(src)(/.*)?"]; src = sourceByRegex ./. ["Cargo.*" "(src)(/.*)?"];
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "dispenser"; pname = "dispenser";
version = "0.1.0"; version = "0.1.0";
inherit src; inherit src;