qtractor: adding wrapQtAppsHook
This commit is contained in:
parent
e853b05efb
commit
fc03be296f
@ -1,7 +1,7 @@
|
|||||||
{ alsaLib, autoconf, automake, dssi, fetchurl, libjack2
|
{ alsaLib, autoconf, automake, dssi, fetchurl, libjack2
|
||||||
, ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile
|
, ladspaH, ladspaPlugins, liblo, libmad, libsamplerate, libsndfile
|
||||||
, libtool, libvorbis, lilv, lv2, pkgconfig, qttools, qtbase, rubberband, serd
|
, libtool, libvorbis, lilv, lv2, pkgconfig, qttools, qtbase, rubberband, serd
|
||||||
, sord, sratom, stdenv, suil }:
|
, sord, sratom, stdenv, suil, wrapQtAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qtractor";
|
pname = "qtractor";
|
||||||
@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoconf automake libtool pkgconfig qttools
|
autoconf automake libtool pkgconfig qttools wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ alsaLib dssi libjack2 ladspaH
|
[ alsaLib dssi libjack2 ladspaH
|
||||||
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
|
ladspaPlugins liblo libmad libsamplerate libsndfile libtool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user