about summary refs log tree commit diff
path: root/pkgs/tools/X11/wmutils-core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/wmutils-core/default.nix')
-rw-r--r--pkgs/tools/X11/wmutils-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/X11/wmutils-core/default.nix b/pkgs/tools/X11/wmutils-core/default.nix
index fdf805f809924..c8f3bd52c3e9b 100644
--- a/pkgs/tools/X11/wmutils-core/default.nix
+++ b/pkgs/tools/X11/wmutils-core/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, libxcb }:
+{ lib, stdenv, fetchurl, libxcb }:
 
 stdenv.mkDerivation rec {
   pname = "wmutils-core";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   installFlags = [ "PREFIX=$(out)" ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Set of window manipulation tools";
     homepage = "https://github.com/wmutils/core";
     license = licenses.isc;