Skip to content

Commit

Permalink
Merge pull request #110908 from archseer/master
Browse files Browse the repository at this point in the history
Fix NixOS cross compilation: Revert "[nix-update-cpan] perlPackages.HTTPDaemon: 6.01 -> 6.12"
  • Loading branch information
stigtsp authored Jan 31, 2021
2 parents 8133792 + 33fd415 commit 68d7178
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9703,12 +9703,11 @@ let

HTTPDaemon = buildPerlPackage {
pname = "HTTP-Daemon";
version = "6.12";
version = "6.01";
src = fetchurl {
url = "mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz";
sha256 = "19hz9r6f1p406fk1pqyd99h96ipxsmknh4fh1xw0qrrq1k8vwiyz";
url = "mirror://cpan/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz";
sha256 = "1hmd2isrkilf0q0nkxms1q64kikjmcw9imbvrjgky6kh89vqdza3";
};
buildInputs = [ CPANMetaCheck ModuleBuildTiny TestNeeds ];
propagatedBuildInputs = [ HTTPMessage ];
meta = {
description = "A simple http server class";
Expand Down

0 comments on commit 68d7178

Please sign in to comment.