ocamlPackages.cudf: clean-up passthru.tests.dose3

This commit is contained in:
superherointj 2021-06-24 18:55:34 -03:00 committed by Vincent Laporte
parent 93c194ef72
commit 1e19d4f72d

View file

@ -40,8 +40,6 @@ stdenv.mkDerivation {
preInstall = "mkdir -p $OCAMLFIND_DESTDIR";
installFlags = "BINDIR=$(out)/bin";
# passthru.tests = { inherit dose3; }; # To-Do: To be enabled when Dose3 PR is accepted.
meta = with lib; {
description = "A library for CUDF format";
homepage = "http://www.mancoosi.org/cudf/";