chickenPackages_4.egg2nix: set pname instead of name

This commit is contained in:
jopejoe1
2026-02-03 22:43:17 +01:00
parent 68703fc253
commit fb01fb642e
@@ -9,7 +9,7 @@
# the tarball. Is there a nicer way than duplicating code?
eggDerivation rec {
name = "egg2nix-${version}";
pname = "egg2nix";
version = "0.5";
src = fetchFromGitHub {