about summary refs log tree commit diff
path: root/pkgs/applications/editors/zee
diff options
context:
space:
mode:
authorSigmanificient <edhyjox@gmail.com>2024-05-21 03:03:37 +0200
committerSigmanificient <edhyjox@gmail.com>2024-05-21 03:12:20 +0200
commit00585528916b9a469f0f8835e8006b6643b9630d (patch)
tree4ba162f73f3e00928f5ce5b325b58a9b139c8725 /pkgs/applications/editors/zee
parenteac8f3589db398718ea899564d5876fcb1c482a5 (diff)
pkgs/applications: remove uneeded fetchpatch arguments
Diffstat (limited to 'pkgs/applications/editors/zee')
-rw-r--r--pkgs/applications/editors/zee/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/zee/default.nix b/pkgs/applications/editors/zee/default.nix
index e7db019467ba8..b0ebcf635c5fd 100644
--- a/pkgs/applications/editors/zee/default.nix
+++ b/pkgs/applications/editors/zee/default.nix
@@ -1,4 +1,4 @@
-{ lib, rustPlatform, fetchFromGitHub, fetchpatch, pkg-config, openssl, stdenv, Security }:
+{ lib, rustPlatform, fetchFromGitHub, pkg-config, openssl, stdenv, Security }:
 
 rustPlatform.buildRustPackage rec {
   pname = "zee";