nvme-cli: only use libhugetlbfs if not broken
This commit is contained in:
parent
5061ffb8c3
commit
334cdcb78f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
libnvme
|
||||
json_c
|
||||
zlib
|
||||
] ++ lib.optionals (!(stdenv.hostPlatform.isStatic || stdenv.hostPlatform.isMusl)) [
|
||||
] ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform libhugetlbfs) [
|
||||
libhugetlbfs
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue