From 4c1c9772f89e87ce9e1c653d46bd33408cf92df0 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 1 Sep 2021 16:14:21 +0200 Subject: [PATCH] nix: Add pkg-config to dependency Needed for building the mtaio program in nix-shell. --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index bede05d..15c9ebc 100644 --- a/shell.nix +++ b/shell.nix @@ -90,6 +90,7 @@ in mkShell { openssl pythonEnv zlib + pkg-config ]; FLASK_DEBUG = 1; -- 2.39.2