summary refs log tree commit diff
path: root/pkgs/tools/misc/urn-timer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/urn-timer/default.nix')
-rw-r--r--pkgs/tools/misc/urn-timer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/urn-timer/default.nix b/pkgs/tools/misc/urn-timer/default.nix
index a6871526f1811..83dad9ebe7f83 100644
--- a/pkgs/tools/misc/urn-timer/default.nix
+++ b/pkgs/tools/misc/urn-timer/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , fetchFromGitHub
 , fetchpatch
 , unstableGitUpdater
@@ -57,7 +57,7 @@ stdenv.mkDerivation {
     url = "https://github.com/3snowp7im/urn.git";
   };
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     homepage = "https://github.com/3snowp7im/urn";
     description = "Split tracker / timer for speedrunning with GTK+ frontend";
     license = licenses.gpl3Plus;