about summary refs log tree commit diff
path: root/pkgs/tools/system/das_watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/das_watchdog')
-rw-r--r--pkgs/tools/system/das_watchdog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/das_watchdog/default.nix b/pkgs/tools/system/das_watchdog/default.nix
index 8c1a5657991cc..b9c25aef7a77f 100644
--- a/pkgs/tools/system/das_watchdog/default.nix
+++ b/pkgs/tools/system/das_watchdog/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, libgtop, xmessage, which, pkgconfig }:
+{ lib, stdenv, fetchgit, libgtop, xmessage, which, pkgconfig }:
 
 stdenv.mkDerivation {
   pname = "das_watchdog";
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
     cp test_rt $out/bin/
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     homepage = "https://github.com/kmatheussen/das_watchdog";
     description = "A general watchdog for the linux operating system";
     longDescription = ''