From: Michal Sojka Date: Wed, 1 Sep 2021 14:14:21 +0000 (+0200) Subject: nix: Add pkg-config to dependency X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/main.git/commitdiff_plain/4c1c9772f89e87ce9e1c653d46bd33408cf92df0?hp=14183d01d9e00124236bea43dd2de1973b1566ca nix: Add pkg-config to dependency Needed for building the mtaio program in nix-shell. --- 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;