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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/frogatto/default.nix b/pkgs/games/frogatto/default.nix
index 53be638e753..51975c17a8e 100644
--- a/pkgs/games/frogatto/default.nix
+++ b/pkgs/games/frogatto/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildEnv, stdenv, callPackage, makeWrapper, makeDesktopItem }:
+{ buildEnv, stdenv, callPackage, makeWrapper, makeDesktopItem }:
 
 let
   description = "Action-adventure game, starring a certain quixotic frog";