Loading nixos/lib/test-driver/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonApplication, colorama, Loading Loading @@ -59,7 +60,6 @@ buildPythonApplication { socat util-linux vde2 vhost-device-vsock ] ++ lib.optionals enableNspawn [ systemd Loading @@ -67,6 +67,9 @@ buildPythonApplication { ++ lib.optionals enableOCR [ imagemagick_light tesseract4 ] ++ lib.optionals stdenv.isLinux [ vhost-device-vsock ]; # containers test requires extra nix features that are not available in ofborg. Loading Loading
nixos/lib/test-driver/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonApplication, colorama, Loading Loading @@ -59,7 +60,6 @@ buildPythonApplication { socat util-linux vde2 vhost-device-vsock ] ++ lib.optionals enableNspawn [ systemd Loading @@ -67,6 +67,9 @@ buildPythonApplication { ++ lib.optionals enableOCR [ imagemagick_light tesseract4 ] ++ lib.optionals stdenv.isLinux [ vhost-device-vsock ]; # containers test requires extra nix features that are not available in ofborg. Loading