about summary refs log tree commit diff
path: root/pkgs/games/tome2
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tome2')
-rw-r--r--pkgs/games/tome2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/tome2/default.nix b/pkgs/games/tome2/default.nix
index 1fc80b1764d5c..d40717c9a3854 100644
--- a/pkgs/games/tome2/default.nix
+++ b/pkgs/games/tome2/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, makeDesktopItem, ncurses, libX11, boost, cmake }:
+{ lib, stdenv, fetchFromGitHub, makeDesktopItem, ncurses, libX11, boost, cmake }:
 
 let
   pname = "tome2";
@@ -41,7 +41,7 @@ in stdenv.mkDerivation {
     cp ${desktopItem}/share/applications/*.desktop $out/share/applications
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     inherit description;
     license = licenses.unfree;
     maintainers = with maintainers; [ cizra ];