Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1e43e4c31614
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 729ed5ce6af0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2020

  1. Copy the full SHA
    af9a60a View commit details

Commits on Nov 20, 2020

  1. Merge pull request #104237 from stigtsp/package/perl-text-multimarkdo…

    …wn-init
    
    perlPackages.TextMultiMarkdown: init at 1.000035
    stigtsp authored Nov 20, 2020
    Copy the full SHA
    729ed5c View commit details
Showing with 15 additions and 0 deletions.
  1. +15 −0 pkgs/top-level/perl-packages.nix
15 changes: 15 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
@@ -21211,6 +21211,21 @@ let
};
};

TextMultiMarkdown = buildPerlPackage {
pname = "Text-MultiMarkdown";
version = "1.000035";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/Text-MultiMarkdown-1.000035.tar.gz";
sha256 = "2467dd13751dc2979d7c880b24e762952130fdf42a1ed3ee04fdf72d4b52646a";
};
buildInputs = [ ListMoreUtils TestException ];
propagatedBuildInputs = [ HTMLParser TextMarkdown ];
meta = {
description = "Convert MultiMarkdown syntax to (X)HTML";
license = stdenv.lib.licenses.bsd3;
};
};

TestNumberDelta = buildPerlPackage {
pname = "Test-Number-Delta";
version = "1.06";