nixos/tests/wmderland: remove stdenv.lib

This commit is contained in:
Ben Siraphob
2021-05-05 01:43:05 -04:00
committed by tomberek
parent 59cd52dc40
commit a913f3ff49
+1 -1
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 ];
};