nixos/tests/wmderland: remove stdenv.lib
This commit is contained in:
parent
59cd52dc40
commit
a913f3ff49
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import ./make-test-python.nix ({ pkgs, ...} : {
|
import ./make-test-python.nix ({ pkgs, ...} : {
|
||||||
name = "wmderland";
|
name = "wmderland";
|
||||||
meta = with pkgs.stdenv.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ takagiy ];
|
maintainers = [ takagiy ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue