drumstick: Define in libsForQt5 scope.

Since it is used in minuet and kde's metronome and kmetronome, it's
safer this way to make sure the same qt version is used there.
This commit is contained in:
Doron Behar 2020-10-23 17:20:42 +03:00
parent c8a7e4da0a
commit 3ce9e203c3
2 changed files with 4 additions and 4 deletions

@ -1,5 +1,5 @@
{ stdenv, fetchurl, alsaLib, cmake, docbook_xsl, docbook_xml_dtd_45, doxygen
, fluidsynth, pkgconfig, qt5
, fluidsynth, pkgconfig, qtbase, qtsvg
}:
stdenv.mkDerivation rec {
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig docbook_xsl docbook_xml_dtd_45 docbook_xml_dtd_45 ];
buildInputs = [
alsaLib doxygen fluidsynth qt5.qtbase qt5.qtsvg
alsaLib doxygen fluidsynth qtbase qtsvg
];
meta = with stdenv.lib; {

@ -8751,8 +8751,6 @@ in
dotty = callPackage ../development/compilers/scala/dotty.nix { jre = jre8;};
drumstick = callPackage ../development/libraries/drumstick { };
ecl = callPackage ../development/compilers/ecl { };
ecl_16_1_2 = callPackage ../development/compilers/ecl/16.1.2.nix { };
@ -15240,6 +15238,8 @@ in
dxflib = callPackage ../development/libraries/dxflib {};
drumstick = callPackage ../development/libraries/drumstick { };
fcitx-qt5 = callPackage ../tools/inputmethods/fcitx/fcitx-qt5.nix { };
qgpgme = callPackage ../development/libraries/gpgme { };