ttyd.tests: fix eval
Without the change `ttyd.tests` eval fails as: $ nix build --no-link -f. ttyd.tests error: undefined variable 'nixosTests' at /home/slyfox/dev/git/nixpkgs-master/pkgs/servers/ttyd/default.nix:24:14: 23| passthru.tests = { 24| inherit (nixosTests) ttyd; | ^
This commit is contained in:
parent
73bf415737
commit
b7310fdc9b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib, stdenv, fetchFromGitHub
|
||||
, pkg-config, cmake, xxd
|
||||
, openssl, libwebsockets, json_c, libuv, zlib
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
with builtins;
|
||||
|
|
Loading…
Reference in a new issue