spacetime_lib: fix missing module

necessary for the upcoming prof_spacetime
This commit is contained in:
Symphorien Gibol
2020-07-17 16:00:52 +02:00
committed by Vincent Laporte
parent e23ed2c428
commit 15d2b2136e

View File

@@ -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;