ocamlPackages.csexp: add liquidsoap as reverse dependency to passthru.tests
This commit is contained in:
parent
3a4ba9e8ea
commit
8d02422093
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchurl, buildDunePackage }:
|
||||
{ lib, fetchurl, buildDunePackage, liquidsoap }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "csexp";
|
||||
|
@ -11,6 +11,10 @@ buildDunePackage rec {
|
|||
|
||||
minimalOCamlVersion = "4.03";
|
||||
|
||||
passthru.tests = {
|
||||
inherit liquidsoap;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Minimal support for Canonical S-expressions";
|
||||
homepage = "https://github.com/ocaml-dune/csexp";
|
||||
|
|
Loading…
Reference in a new issue