forked from mirrors/nixpkgs
power-profiles-daemon: pkgs.stdenv.lib -> pkgs.lib
This commit is contained in:
parent
1bc082c26d
commit
e605e6205f
|
@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
|||
|
||||
{
|
||||
name = "power-profiles-daemon";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ mvnetbiz ];
|
||||
};
|
||||
machine = { pkgs, ... }: {
|
||||
|
|
Loading…
Reference in a new issue