Tidy up #4283 and move freewheeling to APPLICATIONS

+12 -10
+10 -8
pkgs/applications/audio/freewheeling/default.nix
··· 1 - { stdenv, fetchsvn, pkgconfig, autoconf, automake, gnutls, freetype, 2 - SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, jack2, libvorbis, 3 - libsndfile, libogg }: 4 5 stdenv.mkDerivation { 6 name = "freewheeling-100"; ··· 11 sha256 = "1m6z7p93xyha25qma9bazpzbp04pqdv5h3yrv6851775xsyvzksv"; 12 }; 13 14 - buildInputs = [ pkgconfig autoconf automake gnutls freetype 15 - SDL SDL_gfx SDL_ttf liblo libxml2 jack2 alsaLib 16 - libvorbis libsndfile libogg ]; 17 18 preConfigure = "autoreconf -vfi"; 19 20 patches = [ ./am_path_sdl.patch ./xml.patch ]; 21 - 22 meta = { 23 - description = "A live looping instrument with jack and MIDI support"; 24 longDescription = '' 25 Freewheeling allows us to build repetitive grooves 26 by sampling and directing loops from within spirited improvisation.
··· 1 + { stdenv, fetchsvn, pkgconfig, autoconf, automake, gnutls, freetype 2 + , SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, jack2, libvorbis 3 + , libsndfile, libogg 4 + }: 5 6 stdenv.mkDerivation { 7 name = "freewheeling-100"; ··· 12 sha256 = "1m6z7p93xyha25qma9bazpzbp04pqdv5h3yrv6851775xsyvzksv"; 13 }; 14 15 + buildInputs = [ 16 + pkgconfig autoconf automake gnutls freetype SDL SDL_gfx SDL_ttf 17 + liblo libxml2 jack2 alsaLib libvorbis libsndfile libogg 18 + ]; 19 20 preConfigure = "autoreconf -vfi"; 21 22 patches = [ ./am_path_sdl.patch ./xml.patch ]; 23 + 24 meta = { 25 + description = "A live looping instrument with JACK and MIDI support"; 26 longDescription = '' 27 Freewheeling allows us to build repetitive grooves 28 by sampling and directing loops from within spirited improvisation.
+2 -2
pkgs/top-level/all-packages.nix
··· 1147 1148 freetds = callPackage ../development/libraries/freetds { }; 1149 1150 - freewheeling = callPackage ../applications/audio/freewheeling { }; 1151 - 1152 ftgl = callPackage ../development/libraries/ftgl { }; 1153 1154 ftgl212 = callPackage ../development/libraries/ftgl/2.1.2.nix { }; ··· 9038 fluidsynth = callPackage ../applications/audio/fluidsynth { }; 9039 9040 fossil = callPackage ../applications/version-management/fossil { }; 9041 9042 fribid = callPackage ../applications/networking/browsers/mozilla-plugins/fribid { }; 9043
··· 1147 1148 freetds = callPackage ../development/libraries/freetds { }; 1149 1150 ftgl = callPackage ../development/libraries/ftgl { }; 1151 1152 ftgl212 = callPackage ../development/libraries/ftgl/2.1.2.nix { }; ··· 9036 fluidsynth = callPackage ../applications/audio/fluidsynth { }; 9037 9038 fossil = callPackage ../applications/version-management/fossil { }; 9039 + 9040 + freewheeling = callPackage ../applications/audio/freewheeling { }; 9041 9042 fribid = callPackage ../applications/networking/browsers/mozilla-plugins/fribid { }; 9043