about summary refs log tree commit diff
path: root/pkgs/tools/text/fanficfare
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/fanficfare')
-rw-r--r--pkgs/tools/text/fanficfare/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix
index ad92ffa9350b..e1db7d3d39c0 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, python3Packages }:
+{ lib, python3Packages }:
 
 python3Packages.buildPythonApplication rec {
   pname = "FanFicFare";