haskellPackages.database-class-id: unbreak
This commit is contained in:
parent
0906a93834
commit
c3af83f893
2 changed files with 4 additions and 1 deletions
|
@ -1793,4 +1793,8 @@ self: super: {
|
|||
# workaround for https://github.com/peti/distribution-nixpkgs/issues/9
|
||||
pam = super.pam.override { inherit (pkgs) pam; };
|
||||
|
||||
# Too strict version bounds on base:
|
||||
# https://github.com/obsidiansystems/database-id/issues/1
|
||||
database-id-class = doJailbreak super.database-id-class;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -4649,7 +4649,6 @@ broken-packages:
|
|||
- data-util
|
||||
- data-validation
|
||||
- data-variant
|
||||
- database-id-class
|
||||
- database-id-groundhog
|
||||
- database-study
|
||||
- datadog
|
||||
|
|
Loading…
Reference in a new issue