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:
@@ -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
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user