]> rtime.felk.cvut.cz Git - coffee/main.git/commitdiff
nix: Add pkg-config to dependency
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 1 Sep 2021 14:14:21 +0000 (16:14 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 1 Sep 2021 14:15:53 +0000 (16:15 +0200)
Needed for building the mtaio program in nix-shell.

shell.nix

index bede05d3dc5ba84eada70292922f65dc1ac3e2c6..15c9ebccef8b716127ba261302e13f2e2715bb26 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -90,6 +90,7 @@ in mkShell {
     openssl
     pythonEnv
     zlib
+    pkg-config
   ];
   FLASK_DEBUG = 1;