20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 sha256 = "sha256-ENs2Jy2l6fogZdCSaIyfV9wQm57qaZfx5HVHOnQBrRk=";
31 nativeBuildInputs = [ cmake ];
32 buildInputs = if stdenv.isDarwin
51 passthru.tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
54 broken = stdenv.isDarwin;
55 homepage = "https://strlen.com/lobster/";
56 description = "The Lobster programming language";
58 Lobster is a programming language that tries to combine the advantages of
59 very static typing and memory management with a very lightweight,
60 friendly and terse syntax, by doing most of the heavy lifting for you.
62 license = licenses.asl20;
63 maintainers = with maintainers; [ fgaz ];
64 platforms = platforms.all;