warpinator: fix "Connect manually" not working (#448883)

This commit is contained in:
Bobby Rong
2025-10-06 00:36:15 +00:00
committed by GitHub
+4 -1
View File
@@ -19,7 +19,9 @@
let
pythonEnv = python3.withPackages (
pp: with pp; [
pp:
with pp;
[
grpcio-tools
protobuf
pygobject3
@@ -35,6 +37,7 @@ let
ifaddr
qrcode
]
++ qrcode.optional-dependencies.pil
);
in
stdenv.mkDerivation rec {