tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-pandoc: fix override for latest version
Peter Simons
8 years ago
432d5859
04c40021
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+2
-2
pkgs/development/haskell-modules/configuration-common.nix
···
513
513
hslua_0_9_3 = super.hslua_0_9_3.override { lua5_1 = pkgs.lua5_3; };
514
514
hslua-module-text = super.hslua-module-text.override { hslua = self.hslua_0_9_3; };
515
515
texmath_0_10 = super.texmath_0_10.override { pandoc-types = self.pandoc-types_1_17_3; };
516
516
-
pandoc_2_0_4 = super.pandoc_2_0_4.override {
516
516
+
pandoc_2_0_5 = super.pandoc_2_0_5.override {
517
517
doctemplates = self.doctemplates_0_2_1;
518
518
pandoc-types = self.pandoc-types_1_17_3;
519
519
skylighting = self.skylighting_0_4_4_1;
520
520
texmath = self.texmath_0_10;
521
521
};
522
522
pandoc-citeproc_0_12_1 = super.pandoc-citeproc_0_12_1.override {
523
523
-
pandoc = self.pandoc_2_0_4;
523
523
+
pandoc = self.pandoc_2_0_5;
524
524
pandoc-types = self.pandoc-types_1_17_3;
525
525
};
526
526