nixos/tests/wmderland: remove stdenv.lib

master
Ben Siraphob 2021-05-05 09:00:24 +07:00 committed by tomberek
parent 59cd52dc40
commit a913f3ff49
1 changed files with 1 additions and 1 deletions

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