mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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,6 +1,7 @@
|
||||
{ lib, stdenv, fetchFromGitHub
|
||||
, pkg-config, cmake, xxd
|
||||
, openssl, libwebsockets, json_c, libuv, zlib
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
with builtins;
|
||||
|
Loading…
Reference in New Issue
Block a user