Skip to content

Commit

Permalink
perlPackages.MacPasteboard: init at 0.009
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ea67c1)
  • Loading branch information
ciderale authored and LnL7 committed Jan 16, 2018
1 parent 74808b2 commit 855fbf5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -8185,6 +8185,20 @@ let self = _self // overrides; _self = with self; {
inherit fetchurl buildPerlPackage stdenv DBDmysql;
};

MacPasteboard = buildPerlPackage rec {
name = "Mac-Pasteboard-0.009";
src = fetchurl {
url = "mirror://cpan/authors/id/W/WY/WYANT/${name}.tar.gz";
sha256 = "85b1d5e9630973b997c3c1634e2df964d6a8d6cb57d9abe1f7093385cf26cf54";
};
meta = with stdenv.lib; {
description = "Manipulate Mac OS X pasteboards";
license = with licenses; [ artistic1 gpl1Plus ];
platforms = platforms.darwin;
};
buildInputs = [ pkgs.darwin.apple_sdk.frameworks.ApplicationServices ];
};

MailMaildir = buildPerlPackage rec {
version = "1.0.0";
name = "Mail-Maildir-${version}";
Expand Down

0 comments on commit 855fbf5

Please sign in to comment.