1 { lib, stdenv, fetchFromGitLab, which }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitLab {
11 hash = "sha256-GfvOkYLo8fgAvGuUa59hDy+sWJSwyntwqMO8TAK/lUo=";
14 nativeBuildInputs = [ which ];
16 makeFlags = [ "PREFIX=${placeholder "out"}" "CC=${stdenv.cc.targetPrefix}cc" ];
18 # tests are run as part of the compilation process
22 description = "Functional Scheme for world domination";
23 homepage = "https://gitlab.com/owl-lisp/owl";
24 license = licenses.mit;
25 maintainers = with maintainers; [ peterhoeg ];
26 platforms = platforms.unix;