ndn-tools: format with nixfmt-rfc-style

This commit is contained in:
Filippo Berto
2024-10-01 18:00:04 +02:00
committed by Sandro Jäckel
parent 4907bfd7ee
commit 4882ef721c
+21 -12
View File
@@ -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"