about summary refs log tree commit diff
path: root/pkgs/games/tcl2048/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tcl2048/default.nix')
-rw-r--r--pkgs/games/tcl2048/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tcl2048/default.nix b/pkgs/games/tcl2048/default.nix
index 1937ccd0f040e..c28c259580387 100644
--- a/pkgs/games/tcl2048/default.nix
+++ b/pkgs/games/tcl2048/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, tcl, tcllib, runtimeShell }:
+{ lib, fetchurl, tcl, tcllib, runtimeShell }:
 
 tcl.mkTclDerivation rec {
   pname = "tcl2048";