-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
srt pkg-config include path incorrect #70872
Comments
cc @nh2 (the maintainer?) since this issue probably slipped in under the radar |
Uh, ugly. Thanks for pinging me. This is not nixpkgs/pkgs/development/compilers/hhvm/default.nix Lines 41 to 44 in 1230fc8
On the |
Fix copied from: https://github.com/NixOS/nixpkgs/blob/1230fc8674439df5a90fe4c1ea740256ef9906e4/pkgs/development/compilers/hhvm/default.nix#L41-L44 Signed-off-by: Niklas Hambüchen <mail@nh2.me>
PR with fix for |
Fix copied from: https://github.com/NixOS/nixpkgs/blob/1230fc8674439df5a90fe4c1ea740256ef9906e4/pkgs/development/compilers/hhvm/default.nix#L41-L44 Signed-off-by: Niklas Hambüchen <mail@nh2.me> (cherry picked from commit f7b53c0)
This reverts commit c67d162.
@dtzWill I noticed you picked and then reverted it ^ Is there a better way to do this? I still get this problem with many other packages. |
Describe the bug
After installing the srt module, the include path as shown by pkg-config is incorrect. The path is prefixed twice., eg
/path/to/srt//path/to/srt/include
To Reproduce
Steps to reproduce the behavior:
pkg-config --cflags srt
Note that the prefix is included twice.
Inspecting the .pc file confirms this:
Expected behavior
The include path should be correct. In particular, the
includedir
shouldn't be doubled up.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Metadata
Please run
nix run nixpkgs.nix-info -c nix-info -m
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: