remove dependencies that are only needed for compiling examples
This commit is contained in:
parent
b8fd75c83e
commit
ffd4a9082b
|
@ -3,8 +3,6 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, gnutls-latest
|
, gnutls-latest
|
||||||
, libev
|
|
||||||
, nghttp3
|
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -32,8 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gnutls-latest
|
gnutls-latest
|
||||||
libev
|
|
||||||
nghttp3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in New Issue