q4wine: migrate to by-name
This commit is contained in:
committed by
Weijia Wang
parent
8eb81a3093
commit
bad67f4f1a
@@ -4,10 +4,7 @@
|
||||
stdenv,
|
||||
cmake,
|
||||
sqlite,
|
||||
qtbase,
|
||||
qtsvg,
|
||||
qttools,
|
||||
wrapQtAppsHook,
|
||||
qt6,
|
||||
icoutils, # build and runtime deps.
|
||||
wget,
|
||||
fuseiso,
|
||||
@@ -29,14 +26,14 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
sqlite
|
||||
icoutils
|
||||
qtbase
|
||||
qtsvg
|
||||
qttools
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
qt6.qttools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
wrapQtAppsHook
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
# Add runtime deps.
|
||||
@@ -9598,8 +9598,6 @@ with pkgs;
|
||||
graphicsmagick_q16 = graphicsmagick.override { quantumdepth = 16; };
|
||||
graphicsmagick-imagemagick-compat = graphicsmagick.imagemagick-compat;
|
||||
|
||||
q4wine = kdePackages.callPackage ../applications/misc/q4wine { };
|
||||
|
||||
googleearth-pro = libsForQt5.callPackage ../applications/misc/googleearth-pro { };
|
||||
|
||||
gpsbabel-gui = gpsbabel.override {
|
||||
|
||||
Reference in New Issue
Block a user