mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Elm: no longer references pandoc
This commit is contained in:
parent
ba22560768
commit
6558ab94a4
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
|||
vectorBinaryInstances = self.vectorBinaryInstances.override { binary = self.binary_0_7_2_2; };
|
||||
};
|
||||
};
|
||||
Elm = super.Elm.override { pandoc = self.pandoc.override { zipArchive = self.zipArchive.override { binary = self.binary_0_7_2_2; }; }; };
|
||||
gloss = null; # requires base >= 4.7
|
||||
haddock = self.haddock_2_13_2;
|
||||
modularArithmetic = null; # requires base >= 4.7
|
||||
|
|
Loading…
Reference in a new issue