Skip to content
Snippets Groups Projects
Commit 19ace6c4 authored by Maël Madon's avatar Maël Madon
Browse files

nix: fix renamed pkg-config

parent d582caef
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ let
];
mesonFlags = []
++ pkgs.lib.optional doCoverage [ "-Db_coverage=true" ];
nativeBuildInputs = with kapack; [pkgs.meson pkgs.ninja pkgs.pkgconfig
nativeBuildInputs = with kapack; [pkgs.meson pkgs.ninja pkgs.pkg-config
pkgs.boost pkgs.gmp pkgs.rapidjson intervalset loguru pkgs.cppzmq pkgs.zeromq];
# Debug build, without any Nix stripping magic.
mesonBuildType = "debug";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment