forked from mirrors/nixpkgs
haskellPackages.bson: unbreak
Co-authored-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
6b491e513b
commit
e9a31d983b
|
@ -1898,4 +1898,10 @@ EOT
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# BSON defaults to requiring network instead of network-bsd which is
|
||||||
|
# required nowadays: https://github.com/mongodb-haskell/bson/issues/26
|
||||||
|
bson = appendConfigureFlag (super.bson.override {
|
||||||
|
network = self.network-bsd;
|
||||||
|
}) "-f-_old_network";
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -426,7 +426,6 @@ broken-packages:
|
||||||
- brotli
|
- brotli
|
||||||
- browscap
|
- browscap
|
||||||
- bsd-sysctl
|
- bsd-sysctl
|
||||||
- bson
|
|
||||||
- bsparse
|
- bsparse
|
||||||
- btree-concurrent
|
- btree-concurrent
|
||||||
- buffer
|
- buffer
|
||||||
|
|
|
@ -45847,8 +45847,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "BSON documents are JSON-like objects with a standard binary encoding";
|
description = "BSON documents are JSON-like objects with a standard binary encoding";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"bson-generic" = callPackage
|
"bson-generic" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue