mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
ocamlPackages.csexp: remove result from dependencies
`result` was removed from dependencies in csexp 1.5.1
This commit is contained in:
parent
5b70dbe789
commit
b947c0575a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user