ocamlPackages.csexp: remove result from dependencies

`result` was removed from dependencies in csexp 1.5.1
This commit is contained in:
Mario Rodas 2023-03-25 10:45:00 -05:00
parent 5b70dbe789
commit b947c0575a

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, buildDunePackage, result }:
{ lib, fetchurl, buildDunePackage }:
buildDunePackage rec {
pname = "csexp";
@ -11,10 +11,6 @@ buildDunePackage rec {
minimalOCamlVersion = "4.03";
propagatedBuildInputs = [
result
];
meta = with lib; {
homepage = "https://github.com/ocaml-dune/csexp/";
description = "Minimal support for Canonical S-expressions";