diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-04-27 21:20:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-05-02 20:02:20 +0200 |
commit | aacb52fb0fe8ad48b923daa500f021dc99661fda (patch) | |
tree | a6169f56cc6b452621836e7b3628bedc0b4916e0 /gnu/local.mk | |
parent | 62063d8546bec2d528ba56dabbe97e57332e782a (diff) | |
download | guix-aacb52fb0fe8ad48b923daa500f021dc99661fda.tar.gz |
gnu: Add portmidi.
* gnu/packages/music.scm (portmidi): New variable. * gnu/packages/patches/portmidi-modular-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 702c9a602e..7fefdf4349 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -682,6 +682,7 @@ dist_patch_DATA = \ gnu/packages/patches/polkit-drop-test.patch \ gnu/packages/patches/poppler-CVE-2015-8868.patch \ gnu/packages/patches/portaudio-audacity-compat.patch \ + gnu/packages/patches/portmidi-modular-build.patch \ gnu/packages/patches/procmail-ambiguous-getline-debian.patch \ gnu/packages/patches/pt-scotch-build-parallelism.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ |