You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The .cmake files shipped in the dev output of the fmt library refer to invalid include paths. This prevents building software with the library if they trying finding it using cmake (instead of pkg-config).
To Reproduce
Steps to reproduce the behavior:
Add fmt to buildInputs of the dolphinEmuMaster package (currently it's falling back on its vendored copy).
nix-build the package.
Expected behavior dolphinEmuMaster builds.
Additional context
In /nix/store/63l9fc9j8d565aass76jkx3wzxgalzfm-fmt-6.2.0-dev/lib/cmake/fmt/fmt-targets.cmake:
Describe the bug
The
.cmake
files shipped in thedev
output of thefmt
library refer to invalid include paths. This prevents building software with the library if they trying finding it using cmake (instead of pkg-config).To Reproduce
Steps to reproduce the behavior:
fmt
tobuildInputs
of thedolphinEmuMaster
package (currently it's falling back on its vendored copy).nix-build
the package.Expected behavior
dolphinEmuMaster
builds.Additional context
In
/nix/store/63l9fc9j8d565aass76jkx3wzxgalzfm-fmt-6.2.0-dev/lib/cmake/fmt/fmt-targets.cmake
:The include directory is invalid, looking up
/include
in the default output.Notify maintainers
cc @jeroendehaas
Metadata
"x86_64-linux"
Linux 5.5.13-hardened, NixOS, 20.09.git.53bbb34d874 (Nightingale)
yes
yes
nix-env (Nix) 2.3.4
""
/etc/nixpkgs
The text was updated successfully, but these errors were encountered: