summary refs log tree commit diff
path: root/pkgs/development/libraries/gaia
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2019-10-05 07:58:56 +0300
committerDoron Behar <doron.behar@gmail.com>2019-10-05 07:58:56 +0300
commit94eafa02bf2a334b713e6814452e3c6182fadd84 (patch)
tree895da07061be625e734551234825e69542f93dc2 /pkgs/development/libraries/gaia
parente86ef91b58d23d28c327b59c9ed4b6041bd8c9cb (diff)
downloadnixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.tar
nixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.tar.gz
nixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.tar.bz2
nixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.tar.lz
nixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.tar.xz
nixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.tar.zst
nixpkgs-94eafa02bf2a334b713e6814452e3c6182fadd84.zip
Link upstream issue about stlfacadeSupport defaulting false
Diffstat (limited to 'pkgs/development/libraries/gaia')
-rw-r--r--pkgs/development/libraries/gaia/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gaia/default.nix b/pkgs/development/libraries/gaia/default.nix
index d35feb62158..341c4ad911c 100644
--- a/pkgs/development/libraries/gaia/default.nix
+++ b/pkgs/development/libraries/gaia/default.nix
@@ -9,7 +9,7 @@
 , qt4
 , python
 , pythonSupport ? true
-# Default to false since it brakes the build
+# Default to false since it breaks the build, see https://github.com/MTG/gaia/issues/11
 , stlfacadeSupport ? false
 , assertsSupport ? true
 , cyclopsSupport ? true