Unverified Commit a7721427 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #300750 from amarshall/ruby-cargohash-failure

ruby: improve failure message when missing cargoHash
parents b17718bc 7d63c774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ let
        cargoDeps = if yjitSupport then rustPlatform.fetchCargoTarball {
          inherit (finalAttrs) src;
          sourceRoot = "${finalAttrs.pname}-${version}/${finalAttrs.cargoRoot}";
          hash = cargoHash;
          hash = assert cargoHash != null; cargoHash;
        } else null;

        postUnpack = opString rubygemsSupport ''