abcm2ps: 8.14.2 -> 8.14.3

This commit is contained in:
Robert Schütz 2019-03-15 10:39:21 +01:00
parent 771272356c
commit be5fe39a01
1 changed files with 3 additions and 7 deletions

View File

@ -2,19 +2,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "abcm2ps-${version}"; name = "abcm2ps-${version}";
version = "8.14.2"; version = "8.14.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leesavide"; owner = "leesavide";
repo = "abcm2ps"; repo = "abcm2ps";
rev = "v${version}"; rev = "v${version}";
sha256 = "15hka82zps3rfp4xdbzlf23wz4hqjk084awzfjh357qn168bwwid"; sha256 = "0sml21ip8ilkx8g5x608r6gzp1fxp9vmizgi0vcqclzaw9pjyiqg";
}; };
prePatch = ''
chmod +x configure
'';
configureFlags = [ configureFlags = [
"--INSTALL=install" "--INSTALL=install"
]; ];
@ -30,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://moinejf.free.fr/; homepage = http://moinejf.free.fr/;
license = licenses.gpl3; license = licenses.gpl3;
description = "abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format"; description = "A command line program which converts ABC to music sheet in PostScript or SVG format";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.dotlambda ]; maintainers = [ maintainers.dotlambda ];
}; };