about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-31 14:04:53 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-31 20:53:34 +0200
commit5732212bc3d81f77f298b302cb1ed19d540ada08 (patch)
tree0ca29c90213e9cafcfe6d93b107f3afe8d3e1fe2
parent67e82e87582e586c1eaf573ac72a58302522f396 (diff)
chore(emoji-generic.nix): add missing dependencies
-rw-r--r--emoji-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/emoji-generic.nix b/emoji-generic.nix
index c187749..4bedfc7 100644
--- a/emoji-generic.nix
+++ b/emoji-generic.nix
@@ -9,7 +9,7 @@ mkDerivation {
     attoparsec base file-embed text utf8-light
   ];
   testHaskellDepends = [
-    base smallcheck tasty tasty-hunit tasty-smallcheck
+    attoparsec base smallcheck tasty tasty-hunit tasty-smallcheck text
   ];
   description = "A generic Emoji library";
   license = stdenv.lib.licenses.lgpl3;