mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
netplan: add missing libs
This commit is contained in:
parent
75420e401e
commit
331cc62f65
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
systemd
|
systemd
|
||||||
glib
|
glib
|
||||||
libyaml
|
libyaml
|
||||||
(python3.withPackages (p: with p; [ pyyaml netifaces ]))
|
(python3.withPackages (p: with p; [ pyyaml netifaces dbus-python rich ]))
|
||||||
libuuid
|
libuuid
|
||||||
bash-completion
|
bash-completion
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user