about summary refs log tree commit diff
path: root/pkgs/applications/editors/sigil
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-13 23:28:25 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2022-10-12 16:00:16 +0200
commitc9d167f174f284c56cf4a08d284a1106d79ea391 (patch)
tree5cc9b3221fb412501592251a42571a76b97a702f /pkgs/applications/editors/sigil
parent9ff71f97c885dd46c25dd5927ea24f3bcfd9e9bb (diff)
pkgs.applications: remove unused args
Diffstat (limited to 'pkgs/applications/editors/sigil')
-rw-r--r--pkgs/applications/editors/sigil/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/sigil/default.nix b/pkgs/applications/editors/sigil/default.nix
index 7525b41508cfa..409f99e37afa2 100644
--- a/pkgs/applications/editors/sigil/default.nix
+++ b/pkgs/applications/editors/sigil/default.nix
@@ -1,6 +1,5 @@
 { lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, makeWrapper
-, boost, xercesc, hunspell, zlib, pcre16
-, qtbase, qttools, qtwebengine, qtxmlpatterns
+, boost, xercesc, qtbase, qttools, qtwebengine, qtxmlpatterns
 , python3Packages
 }: