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