11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
18 rev = "v${finalAttrs.version}";
19 hash = "sha256-0ZSMKARX16/33sIWR8LOVOFblI/Q+iZgnfVq/xqRMnI=";
26 nativeBuildInputs = [ docutils pkg-config ];
28 buildInputs = [ freetype pango ];
31 version = testers.testVersion {
32 package = finalAttrs.finalPackage;
33 command = "abcm2ps -V";
38 homepage = "http://moinejf.free.fr/";
39 license = licenses.lgpl3Plus;
40 description = "Command line program which converts ABC to music sheet in PostScript or SVG format";
41 platforms = platforms.unix;
42 maintainers = [ maintainers.dotlambda ];
43 mainProgram = "abcm2ps";