From b6c7f6c2e4e5390279e23718fbd655604353c7f9 Mon Sep 17 00:00:00 2001 From: Raffael Mancini Date: Fri, 24 Oct 2014 16:13:20 +0200 Subject: frescobaldi: Improved meta and formatting --- pkgs/misc/frescobaldi/default.nix | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'pkgs/misc/frescobaldi') diff --git a/pkgs/misc/frescobaldi/default.nix b/pkgs/misc/frescobaldi/default.nix index 5584200436459..36b6b770bdadf 100644 --- a/pkgs/misc/frescobaldi/default.nix +++ b/pkgs/misc/frescobaldi/default.nix @@ -5,7 +5,8 @@ pythonPackages.buildPythonPackage rec { version = "2.0.16"; src = fetchurl { - url = "https://github.com/wbsoft/frescobaldi/releases/download/v2.0.16/${name}.tar.gz"; + url = "https://github.com/wbsoft/frescobaldi/releases/download/" + + "v2.0.16/${name}.tar.gz"; sha256 = "12pabvq5b2lq84q3kx8lh02zh6ali6v4wnin2k2ycnm45mk9ms6q"; }; @@ -14,21 +15,23 @@ pythonPackages.buildPythonPackage rec { patches = [ ./setup.cfg.patch ./python-path.patch ]; - meta = { + meta = with stdenv.lib; { homepage = http://frescobaldi.org/; description = ''Frescobaldi is a LilyPond sheet music text editor''; longDescription = '' - Powerful text editor with syntax highlighting and automatic completion, - Music view with advanced Point & Click, Midi player to proof-listen - LilyPond-generated MIDI files, Midi capturing to enter music, - Powerful Score Wizard to quickly setup a music score, Snippet Manager - to store and apply text snippets, templates or scripts, Use multiple - versions of LilyPond, automatically selects the correct version, Built-in - LilyPond documentation browser and built-in User Guide, Smart - layout-control functions like coloring specific objects in the PDF, - MusicXML import, Modern user iterface with configurable colors, - fonts and keyboard shortcuts + Powerful text editor with syntax highlighting and automatic completion, + Music view with advanced Point & Click, Midi player to proof-listen + LilyPond-generated MIDI files, Midi capturing to enter music, + Powerful Score Wizard to quickly setup a music score, Snippet Manager + to store and apply text snippets, templates or scripts, Use multiple + versions of LilyPond, automatically selects the correct version, Built-in + LilyPond documentation browser and built-in User Guide, Smart + layout-control functions like coloring specific objects in the PDF, + MusicXML import, Modern user iterface with configurable colors, + fonts and keyboard shortcuts ''; - platforms = stdenv.lib.platforms.all; + license = licenses.gpl2Plus; + maintainers = [ maintainers.sepi ]; + platforms = platforms.all; }; } -- cgit 1.4.1