Commit ce630d5c authored by jopejoe1's avatar jopejoe1
Browse files

chickenPackages_4.egg2nix: add suport for adding pname and version

parent fb01fb64
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  eggDerivation,
  fetchFromGitHub,
  chickenEggs,
  fetchpatch,
}:

# Note: This mostly reimplements the default.nix already contained in
@@ -19,6 +20,13 @@ eggDerivation rec {
    sha256 = "sha256-5ov2SWVyTUQ6NHnZNPRywd9e7oIxHlVWv4uWbsNaj/s=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/the-kenny/egg2nix/commit/7d20ed520b8fe4debeefc78271c8c836015f95dc.patch";
      hash = "sha256-emMnxu6HnpcDWcO7rAe0VOy2ZPfPhqj5bQv9foOkjY0=";
    })
  ];

  buildInputs = with chickenEggs; [
    matchable
    http-client