pkgs/development: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-24 00:16:29 +07:00
parent ec334a1b01
commit 2f78ee7e81
121 changed files with 324 additions and 322 deletions
@@ -1,9 +1,9 @@
{ stdenv, qtModule, qtbase }:
{ lib, stdenv, qtModule, qtbase }:
qtModule {
name = "qtmacextras";
qtInputs = [ qtbase ];
meta = with stdenv.lib; {
meta = with lib; {
maintainers = with maintainers; [ periklis ];
platforms = platforms.darwin;
};