14 version = "unstable-2018-10-23";
16 src = fetchFromGitHub {
19 rev = "637e2d5cd950a874496042993c02ab7d17c1b688";
20 sha256 = "iCyvvZJjXb1CR396EJ6GiP6d4e7iAc6QQlAOQoAfehg=";
23 # -Wnarrowing is enabled by default in recent GCC versions,
24 # causing compilation to fail.
25 env.NIX_CFLAGS_COMPILE = "-Wno-narrowing";
38 description = "Programming language with macros and syntax at once";
39 license = licenses.gpl2Only;
40 maintainers = with maintainers; [ pSub ];
41 platforms = with platforms; unix;