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