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