spacetime_lib: fix missing module
necessary for the upcoming prof_spacetime
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user