From a913f3ff49e93a8da1307131cef164586492c90e Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Wed, 5 May 2021 09:00:24 +0700 Subject: [PATCH] nixos/tests/wmderland: remove stdenv.lib --- nixos/tests/wmderland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/wmderland.nix b/nixos/tests/wmderland.nix index d121ed98b7a..6de0cd9212e 100644 --- a/nixos/tests/wmderland.nix +++ b/nixos/tests/wmderland.nix @@ -1,6 +1,6 @@ import ./make-test-python.nix ({ pkgs, ...} : { name = "wmderland"; - meta = with pkgs.stdenv.lib.maintainers; { + meta = with pkgs.lib.maintainers; { maintainers = [ takagiy ]; };