solo5: add missing test dependencies

Changed files
+2 -1
pkgs
os-specific
solo5
+2 -1
pkgs/os-specific/solo5/default.nix
···
-
{ lib, stdenv, fetchurl, pkg-config, libseccomp }:
+
{ lib, stdenv, fetchurl, pkg-config, libseccomp, util-linux, qemu }:
let version = "0.6.7";
in stdenv.mkDerivation {
···
'';
doCheck = true;
+
checkInputs = [ util-linux qemu ];
checkPhase = if stdenv.hostPlatform.isLinux then
''
patchShebangs tests