Unverified Commit 79ad26be authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

rustlings: add gcc to PATH (#389021)

parents 9b30634d 995ed90d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  cargo,
  rustc,
  clippy,
  gcc,
  makeWrapper,
}:
let
@@ -47,6 +48,7 @@ rustPlatform.buildRustPackage {
        cargo
        rustc
        clippy
        gcc
      ]
    }
  '';