afuse: format

This commit is contained in:
Austin Horstman 2024-11-04 16:48:34 -06:00
parent b56e1827f4
commit 9da04cc7db
No known key found for this signature in database

View File

@ -1,4 +1,11 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook, fuse }:
{
lib,
stdenv,
fetchFromGitHub,
pkg-config,
autoreconfHook,
fuse,
}:
stdenv.mkDerivation rec {
pname = "afuse";
@ -11,7 +18,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-KpysJRvDx+12BSl9pIGRqbJAM4W1NbzxMgDycGCr2RM=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [ fuse ];
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''