mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
spacetime_lib: fix missing module
necessary for the upcoming prof_spacetime
This commit is contained in:
parent
e23ed2c428
commit
15d2b2136e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue