Commit fb01fb64 authored by jopejoe1's avatar jopejoe1
Browse files

chickenPackages_4.egg2nix: set pname instead of name

parent 68703fc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {