mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
monero-gui: move to pkgs/by-name
This commit is contained in:
parent
a516c5650f
commit
3b2a2472d4
4 changed files with 11 additions and 22 deletions
|
@ -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
|
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue