qdigidoc: Drop unused darkhttpd dependency

Introduced in 4b61b7814e "qdigidoc: fetch TSL info" without further
information or direct use in default.nix.

Neither DigiDoc4-Client sources nor other distribution packages contain
any reference to darkhttpd whatsoever.
This commit is contained in:
Klemens Nanni 2022-06-01 00:11:58 +02:00
parent 6960699739
commit fea6ebccfb

View File

@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchurl, cmake, darkhttpd, gettext, makeWrapper
{ lib, mkDerivation, fetchurl, cmake, gettext, makeWrapper
, pkg-config, libdigidocpp, opensc, openldap, openssl, pcsclite, qtbase
, qttranslations, qtsvg }:
@ -17,7 +17,7 @@ mkDerivation rec {
sha256 = "1cikz36w9phgczcqnwk4k3mx3kk919wy2327jksmfa4cjfjq4a8d";
};
nativeBuildInputs = [ cmake darkhttpd gettext makeWrapper pkg-config ];
nativeBuildInputs = [ cmake gettext makeWrapper pkg-config ];
postPatch = ''
substituteInPlace client/CMakeLists.txt \