mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Add noHaddock flag to modular-artihmetic
Building of haddock for packages with UTF-8 source is already fixed in the stdenv-updates branch. This fixes modular-arithmetic until that branch is merged. Will send another pull request to add back haddock for that branch.
This commit is contained in:
parent
7ee76ebd0c
commit
78ae5bb3c2
@ -4,6 +4,7 @@ cabal.mkDerivation (self: {
|
|||||||
pname = "modular-arithmetic";
|
pname = "modular-arithmetic";
|
||||||
version = "1.0.1.1";
|
version = "1.0.1.1";
|
||||||
sha256 = "14n83kjmz8mqjivjhwxk1zckms5z3gn77yq2hsw2yybzff2vkdkd";
|
sha256 = "14n83kjmz8mqjivjhwxk1zckms5z3gn77yq2hsw2yybzff2vkdkd";
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "A type for integers modulo some constant";
|
description = "A type for integers modulo some constant";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user