Unverified Commit 2c1a608b authored by Luflosi's avatar Luflosi
Browse files

apfsprogs: format with nixfmt-rfc-style

parent 66c076ed
Loading
Loading
Loading
Loading
+16 −13
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, nixosTests
{
  lib,
  stdenv,
  fetchFromGitHub,
  nixosTests,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -15,9 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-+c+wU52XKNOTxSpSrkrNWoGEYw6Zo4CGEOyKMvkXEa0=";
  };

  postPatch = let
  postPatch =
    let
      shortRev = builtins.substring 0 9 finalAttrs.src.rev;
  in ''
    in
    ''
      substituteInPlace \
        apfs-snap/Makefile apfsck/Makefile mkapfs/Makefile apfs-label/Makefile \
        --replace-fail \