solo5: add missing test dependencies

This commit is contained in:
sternenseemann 2021-01-24 12:17:26 +01:00 committed by Emery Hemingway
parent 9ac594329b
commit 2dd93a5c13

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkg-config, libseccomp }:
{ lib, stdenv, fetchurl, pkg-config, libseccomp, util-linux, qemu }:
let version = "0.6.7";
in stdenv.mkDerivation {
@ -36,6 +36,7 @@ in stdenv.mkDerivation {
'';
doCheck = true;
checkInputs = [ util-linux qemu ];
checkPhase = if stdenv.hostPlatform.isLinux then
''
patchShebangs tests