Unverified Commit fb6cdd73 authored by TomaSajt's avatar TomaSajt
Browse files

python3Packages.verilogae: use fetchCargoVendor

parent d14e6f75
Loading
Loading
Loading
Loading
+0 −1769

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −5
Original line number Diff line number Diff line
@@ -33,11 +33,9 @@ buildPythonPackage rec {
      --replace-fail "-fPIC" ""
  '';

  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "salsa-0.17.0-pre.2" = "sha256-6GssvV76lFr5OzAUekz2h6f82Tn7usz5E8MSZ5DmgJw=";
    };
  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-/gSqaxqOZUkUmJJ5PGMkAG/5PSeAjwDjT2ce+tL7xmY";
  };

  nativeBuildInputs = [