chore(services/gemma): Mark package as broken

This commit is contained in:
Vincent Ambo 2019-08-15 16:07:11 +01:00
parent f217564a2d
commit 77f0b5021d

View file

@ -5,6 +5,11 @@ stdenv.mkDerivation rec {
src = ./.;
# For the time being, Gemma can not be built because it requires an
# older version of Elm than what is available and Elm upgrade paths
# are painful.
broken = true;
buildInputs = with lispPackages; [
sbcl
quicklisp