libjaylink: Format package.nix

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-09-06 22:04:01 +02:00
parent 5fc67c2ab7
commit 6423ae728c

View File

@ -1,6 +1,10 @@
{ fetchFromGitLab, lib, stdenv
, autoreconfHook, pkg-config
, libusb1
{
fetchFromGitLab,
lib,
stdenv,
autoreconfHook,
pkg-config,
libusb1,
}:
stdenv.mkDerivation rec {
@ -15,7 +19,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-odJDE1A0WZ9vBXPxaUdthjTgmbmbdHjbyY1PkaM4+vI=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [ libusb1 ];
postPatch = ''