bcc: fix path in pkg-config file

authored by Alexander Shpilkin and committed by Artturin 427ae9a1 89f39f58

+4
+4
pkgs/os-specific/linux/bcc/default.nix
··· 52 52 53 53 substituteAll ${./absolute-ausyscall.patch} ./absolute-ausyscall.patch 54 54 patch -p1 < absolute-ausyscall.patch 55 + 56 + # https://github.com/iovisor/bcc/issues/3996 57 + substituteInPlace src/cc/libbcc.pc.in \ 58 + --replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ 55 59 ''; 56 60 57 61 postInstall = ''