mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
perlPackages.AppMusicChordPro: 6.030 -> 6.050.7
This commit is contained in:
parent
b5f4b26cda
commit
35efbc9044
@ -898,13 +898,13 @@ with self; {
|
||||
|
||||
AppMusicChordPro = buildPerlPackage {
|
||||
pname = "App-Music-ChordPro";
|
||||
version = "6.030";
|
||||
version = "6.050.7";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/App-Music-ChordPro-6.030.tar.gz";
|
||||
hash = "sha256-a+5H8U5gmYPkrBUyxxwajPQy9m6sWeDlaeHTfg2cwnc=";
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/App-Music-ChordPro-6.050.7.tar.gz";
|
||||
hash = "sha256-tpNsqhoWOPIwprK3ou5tb9oXKih3HEQjm/2c5F9rOoQ=";
|
||||
};
|
||||
buildInputs = [ ObjectPad ];
|
||||
propagatedBuildInputs = [ AppPackager FileLoadLines FileHomeDir IOString ImageInfo PDFAPI2 StringInterpolateNamed TextLayout ]
|
||||
propagatedBuildInputs = [ AppPackager DataPrinter FileLoadLines FileHomeDir IOString ImageInfo PDFAPI2 StringInterpolateNamed TextLayout ]
|
||||
++ lib.optionals (!stdenv.isDarwin) [ Wx ];
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
|
||||
@ -26612,7 +26612,7 @@ with self; {
|
||||
url = "mirror://cpan/authors/id/J/JV/JV/Text-Layout-0.031.tar.gz";
|
||||
hash = "sha256-EQ4ObbzKIFhKcckNpxBYAdRrXXYd+QmsTfYQbDM3B34=";
|
||||
};
|
||||
buildInputs = [ IOString PDFAPI2 ];
|
||||
buildInputs = [ IOString ObjectPad PDFAPI2 ];
|
||||
meta = {
|
||||
description = "Pango style markup formatting";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user