haskellPackages.bson: unbreak
Co-authored-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
committed by
sternenseemann
co-authored by
sterni
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
|
||||
|
||||
Reference in New Issue
Block a user