mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Elm: no longer references pandoc
This commit is contained in:
parent
ba22560768
commit
6558ab94a4
@ -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 New Issue
Block a user