diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-23 18:25:17 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-25 17:27:28 -0500 |
commit | 892d8a818b3c0835b9844a7827fc8d5f15bf2ce6 (patch) | |
tree | d73bc35f0f0b7b0c94e9eecc3a0f0941eccfd657 /gnu-system.am | |
parent | d79ffe0ecebc160135c80f2461463d2a49e87e41 (diff) | |
download | patches-892d8a818b3c0835b9844a7827fc8d5f15bf2ce6.tar patches-892d8a818b3c0835b9844a7827fc8d5f15bf2ce6.tar.gz |
gnu: Add libmpdclient.
* gnu/packages/mpd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 711687629e..f4b326553c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -146,6 +146,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/maths.scm \ gnu/packages/mit-krb5.scm \ gnu/packages/moe.scm \ + gnu/packages/mpd.scm \ gnu/packages/mp3.scm \ gnu/packages/multiprecision.scm \ gnu/packages/mtools.scm \ |