{ stdenv }: stdenv.mkDerivation { pname = "qbe"; version = "git"; src = ./.; makeFlags = [ "PREFIX=${placeholder "out"}" ]; doCheck = true; }