10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-31cEBtVn7GlNIsPkRiW0DyKA/giLeJ86EUZr8zjYy3s=";
25 nativeBuildInputs = [ docutils pkg-config ];
27 buildInputs = [ freetype pango ];
30 homepage = "http://moinejf.free.fr/";
31 license = licenses.lgpl3Plus;
32 description = "A command line program which converts ABC to music sheet in PostScript or SVG format";
33 platforms = platforms.unix;
34 maintainers = [ maintainers.dotlambda ];