summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pscircle
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/pscircle')
-rw-r--r--pkgs/os-specific/linux/pscircle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/pscircle/default.nix b/pkgs/os-specific/linux/pscircle/default.nix
index 9dd4ba6cd37..f6ee22ee0fc 100644
--- a/pkgs/os-specific/linux/pscircle/default.nix
+++ b/pkgs/os-specific/linux/pscircle/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitLab, meson, pkgconfig, ninja, cairo }:
+{ lib, stdenv, fetchFromGitLab, meson, pkgconfig, ninja, cairo }:
 
 stdenv.mkDerivation rec {
   pname = "pscircle";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
       ninja
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     homepage = "https://gitlab.com/mildlyparallel/pscircle";
     description = "Visualize Linux processes in a form of a radial tree";
     license = licenses.gpl2;