chore(services/gemma): Mark package as broken
This commit is contained in:
parent
f217564a2d
commit
77f0b5021d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue