mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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";
|
||||
in stdenv.mkDerivation {
|
||||
@ -36,6 +36,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [ util-linux qemu ];
|
||||
checkPhase = if stdenv.hostPlatform.isLinux then
|
||||
''
|
||||
patchShebangs tests
|
||||
|
Loading…
Reference in New Issue
Block a user