tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-pandoc-2.x: update overrides
Peter Simons
8 years ago
265d68e8
ee3d43f9
+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
···
510
510
});
511
511
512
512
# pandoc 2 dependency resolution
513
513
-
hslua_0_9_2 = super.hslua_0_9_2.override { lua5_1 = pkgs.lua5_3; };
514
514
-
hslua-module-text = super.hslua-module-text.override { hslua = self.hslua_0_9_2; };
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 {
517
517
doctemplates = self.doctemplates_0_2_1;