Loading pkgs/applications/misc/electron-cash/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, python3Packages, wrapQtAppsHook , secp256k1 }: , secp256k1, qtwayland }: python3Packages.buildPythonApplication rec { pname = "electron-cash"; Loading Loading @@ -48,6 +48,8 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = [ wrapQtAppsHook ]; buildInputs = [ ] ++ lib.optional stdenv.isLinux qtwayland; postPatch = '' substituteInPlace contrib/requirements/requirements.txt \ --replace "qdarkstyle==2.6.8" "qdarkstyle<3" Loading Loading
pkgs/applications/misc/electron-cash/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, python3Packages, wrapQtAppsHook , secp256k1 }: , secp256k1, qtwayland }: python3Packages.buildPythonApplication rec { pname = "electron-cash"; Loading Loading @@ -48,6 +48,8 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = [ wrapQtAppsHook ]; buildInputs = [ ] ++ lib.optional stdenv.isLinux qtwayland; postPatch = '' substituteInPlace contrib/requirements/requirements.txt \ --replace "qdarkstyle==2.6.8" "qdarkstyle<3" Loading