libcbor: Fix pkgconfig being placed correctly

Fixes #85932
This commit is contained in:
Arian van Putten 2020-04-24 14:15:44 +02:00
parent 7fb1ff9003
commit 3ec47a7bb0

View file

@ -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; {