Commit 1e273b4c authored by Tomodachi94's avatar Tomodachi94 Committed by Matthieu Coudron
Browse files

darklua: format with nixfmt-rfc-style

parent 73e7782e
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
{ lib
, stdenv
, darwin
, rustPlatform
, fetchFromGitHub
{
  lib,
  stdenv,
  darwin,
  rustPlatform,
  fetchFromGitHub,
}:

rustPlatform.buildRustPackage rec {
@@ -18,10 +19,7 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-XrWhOosQM+BaqViIju7urCi1B8+6kq8Taxe5T8LFzVE=";

  buildInputs = lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.CoreServices
  ];

  buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices ];

  # error: linker `aarch64-linux-gnu-gcc` not found
  postPatch = ''