mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #85935 from arianvp/fix-libcbor
libcbor: Fix pkgconfig being placed correctly
This commit is contained in:
commit
d9e9e50b01
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = false; # needs "-DWITH_TESTS=ON", but fails w/compilation error
|
||||
|
||||
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fno-lto";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue