mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
nixosTests.tomcat: add lib
to imports to fix eval
Without the change eval fails as: $ nix build --no-link -f. nixosTests.tomcat error: undefined variable 'lib'
This commit is contained in:
parent
55b8e90b5f
commit
15a672bf1f
@ -1,4 +1,4 @@
|
||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
import ./make-test-python.nix ({ lib, pkgs, ... }: {
|
||||
name = "tomcat";
|
||||
meta.maintainers = [ lib.maintainers.anthonyroussel ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user