-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monero: 0.14.1.2 -> 0.15.0.0 #73162
monero: 0.14.1.2 -> 0.15.0.0 #73162
Conversation
I tested the connection of both monero-wallet-cli and monero-gui to a local daemon. Everything seems to be working. |
@@ -1,27 +1,27 @@ | |||
{ mkDerivation, lib, makeDesktopItem, fetchFromGitHub | |||
{ stdenv, wrapQtAppsHook, makeDesktopItem, fetchFromGitHub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to pass stdenv
? This package is imported with libsForQt5.callPackage
, and its preferable to use the mkDerivation
that it provides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, however it seems mkDerivation
will be no longer necessary/removed in the future... #71089.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, good to know, thanks.
Motivation for this change
Continuing the update in #73124. This PR takes care of monero-gui.
Things done
nix path-info -S
before and after)Notify maintainers
cc @ehmry