nixos/tests/wmderland: remove stdenv.lib

This commit is contained in:
Ben Siraphob 2021-05-05 09:00:24 +07:00 committed by tomberek
parent 59cd52dc40
commit a913f3ff49

View file

@ -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 ];
};