summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2019-02-18 21:10:28 +0100
committerSarah Brofeldt <sbrofeldt@gmail.com>2019-02-18 21:10:28 +0100
commitdcdba11ac97ef99f41bb7b56d663aec087337203 (patch)
tree1b02e73b7838dfa85eadcb6066cb1eea32663b06 /pkgs
parent7226ab90843f8cb366f0e6f90ba16e8214e19bdb (diff)
downloadnixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.tar
nixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.tar.gz
nixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.tar.bz2
nixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.tar.lz
nixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.tar.xz
nixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.tar.zst
nixpkgs-dcdba11ac97ef99f41bb7b56d663aec087337203.zip
pandoc: Enable distribution to fix master eval
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 270f41e14cc..41d050531a3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1225,7 +1225,7 @@ self: super: {
 
   # Use latest pandoc despite what LTS says.
   # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
-  pandoc = dontCheck super.pandoc_2_6;
+  pandoc = doDistribute (dontCheck super.pandoc_2_6);
   pandoc-citeproc = self.pandoc-citeproc_0_16_1;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24