Merge pull request #112507 from siraben/stdenv-lib-power-profiles

power-profiles-daemon: pkgs.stdenv.lib -> pkgs.lib
This commit is contained in:
Mario Rodas 2021-02-09 08:00:48 -05:00 committed by GitHub
commit c2e3f717eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, ... }: {