Loading pkgs/development/compilers/chicken/4/egg2nix.nix +8 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ eggDerivation, fetchFromGitHub, chickenEggs, fetchpatch, }: # Note: This mostly reimplements the default.nix already contained in Loading @@ -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 Loading Loading
pkgs/development/compilers/chicken/4/egg2nix.nix +8 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ eggDerivation, fetchFromGitHub, chickenEggs, fetchpatch, }: # Note: This mostly reimplements the default.nix already contained in Loading @@ -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 Loading