Bugfix: invalid values in meta
svn path=/nixpkgs/trunk/; revision=26910
This commit is contained in:
parent
53a135625a
commit
6952d2a0e9
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, alsaLib, autoconf, automake, dssi, gtk, ladspaH,
|
||||
ladspaPlugins, liblo, pkgconfig }:
|
||||
{ stdenv, fetchurl, alsaLib, autoconf, automake, dssi, gtk, jackaudio,
|
||||
ladspaH, ladspaPlugins, liblo, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xsynth-dssi-${version}";
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "00nwv2pqjbmxqdc6xdm0cljq6z05lv4y6bibmhz1kih9lm0lklnk";
|
||||
};
|
||||
|
||||
buildInputs = [ alsaLib autoconf automake dssi gtk ladspaH
|
||||
buildInputs = [ alsaLib autoconf automake dssi gtk jackaudio ladspaH
|
||||
ladspaPlugins liblo pkgconfig ];
|
||||
|
||||
installPhase = ''
|
||||
|
@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
|
|||
synths) with user interfaces, permitting them to be hosted
|
||||
in-process by audio applications.
|
||||
'';
|
||||
homepage = http://dssi.sourceforge.net/download.html#Xsynth-DSSI;
|
||||
license = licenses.gpl2+;
|
||||
homepage = "http://dssi.sourceforge.net/download.html#Xsynth-DSSI";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue