diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-07 11:26:16 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-07 15:04:12 +0100 |
commit | 85e387fe89a59a17347674bd8dc6ad3abcac0695 (patch) | |
tree | 4e6ddde16716bffdb413eb18d42935fdfe8c7ed4 | |
parent | 6de3c1088e0fe7e7df487ff1d74ffdf294e79c40 (diff) | |
download | guix-85e387fe89a59a17347674bd8dc6ad3abcac0695.tar guix-85e387fe89a59a17347674bd8dc6ad3abcac0695.tar.gz |
gnu: libsmf: Simplify description.
* gnu/packages/music.scm (libsmf)[description]: Remove claim about
dependencies.
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 15ba78060c..51aed7ba5b 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4702,9 +4702,9 @@ inventory, and orders.") (home-page "http://libsmf.sourceforge.net/") (synopsis "Standard MIDI File format library") (description - "LibSMF is a C library for handling SMF (\"*.mid\") files. It transparently handles -conversions between time and pulses, tempo map handling and more. The only dependencies -are a C compiler and glib. Full API documentation and examples are included.") + "LibSMF is a C library for handling SMF (\"*.mid\") files. It +transparently handles conversions between time and pulses, tempo map handling +and more. Full API documentation and examples are included.") (license license:bsd-2))) (define-public lmms |