Skip to content

Commit

Permalink
Merge pull request NixOS#334153 from dotlambda/abcmidi
Browse files Browse the repository at this point in the history
abcmidi: 2024.07.26 -> 2024.08.11
  • Loading branch information
dotlambda authored Aug 13, 2024
2 parents 6ac3a90 + 943d75b commit 89d7f81
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
26 changes: 26 additions & 0 deletions pkgs/by-name/ab/abcmidi/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
fetchFromGitHub,
lib,
stdenv,
}:

stdenv.mkDerivation (finalAttrs: {
pname = "abcmidi";
version = "2024.08.11";

src = fetchFromGitHub {
owner = "sshlien";
repo = "abcmidi";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-ljRwRSF6Odv99ej8mmMjtf9NE0du7TtAypkw7W9TEYU=";
};

meta = {
homepage = "https://abc.sourceforge.net/abcMIDI/";
downloadPage = "https://ifdo.ca/~seymour/runabc/top.html";
license = lib.licenses.gpl2Plus;
description = "Utilities for converting between abc and MIDI";
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.dotlambda ];
};
})
20 changes: 0 additions & 20 deletions pkgs/tools/audio/abcmidi/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1476,8 +1476,6 @@ with pkgs;

abcm2ps = callPackage ../tools/audio/abcm2ps { };

abcmidi = callPackage ../tools/audio/abcmidi { };

abduco = callPackage ../tools/misc/abduco { };

acct = callPackage ../tools/system/acct { };
Expand Down

0 comments on commit 89d7f81

Please sign in to comment.