remove dependencies that are only needed for compiling examples
This commit is contained in:
parent
b8fd75c83e
commit
ffd4a9082b
|
@ -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; {
|
||||
|
|
Loading…
Reference in New Issue