commit
4da8ffc935
1 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||||
hash = "sha256-UFqXQBeIQMSV4O439j9s06p1hh7xA98Tu79FsjK9PIY=";
|
hash = "sha256-UFqXQBeIQMSV4O439j9s06p1hh7xA98Tu79FsjK9PIY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = with ocamlPackages; [
|
nativeBuildInputs = with ocamlPackages; [
|
||||||
ocaml
|
ocaml
|
||||||
];
|
];
|
||||||
|
@ -23,9 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
num
|
num
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--prefix" "${placeholder "out"}" ];
|
prefixKey = "-prefix ";
|
||||||
|
|
||||||
dontAddPrefix = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "ReactiveML: a programming language for implementing interactive systems";
|
description = "ReactiveML: a programming language for implementing interactive systems";
|
||||||
|
|
Loading…
Reference in a new issue