solo5: add missing test dependencies
This commit is contained in:
parent
9ac594329b
commit
2dd93a5c13
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, libseccomp }:
|
{ lib, stdenv, fetchurl, pkg-config, libseccomp, util-linux, qemu }:
|
||||||
|
|
||||||
let version = "0.6.7";
|
let version = "0.6.7";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
@ -36,6 +36,7 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
checkInputs = [ util-linux qemu ];
|
||||||
checkPhase = if stdenv.hostPlatform.isLinux then
|
checkPhase = if stdenv.hostPlatform.isLinux then
|
||||||
''
|
''
|
||||||
patchShebangs tests
|
patchShebangs tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user