trv: fix evaluation

that has been broken since e61663a233
This commit is contained in:
Vincent Laporte 2016-11-08 04:36:20 +01:00
parent 53c746495c
commit 7438e3d97d

View file

@ -5230,7 +5230,7 @@ in
tinycc = callPackage ../development/compilers/tinycc { };
inherit (ocaml-ng.ocamlPackages_4_01_0) trv;
inherit (ocaml-ng.ocamlPackages_4_02) trv;
bupc = callPackage ../development/compilers/bupc { };