Skip to content
Snippets Groups Projects
Commit dcd62fe5 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[nix] update dependencies list

parent de6254a4
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
, doxygen , doxygen
, python3 , python3
, python3Packages , python3Packages
, yq
, release_mode ? false , release_mode ? false
}: }:
...@@ -103,6 +104,7 @@ stdenvNoCC.mkDerivation rec { ...@@ -103,6 +104,7 @@ stdenvNoCC.mkDerivation rec {
doxygen doxygen
python3 python3
python3Packages.pyaml python3Packages.pyaml
yq
]; ];
outputs = [ "out" "build_dir" ]; outputs = [ "out" "build_dir" ];
......
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
, pkgs , pkgs
, python3 , python3
, python3Packages , python3Packages
, yq
, swiProlog , swiProlog
, time , time
, wp-cache , wp-cache
...@@ -109,6 +110,7 @@ stdenvNoCC.mkDerivation rec { ...@@ -109,6 +110,7 @@ stdenvNoCC.mkDerivation rec {
pkgs.getopt pkgs.getopt
python3 python3
python3Packages.pyaml python3Packages.pyaml
yq
swiProlog swiProlog
time time
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment