From 4882ef721ce3d7bb3b5e48ff80125255db515013 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 29 Jul 2024 18:39:39 +0200 Subject: [PATCH] ndn-tools: format with nixfmt-rfc-style --- pkgs/tools/networking/ndn-tools/default.nix | 33 +++++++++++++-------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/pkgs/tools/networking/ndn-tools/default.nix b/pkgs/tools/networking/ndn-tools/default.nix index 7343dbe072ba..52941aa57fce 100644 --- a/pkgs/tools/networking/ndn-tools/default.nix +++ b/pkgs/tools/networking/ndn-tools/default.nix @@ -1,13 +1,14 @@ -{ lib -, stdenv -, boost ? ndn-cxx.boost -, fetchFromGitHub -, libpcap -, ndn-cxx -, openssl -, pkg-config -, sphinx -, wafHook +{ + lib, + stdenv, + boost ? ndn-cxx.boost, + fetchFromGitHub, + libpcap, + ndn-cxx, + openssl, + pkg-config, + sphinx, + wafHook, }: stdenv.mkDerivation rec { @@ -21,8 +22,16 @@ stdenv.mkDerivation rec { sha256 = "sha256-rzGd+8SkztrkXRXcEcQm6rOtAGnF7h/Jg8jaBb7FP9w="; }; - nativeBuildInputs = [ pkg-config sphinx wafHook ]; - buildInputs = [ libpcap ndn-cxx openssl ]; + nativeBuildInputs = [ + pkg-config + sphinx + wafHook + ]; + buildInputs = [ + libpcap + ndn-cxx + openssl + ]; wafConfigureFlags = [ "--boost-includes=${boost.dev}/include"