forked from mirrors/nixpkgs
Tidy up: style
svn path=/nixpkgs/trunk/; revision=33351
This commit is contained in:
parent
3a7b035380
commit
3a86557b7c
|
@ -1,6 +1,6 @@
|
||||||
{ alsaLib, autoconf, automake, dssi, fetchurl, gtk, jackaudio,
|
{ alsaLib, autoconf, automake, dssi, fetchurl, gtk, jackaudio
|
||||||
ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile,
|
, ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile
|
||||||
libtool, libvorbis, pkgconfig, qt4, rubberband, stdenv }:
|
, libtool, libvorbis, pkgconfig, qt4, rubberband, stdenv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
|
@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "de5991d2d29b2713d73a90ab29efc24db0be68d8e9ca328062d53d229e902e89";
|
sha256 = "de5991d2d29b2713d73a90ab29efc24db0be68d8e9ca328062d53d229e902e89";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ alsaLib autoconf automake dssi gtk jackaudio ladspaH
|
buildInputs =
|
||||||
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
|
[ alsaLib autoconf automake dssi gtk jackaudio ladspaH
|
||||||
libvorbis pkgconfig qt4 rubberband ];
|
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
|
||||||
|
libvorbis pkgconfig qt4 rubberband
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Audio/MIDI multi-track sequencer";
|
description = "Audio/MIDI multi-track sequencer";
|
||||||
|
|
Loading…
Reference in a new issue