mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
fio: limit libnbd to Linux
libnbd only lists Linux as a supported platform, so only add it to buildInputs for Linux.
This commit is contained in:
parent
1d784f7a68
commit
2b306e544a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
zlib,
|
||||
withGnuplot ? false,
|
||||
gnuplot,
|
||||
withLibnbd ? true,
|
||||
withLibnbd ? stdenv.hostPlatform.isLinux,
|
||||
libnbd,
|
||||
}:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue