mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
docker: clean up buildInputs for cli
This commit is contained in:
parent
c13044c93c
commit
1f202ea20d
@ -182,12 +182,7 @@ rec {
|
||||
nativeBuildInputs = [
|
||||
makeWrapper pkg-config go-md2man go libtool installShellFiles
|
||||
];
|
||||
buildInputs = lib.optional (!clientOnly) sqlite
|
||||
++ lib.optional withLvm lvm2
|
||||
++ lib.optional withBtrfs btrfs-progs
|
||||
++ lib.optional withSystemd systemd
|
||||
++ lib.optional withSeccomp libseccomp
|
||||
++ plugins;
|
||||
buildInputs = plugins;
|
||||
|
||||
patches = lib.optionals (lib.versionOlder version "23.0.5") [
|
||||
(fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user