12 stdenv.mkDerivation (finalAttrs: {
13 pname = "hivelytracker";
16 src = fetchFromGitHub {
17 owner = "pete-gordon";
18 repo = "hivelytracker";
19 rev = "V${lib.replaceStrings ["."] ["_"] finalAttrs.version}";
20 sha256 = "148p320sd8phcpmj4m85ns5zly2dawbp8kgx9ryjfdk24pa88xg6";
41 # Also build the hvl2wav tool
47 # Also install the hvl2wav tool
48 install -Dm755 hvl2wav/hvl2wav $out/bin/hvl2wav
52 homepage = "http://www.hivelytracker.co.uk/";
53 downloadPage = "http://www.hivelytracker.co.uk/downl.php";
54 description = "Chip music tracker based upon the AHX format";
56 Hively Tracker is a tracker program based upon the AHX format created in
57 the mid '90s by Dexter and Pink of Abyss. The format was relatively
58 popular, and many songs were created and used in scene productions and
59 games. AHX was designed to create a very SID-like sound on the Amiga.
61 HivelyTracker can import and export modules and instruments in the AHX
62 format, but it also improves on AHX in several ways and therefore has
63 its own instrument and module formats.
65 license = licenses.bsd3;
66 platforms = platforms.all;
67 mainProgram = "hivelytracker";
68 maintainers = with maintainers; [ fgaz ];
69 broken = stdenv.isDarwin; # TODO: try to use xcbuild