Skip to content

Commit

Permalink
electron-cash: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Nov 2, 2024
1 parent 4480b0e commit 986e17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
stdenv,
fetchFromGitHub,
python3Packages,
wrapQtAppsHook,
qt5,
secp256k1,
qtwayland,
}:

python3Packages.buildPythonApplication rec {
Expand Down Expand Up @@ -56,9 +55,9 @@ python3Packages.buildPythonApplication rec {
pysatochip
];

nativeBuildInputs = [ wrapQtAppsHook ];
nativeBuildInputs = [ qt5.wrapQtAppsHook ];

buildInputs = [ ] ++ lib.optional stdenv.hostPlatform.isLinux qtwayland;
buildInputs = [ ] ++ lib.optional stdenv.hostPlatform.isLinux qt5.qtwayland;

postPatch = ''
substituteInPlace setup.py \
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28759,8 +28759,6 @@ with pkgs;

oed = callPackage ../applications/editors/oed { };

electron-cash = libsForQt5.callPackage ../applications/misc/electron-cash { };

electrum = libsForQt5.callPackage ../applications/misc/electrum { };

electrum-grs = libsForQt5.callPackage ../applications/misc/electrum/grs.nix { };
Expand Down

0 comments on commit 986e17a

Please sign in to comment.