summary refs log tree commit diff
path: root/pkgs/applications/audio/freewheeling
diff options
context:
space:
mode:
authorRaffael Mancini <raffael@mancini.lu>2014-09-26 17:47:40 +0200
committerRaffael Mancini <raffael@mancini.lu>2014-09-26 17:47:40 +0200
commit88dec0823fef3b97ae775a233fe4e803e5292ecb (patch)
tree72f629afaa13f0dc388c2ff304a9c10bb33807c8 /pkgs/applications/audio/freewheeling
parent87dc6a2be603f2965b8b527dc3ef831d1bc483d2 (diff)
downloadnixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.tar
nixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.tar.gz
nixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.tar.bz2
nixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.tar.lz
nixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.tar.xz
nixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.tar.zst
nixpkgs-88dec0823fef3b97ae775a233fe4e803e5292ecb.zip
Fixed line length and added longDescription
Diffstat (limited to 'pkgs/applications/audio/freewheeling')
-rw-r--r--pkgs/applications/audio/freewheeling/default.nix17
1 files changed, 15 insertions, 2 deletions
diff --git a/pkgs/applications/audio/freewheeling/default.nix b/pkgs/applications/audio/freewheeling/default.nix
index 8be639b762b..32058aeef13 100644
--- a/pkgs/applications/audio/freewheeling/default.nix
+++ b/pkgs/applications/audio/freewheeling/default.nix
@@ -1,4 +1,6 @@
-{ stdenv, fetchsvn, pkgconfig, autoconf, automake, gnutls, freetype, SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, jack2, libvorbis, libsndfile, libogg }:
+{ stdenv, fetchsvn, pkgconfig, autoconf, automake, gnutls, freetype,
+SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, jack2, libvorbis,
+libsndfile, libogg }:
 
 stdenv.mkDerivation {
   name = "freewheeling-100";
@@ -19,7 +21,18 @@ stdenv.mkDerivation {
   
   meta = {
     description = "A live looping instrument with jack and MIDI support";
-    longDescription = "";
+    longDescription = ''
+        Freewheeling allows us to build repetitive grooves
+        by sampling and directing loops from within spirited improvisation.
+
+        It works because, down to the core, it's built around
+        improv. We leave mice and menus, and dive into our own process
+        of making sound.
+
+        Freewheeling runs under Mac OS X and Linux, and is open source
+        software, released under the GNU GPL license.
+    '' ;
+
     version = "r100";
     homepage = "http://freewheeling.sourceforge.net";
     license = stdenv.lib.licenses.gpl2;