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

[nix] pyaml is a required dependency for tests

parent e931ad9b
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
, dos2unix
, doxygen
, python3
, python3Packages
, release_mode ? false
}:
......@@ -101,6 +102,7 @@ stdenvNoCC.mkDerivation rec {
dos2unix
doxygen
python3
python3Packages.pyaml
];
outputs = [ "out" "build_dir" ];
......
......@@ -47,6 +47,7 @@
, perl
, pkgs
, python3
, python3Packages
, swiProlog
, time
, wp-cache
......@@ -107,6 +108,7 @@ stdenvNoCC.mkDerivation rec {
perl
pkgs.getopt
python3
python3Packages.pyaml
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