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
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -13,6 +13,10 @@ buildDunePackage rec {
propagatedBuildInputs = [ owee ]; propagatedBuildInputs = [ owee ];
preConfigure = ''
bash ./configure.sh
'';
meta = { meta = {
description = "An OCaml library providing some simple operations for handling OCaml spacetime profiles"; description = "An OCaml library providing some simple operations for handling OCaml spacetime profiles";
inherit (src.meta) homepage; inherit (src.meta) homepage;