Unverified Commit 2b306e54 authored by Alex James's avatar Alex James
Browse files

fio: limit libnbd to Linux

libnbd only lists Linux as a supported platform, so only add it to
buildInputs for Linux.
parent 1d784f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  zlib,
  withGnuplot ? false,
  gnuplot,
  withLibnbd ? true,
  withLibnbd ? stdenv.hostPlatform.isLinux,
  libnbd,
}: