netplan: add missing libs

This commit is contained in:
Weijia Wang
2023-05-24 15:57:15 +03:00
parent 75420e401e
commit 331cc62f65
+1 -1
View File
@@ -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
];