We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fdfba7 + 56d2260 commit 7d20629Copy full SHA for 7d20629
pkgs/by-name/li/libipt/package.nix
@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
20
nativeBuildInputs = [ cmake ];
21
buildInputs = lib.optional stdenv.hostPlatform.isFreeBSD freebsd.libstdthreads;
22
23
+ env = lib.optionalAttrs stdenv.hostPlatform.isFreeBSD {
24
+ NIX_LDFLAGS = "-lstdthreads";
25
+ };
26
+
27
meta = with lib; {
28
description = "Intel Processor Trace decoder library";
29
homepage = "https://github.com/intel/libipt";
0 commit comments