Unverified Commit 17bef0a0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

{neothesia,noaa-apt,nurl}: use fetchCargoVendor (#388705)

parents 3a9ca457 5def6887
Loading
Loading
Loading
Loading
+0 −4672

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -37,12 +37,8 @@ rustPlatform.buildRustPackage {
    rustPlatform.bindgenHook
  ];

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "mpeg_encoder-0.2.1" = "sha256-+BNZZ1FIr1374n8Zs1mww2w3eWHOH6ENOTYXz9RT2Ck=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-qIoH+YhyPXXIWFwgcJBly2KBSuVgaRg5kZtBazaTVJ0=";

  cargoBuildFlags = [
    "-p neothesia -p neothesia-cli"
+0 −2307

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -37,12 +37,8 @@ rustPlatform.buildRustPackage rec {
    pango
  ];

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "satellite-0.1.0" = "sha256-R5Tz4MpRnAEnMmkx/LhWPmwRIKpnCLIB4VxApMTBn78=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-du44N+G9/nN5YuOpkWXvr1VaSQfjCpZYJ8yDc48ATIU=";

  preBuild = ''
    # Used by macro pointing to resource location at compile time.

pkgs/by-name/nu/nurl/Cargo.lock

deleted100644 → 0
+0 −1559

File deleted.

Preview size limit exceeded, changes collapsed.

Loading