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 @@
, doxygen
, python3
, python3Packages
, yq
, release_mode ? false
}:
......@@ -103,6 +104,7 @@ stdenvNoCC.mkDerivation rec {
doxygen
python3
python3Packages.pyaml
yq
];
outputs = [ "out" "build_dir" ];
......
......@@ -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
];
......
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