summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-10-18 01:49:28 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-10-18 01:49:28 +0200
commit6781afab661a95a1f210e91360e81d4f43d1e819 (patch)
tree7177ac6785d560d794a4e80a4778fec3f0c3a70c
parentee4b81cbc232d47ba9940f1987777b17452e71ff (diff)
cabal: Disable hgettext by default
It is broken and there are no translations anyway.
-rw-r--r--bustle.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index a2ebf77..e791803 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -69,7 +69,7 @@ Source-Repository head
Flag hgettext
Description: Enable translations. Since there are no translations this is currently rather pointless.
- Default: True
+ Default: False
Flag InteractiveTests
Description: Build interactive test programs