summary refs log tree commit diff
path: root/pkgs/applications/editors/wxhexeditor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/wxhexeditor/default.nix')
-rw-r--r--pkgs/applications/editors/wxhexeditor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/wxhexeditor/default.nix b/pkgs/applications/editors/wxhexeditor/default.nix
index 5597bf0d0b3..c345e8a95d5 100644
--- a/pkgs/applications/editors/wxhexeditor/default.nix
+++ b/pkgs/applications/editors/wxhexeditor/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, wxGTK, autoconf, automake, libtool, python, gettext, bash }:
+{ stdenv, fetchFromGitHub, fetchpatch, wxGTK, autoconf, automake, libtool, python, gettext }:
 
 stdenv.mkDerivation rec {
   name = "wxHexEditor-${version}";