abcMIDI: init at 2017.06.10
This commit is contained in:
parent
95f88c458b
commit
608045aed5
23
pkgs/tools/audio/abcmidi/default.nix
Normal file
23
pkgs/tools/audio/abcmidi/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "abcMIDI-${version}";
|
||||||
|
version = "2017.06.10";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "leesavide";
|
||||||
|
repo = "abcmidi";
|
||||||
|
rev = name;
|
||||||
|
sha256 = "0y92m3mj63vvy79ksq4z5hgkz6w50drg9a4bmbk6jylny0l0bdpy";
|
||||||
|
};
|
||||||
|
|
||||||
|
# There is also a file called "makefile" which seems to be preferred by the standard build phase
|
||||||
|
makefile = "Makefile";
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = http://abc.sourceforge.net/abcMIDI/;
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
description = "abc <-> MIDI conversion utilities";
|
||||||
|
maintainers = [ maintainers.dotlambda ];
|
||||||
|
};
|
||||||
|
}
|
@ -362,6 +362,8 @@ with pkgs;
|
|||||||
|
|
||||||
a2ps = callPackage ../tools/text/a2ps { };
|
a2ps = callPackage ../tools/text/a2ps { };
|
||||||
|
|
||||||
|
abcmidi = callPackage ../tools/audio/abcmidi { };
|
||||||
|
|
||||||
abduco = callPackage ../tools/misc/abduco { };
|
abduco = callPackage ../tools/misc/abduco { };
|
||||||
|
|
||||||
acbuild = callPackage ../applications/misc/acbuild { };
|
acbuild = callPackage ../applications/misc/acbuild { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user