qtractor: adding wrapQtAppsHook
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ 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";
|
||||
@@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf automake libtool pkgconfig qttools
|
||||
autoconf automake libtool pkgconfig qttools wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[ alsaLib dssi libjack2 ladspaH
|
||||
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
|
||||
|
||||
Reference in New Issue
Block a user