monero-gui: move to pkgs/by-name

This commit is contained in:
rnhmjoj 2025-05-06 03:11:14 +02:00
parent a516c5650f
commit 3b2a2472d4
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450
4 changed files with 11 additions and 22 deletions

View file

@ -10,21 +10,12 @@
miniupnpc,
monero-cli,
pkg-config,
qtbase,
qtdeclarative,
qtgraphicaleffects,
qtmacextras,
qtmultimedia,
qtquickcontrols,
qtquickcontrols2,
qttools,
qtxmlpatterns,
qt5,
quirc,
randomx,
rapidjson,
stdenv,
unbound,
wrapQtAppsHook,
zeromq,
trezorSupport ? true,
@ -49,8 +40,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
wrapQtAppsHook
(lib.getDev qttools)
qt5.wrapQtAppsHook
(lib.getDev qt5.qttools)
];
buildInputs =
@ -60,20 +51,20 @@ stdenv.mkDerivation rec {
libgpg-error
libsodium
miniupnpc
qtbase
qtdeclarative
qtgraphicaleffects
qtmultimedia
qtquickcontrols
qtquickcontrols2
qtxmlpatterns
qt5.qtbase
qt5.qtdeclarative
qt5.qtgraphicaleffects
qt5.qtmultimedia
qt5.qtquickcontrols
qt5.qtquickcontrols2
qt5.qtxmlpatterns
quirc
randomx
rapidjson
unbound
zeromq
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ qtmacextras ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ qt5.qtmacextras ]
++ lib.optionals trezorSupport [
hidapi
libusb1

View file

@ -14846,8 +14846,6 @@ with pkgs;
ledger-agent = with python3Packages; toPythonApplication ledger-agent;
monero-gui = libsForQt5.callPackage ../applications/blockchains/monero-gui { };
napari = with python3Packages; toPythonApplication napari;
nano-wallet = libsForQt5.callPackage ../applications/blockchains/nano-wallet { };