bcachefs-tools: fix fuseSupport option
Without this, fuse was still not enabled.
This commit is contained in:
parent
ca7640c30e
commit
5b5e6f9900
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"PREFIX=${placeholder "out"}"
|
||||
"VERSION=${finalAttrs.version}"
|
||||
"INITRAMFS_DIR=${placeholder "out"}/etc/initramfs-tools"
|
||||
"BCACHEFS_FUSE=${toString fuseSupport}"
|
||||
];
|
||||
|
||||
preCheck = lib.optionalString (!fuseSupport) ''
|
||||
|
|
Loading…
Reference in a new issue