treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
This commit is contained in:
@@ -23,7 +23,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
wingpanel-indicator-session wingpanel-indicator-sound
|
||||
];
|
||||
|
||||
maintainers = with pkgs.stdenv.lib.maintainers; [ worldofpeace ];
|
||||
maintainers = with pkgs.lib.maintainers; [ worldofpeace ];
|
||||
|
||||
mutter = pkgs.gnome3.mutter334;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user