mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
bcachefs-tools: fix fuseSupport option
Without this, fuse was still not enabled.
This commit is contained in:
parent
ca7640c30e
commit
5b5e6f9900
@ -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 New Issue
Block a user