remove dependencies that are only needed for compiling examples

master
Christian Ulrich 2021-08-22 16:48:53 +02:00
parent b8fd75c83e
commit ffd4a9082b
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@
, stdenv
, fetchFromGitHub
, gnutls-latest
, libev
, nghttp3
, pkgconfig
}:
@ -32,8 +30,6 @@ stdenv.mkDerivation rec {
buildInputs = [
gnutls-latest
libev
nghttp3
];
meta = with lib; {