Merge pull request #175659 from klemensn/qdigidoc-remove-darkhttpd

qdigidoc: Drop unused darkhttpd dependency
This commit is contained in:
Florian Klink 2022-06-02 20:31:24 +02:00 committed by GitHub
commit 72eb4583ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \