power-profiles-daemon: pkgs.stdenv.lib -> pkgs.lib

This commit is contained in:
Ben Siraphob 2021-02-09 18:24:09 +07:00
parent 1bc082c26d
commit e605e6205f

View file

@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
{ {
name = "power-profiles-daemon"; name = "power-profiles-daemon";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.lib.maintainers; {
maintainers = [ mvnetbiz ]; maintainers = [ mvnetbiz ];
}; };
machine = { pkgs, ... }: { machine = { pkgs, ... }: {