summary refs log tree commit diff
path: root/pkgs/games/frogatto/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/frogatto/default.nix')
-rw-r--r--pkgs/games/frogatto/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/frogatto/default.nix b/pkgs/games/frogatto/default.nix
index ee3803617dcae..fb09847908da6 100644
--- a/pkgs/games/frogatto/default.nix
+++ b/pkgs/games/frogatto/default.nix
@@ -1,4 +1,4 @@
-{ buildEnv, stdenv, callPackage, makeWrapper, makeDesktopItem }:
+{ buildEnv, lib, stdenv, callPackage, makeWrapper, makeDesktopItem }:
 
 let
   description = "Action-adventure game, starring a certain quixotic frog";
@@ -33,7 +33,7 @@ in buildEnv {
       --run "cd $out/share/frogatto"
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     broken = true;
     homepage = "https://frogatto.com";
     description = description;