NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.85k stars 13.93k forks source link

libwebsockets: libuv, openssl should be propagated? #76714

Open furrycatherder opened 4 years ago

furrycatherder commented 4 years ago

Describe the bug Building with libwebsockets leads to errors like

/nix/store/kr9ivkvs7vy6bvwskf7cdh4r4f3kn64m-libwebsockets-3.2.0/include/libwebsockets.h:244:10: fatal error: openssl/ssl.h: No such file or directory
   #include <openssl/ssl.h>
            ^~~~~~~~~~~~~~~
  compilation terminated.

and

/nix/store/vmjqcmsd72sfps818p01iv9bj5kz3rgd-libwebsockets-3.2.0/include/libwebsockets.h:174:10: fatal error: uv.h: No such file or directory
   #include <uv.h>
            ^~~~~~
  compilation terminated.

Metadata Please run nix run nixpkgs.nix-info -c nix-info -m and paste the result.

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
fluffynukeit commented 3 years ago

This is still important to me. I just started writing a program that uses libwebsockets with a nix flake and am encountering these odd behaviors that I thought would not show up.

AleXoundOS commented 3 years ago

How exactly do you try to build libwebsockets?

stale[bot] commented 2 years ago

I marked this as stale due to inactivity. → More info