treewide: remove inherited stdenv.lib

This commit is contained in:
Ben Siraphob
2021-01-27 12:44:43 +07:00
parent db4cede416
commit 3bbad8b041
32 changed files with 37 additions and 52 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, meson, ninja, pkg-config, gtk3, epoxy, wayland, wrapGAppsHook
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, gtk3, epoxy, wayland, wrapGAppsHook
, fetchpatch
}:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
})
];
meta = let inherit (stdenv) lib; in {
meta = with lib; {
description = "A graphical application for configuring displays in Wayland compositors";
homepage = "https://github.com/cyclopsian/wdisplays";
maintainers = with lib.maintainers; [ lheckemann ma27 ];