about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysdig
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-02-02 17:32:34 +0100
committerGitHub <noreply@github.com>2023-02-02 17:32:34 +0100
commita9cadfb7b810a120ba0e620af0f1e66dcaaea6cf (patch)
tree66ae4c9b096aa088e6ae4148849c0f1dae22d1ea /pkgs/os-specific/linux/sysdig
parentdd49386fbb87ad344ac339cb3ed4fc6906bca8f8 (diff)
parentc9b4c7dccdbf196fbe1113ef27da7da17f84b994 (diff)
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
Diffstat (limited to 'pkgs/os-specific/linux/sysdig')
-rw-r--r--pkgs/os-specific/linux/sysdig/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/sysdig/default.nix b/pkgs/os-specific/linux/sysdig/default.nix
index e316423f01a06..a8579a50fb655 100644
--- a/pkgs/os-specific/linux/sysdig/default.nix
+++ b/pkgs/os-specific/linux/sysdig/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, fetchpatch, cmake, kernel, installShellFiles, pkg-config
 , luajit, ncurses, perl, jsoncpp, libb64, openssl, curl, jq, gcc, elfutils, tbb, protobuf, grpc
-, libyamlcpp, nlohmann_json, re2
+, yaml-cpp, nlohmann_json, re2
 }:
 
 let
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
     re2
     protobuf
     grpc
-    libyamlcpp
+    yaml-cpp
     jsoncpp
     nlohmann_json
   ] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies;