From dcd62fe5589fe9581a5081a7a29038d093cc0205 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Thu, 22 Jun 2023 17:12:03 +0200
Subject: [PATCH] [nix] update dependencies list

---
 nix/frama-c.nix        | 2 ++
 nix/internal-tests.nix | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/nix/frama-c.nix b/nix/frama-c.nix
index b66c80fe071..c9fb61365d1 100644
--- a/nix/frama-c.nix
+++ b/nix/frama-c.nix
@@ -44,6 +44,7 @@
 , doxygen
 , python3
 , python3Packages
+, yq
 , release_mode ? false
 }:
 
@@ -103,6 +104,7 @@ stdenvNoCC.mkDerivation rec {
     doxygen
     python3
     python3Packages.pyaml
+    yq
   ];
 
   outputs = [ "out" "build_dir" ];
diff --git a/nix/internal-tests.nix b/nix/internal-tests.nix
index 840f871f0a0..cef5cbba337 100644
--- a/nix/internal-tests.nix
+++ b/nix/internal-tests.nix
@@ -48,6 +48,7 @@
 , pkgs
 , python3
 , python3Packages
+, yq
 , swiProlog
 , time
 , wp-cache
@@ -109,6 +110,7 @@ stdenvNoCC.mkDerivation rec {
     pkgs.getopt
     python3
     python3Packages.pyaml
+    yq
     swiProlog
     time
   ];
-- 
GitLab