summary refs log tree commit diff
path: root/pkgs/applications/editors/featherpad/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/featherpad/default.nix')
-rw-r--r--pkgs/applications/editors/featherpad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/featherpad/default.nix b/pkgs/applications/editors/featherpad/default.nix
index 76e00edaa04..6d420599152 100644
--- a/pkgs/applications/editors/featherpad/default.nix
+++ b/pkgs/applications/editors/featherpad/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, qt5, fetchFromGitHub }:
+{ stdenv, pkgconfig, qt5, fetchFromGitHub }:
 
 with qt5;