qmmp: move to pkgs/by-name

Do the necessary adaptation to be compatible with pkgs/by-name, by
taking top-level qt6 as input instead of the individual qt modules
(qtbase, ...), which were previously explicitly taken from qt6Packages.

No rebuild.
This commit is contained in:
Bjørn Forsman
2025-05-10 09:15:34 +02:00
parent 30995f2e7e
commit c83285ade3
2 changed files with 5 additions and 10 deletions
@@ -4,10 +4,7 @@
fetchurl,
cmake,
pkg-config,
qtbase,
qttools,
qtmultimedia,
wrapQtAppsHook,
qt6,
# transports
curl,
libmms,
@@ -67,14 +64,14 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs = [
# basic requirements
qtbase
qttools
qtmultimedia
qt6.qtbase
qt6.qttools
qt6.qtmultimedia
# transports
curl
libmms
-2
View File
@@ -13817,8 +13817,6 @@ with pkgs;
qmidinet = libsForQt5.callPackage ../applications/audio/qmidinet { };
qmmp = qt6Packages.callPackage ../applications/audio/qmmp { };
qnotero = libsForQt5.callPackage ../applications/office/qnotero { };
qpwgraph = qt6Packages.callPackage ../applications/audio/qpwgraph { };