about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/gemma/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/gemma/default.nix b/services/gemma/default.nix
index 02f8c225f9..8c56e56685 100644
--- a/services/gemma/default.nix
+++ b/services/gemma/default.nix
@@ -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