mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
d7d44eb808
Before the fix: ```sh $ grep Version result/lib/pkgconfig/librtlsdr.pc Version: v0.8.x-xxx-xunknown ``` It causes problem while building projects that use librtlsdr: ```sh -- Checking for module 'librtlsdr>=0.5.4' -- Requested 'librtlsdr >= 0.5.4' but version of RTL-SDR Library is v0.8.x-xxx-xunknown ``` After the fix: ```sh $ grep Version result/lib/pkgconfig/librtlsdr.pc Version: 0.8.0 ``` |
||
---|---|---|
.. | ||
default.nix |