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