From 523fae925c52471c82b297a1afee967b0c1da19c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 18 Dec 2017 15:18:45 +0100 Subject: [PATCH] haskell-pandoc-citeproc: update override --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 75122e1668a..0ff5d4f8e03 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -519,7 +519,7 @@ self: super: { skylighting = self.skylighting_0_4_4_1; texmath = self.texmath_0_10; }; - pandoc-citeproc_0_12_1 = super.pandoc-citeproc_0_12_1.override { + pandoc-citeproc_0_12_1_1 = super.pandoc-citeproc_0_12_1_1.override { pandoc = self.pandoc_2_0_5; pandoc-types = self.pandoc-types_1_17_3; };