6L3I3N6VW23JDLYGZVJGC4POKY3HOTEXBGXXEMQ3KAAOM5EOFP7QC open Elpeopen Lwt.Syntaxlet _ =let deriv =object (self)inherit derivationmethod name = "cowsay-shell"method! setup =print_endline "Starting setup";let* package = (ubuntu "cowsay")#build inlet outdir = (List.hd package.destdir) inlet change_path = "export PATH=$PATH:" ^ outdir ^ "/usr/games/" inlet change_cowpath = "export COWPATH=" ^ outdir ^ "/usr/share/cowsay/cows/" inLwt.return (change_path ^ "\n" ^ change_cowpath)endin build deriv