Unverified Commit b67ef8b1 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

phel: add `postCheckInstall` step

parent 38bac4f0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@ php.buildComposerProject (finalAttrs: {

  vendorHash = "sha256-83GX/dxHa6w1E34wnJshg7yxlVyRkDT5jmAPCCqPdtA=";

  doInstallCheck = true;
  postCheckInstall = ''
    $out/bin/phel --version
  '';

  meta = {
    changelog = "https://github.com/phel-lang/phel-lang/releases/tag/v${finalAttrs.version}";
    description = "Phel is a functional programming language that compiles to PHP. A Lisp dialect inspired by Clojure and Janet.";