From 4dce82f7fd665ab95264fdb9c986caa58601f8f8 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 27 Apr 2025 23:47:25 +0200 Subject: [PATCH] ocamlPackages.xenstore-tool: drop postPatch Co-authored-by: SigmaSquadron --- pkgs/development/ocaml-modules/xenstore-tool/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/xenstore-tool/default.nix b/pkgs/development/ocaml-modules/xenstore-tool/default.nix index df61ab0eb491..d7c85b729c80 100644 --- a/pkgs/development/ocaml-modules/xenstore-tool/default.nix +++ b/pkgs/development/ocaml-modules/xenstore-tool/default.nix @@ -11,10 +11,6 @@ buildDunePackage { inherit (xenstore_transport) src version; - postPatch = '' - substituteInPlace cli/dune --replace 'libraries ' 'libraries camlp-streams ' - ''; - buildInputs = [ camlp-streams xenstore_transport