6 php.buildComposerProject (finalAttrs: {
10 src = fetchFromGitHub {
13 rev = "v${finalAttrs.version}";
14 hash = "sha256-5PMd87Xp7i3Q1ryKQWJBmNbU5TGo2LQ6uvIFP3T36vk=";
17 vendorHash = "sha256-83GX/dxHa6w1E34wnJshg7yxlVyRkDT5jmAPCCqPdtA=";
19 doInstallCheck = true;
21 $out/bin/phel --version
25 changelog = "https://github.com/phel-lang/phel-lang/releases/tag/v${finalAttrs.version}";
26 description = "Phel is a functional programming language that compiles to PHP. A Lisp dialect inspired by Clojure and Janet.";
27 homepage = "https://github.com/phel-lang/phel-lang";
28 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [ drupol ];