spacetime_lib: fix missing module

necessary for the upcoming prof_spacetime
This commit is contained in:
Symphorien Gibol
2020-08-12 13:41:44 +02:00
committed by Vincent Laporte
parent e23ed2c428
commit 15d2b2136e
@@ -13,6 +13,10 @@ buildDunePackage rec {
propagatedBuildInputs = [ owee ];
preConfigure = ''
bash ./configure.sh
'';
meta = {
description = "An OCaml library providing some simple operations for handling OCaml spacetime profiles";
inherit (src.meta) homepage;