Merge pull request #82497 from bhipple/fix/lilypond-meta
lilypond: fix broken meta.homepage
This commit is contained in:
commit
16a3d75f5e
@ -57,7 +57,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Music typesetting system";
|
description = "Music typesetting system";
|
||||||
homepage = http://lilypond.org/;
|
homepage = "http://lilypond.org/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ marcweber yurrriq ];
|
maintainers = with maintainers; [ marcweber yurrriq ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
@ -7,7 +7,6 @@ let
|
|||||||
inherit version;
|
inherit version;
|
||||||
pname = "openlilypond-font-${fontName}";
|
pname = "openlilypond-font-${fontName}";
|
||||||
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev sha256;
|
inherit rev sha256;
|
||||||
owner = "OpenLilyPondFonts";
|
owner = "OpenLilyPondFonts";
|
||||||
@ -31,8 +30,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
inherit (lilypond.meta) homepage platforms;
|
||||||
inherit (lilypond.meta) platforms;
|
|
||||||
description = "${fontName} font for LilyPond";
|
description = "${fontName} font for LilyPond";
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
maintainers = with maintainers; [ yurrriq ];
|
maintainers = with maintainers; [ yurrriq ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user