forked from mirrors/nixpkgs
Merge pull request #66132 from r-ryantm/auto-update/qtractor
qtractor: 0.9.8 -> 0.9.9
This commit is contained in:
commit
b75a2e4360
|
@ -1,20 +1,21 @@
|
|||
{ alsaLib, autoconf, automake, dssi, fetchurl, libjack2
|
||||
, ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile
|
||||
, libtool, libvorbis, lilv, lv2, pkgconfig, qttools, qtbase, rubberband, serd
|
||||
, sord, sratom, stdenv, suil }:
|
||||
, sord, sratom, stdenv, suil, wrapQtAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qtractor";
|
||||
version = "0.9.8";
|
||||
version = "0.9.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
|
||||
sha256 = "1llajl450yh7bka32ngm4xdva6a2nnxzjc497ydh07rwkap16smx";
|
||||
sha256 = "0qlbccdxyfy0f09y6qg1xkg12fm67bf2f2c27c22cg8lzk9ang5j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf automake libtool pkgconfig qttools
|
||||
autoconf automake libtool pkgconfig qttools wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[ alsaLib dssi libjack2 ladspaH
|
||||
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
|
||||
|
|
Loading…
Reference in a new issue