Unverified Commit 78f422f9 authored by Guy Chronister's avatar Guy Chronister
Browse files

zcash: migrate to by-name

parent 76040dbc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  rustc,
  rustPlatform,
  pkg-config,
  stdenv,
  llvmPackages,
  testers,
  tl-expected,
  utf8cpp,
@@ -24,7 +24,9 @@
  zcash,
  zeromq,
}:

let
  stdenv = llvmPackages.stdenv;
in
stdenv.mkDerivation (finalAttrs: {
  pname = "zcash";
  version = "5.4.2";
+0 −4
Original line number Diff line number Diff line
@@ -11104,10 +11104,6 @@ with pkgs;
    withGui = false;
  };

  zcash = callPackage ../applications/blockchains/zcash {
    stdenv = llvmPackages.stdenv;
  };

  beancount = with python3.pkgs; toPythonApplication beancount;

  beancount_2 = with python3.pkgs; toPythonApplication beancount_2;