From 1e19d4f72dd1822149a3ab1713b775700c8c4bd7 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:55:34 -0300 Subject: ocamlPackages.cudf: clean-up passthru.tests.dose3 --- pkgs/development/ocaml-modules/cudf/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/development/ocaml-modules/cudf/default.nix') diff --git a/pkgs/development/ocaml-modules/cudf/default.nix b/pkgs/development/ocaml-modules/cudf/default.nix index 5bd768e6451..d2090cda676 100644 --- a/pkgs/development/ocaml-modules/cudf/default.nix +++ b/pkgs/development/ocaml-modules/cudf/default.nix @@ -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/"; -- cgit 1.4.1