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.
1 parent 42ee065 commit 56d2260Copy full SHA for 56d2260
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