mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
kdePackages.kpmcore: add bcachefs-tools
This commit is contained in:
parent
25635d12eb
commit
d9b0cc4e9b
1 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
smartmontools,
|
||||
systemdMinimal,
|
||||
util-linux,
|
||||
bcachefs-tools,
|
||||
btrfs-progs,
|
||||
dosfstools,
|
||||
e2fsprogs,
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
zfs,
|
||||
}:
|
||||
let
|
||||
# https://github.com/KDE/kpmcore/blob/06f15334ecfbe871730a90dbe2b694ba060ee998/src/util/externalcommand_whitelist.h
|
||||
# https://github.com/KDE/kpmcore/blob/v25.12.1/src/util/externalcommand_whitelist.h
|
||||
runtimeDeps = [
|
||||
cryptsetup
|
||||
lvm2
|
||||
|
|
@ -32,6 +33,7 @@ let
|
|||
systemdMinimal
|
||||
util-linux
|
||||
|
||||
bcachefs-tools
|
||||
btrfs-progs
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue