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:
@@ -1,6 +1,7 @@
|
||||
{ lib, stdenv, fetchFromGitHub
|
||||
, pkg-config, cmake, xxd
|
||||
, openssl, libwebsockets, json_c, libuv, zlib
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
with builtins;
|
||||
|
||||
Reference in New Issue
Block a user