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: 8fd504c4c979
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f3d1c1bc84a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 3, 2019

  1. Copy the full SHA
    1aad1af View commit details

Commits on Oct 14, 2019

  1. Merge pull request #70324 from stigtsp/package/perl-smart-comments-init

    perlPackages.SmartComments: init at 1.06
    c0bw3b authored Oct 14, 2019
    Copy the full SHA
    0f3d1c1 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
@@ -15234,6 +15234,21 @@ let
};
};

SmartComments = buildPerlPackage rec {
pname = "Smart-Comments";
version = "1.06";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NE/NEILB/Smart-Comments-1.06.tar.gz";
sha256 = "dcf8a312134a7c6b82926a0115d93b692472a662d28cdc3a9bdf28984ada9ee3";
};
meta = {
homepage = "https://github.com/neilb/Smart-Comments";
description = "Comments that do more than just sit there";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};

SGMLSpm = buildPerlModule {
pname = "SGMLSpm";
version = "1.1";