diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-01 14:12:17 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-01-01 14:14:56 +0000 |
| commit | e649d536183f9839afe0f42fec628bfbd0af0271 (patch) | |
| tree | 56a1fa51ae9a500397bcf02108509cf31cd55445 /pkgs/development/python-modules/rangehttpserver | |
| parent | 3d54a95d71be5d2f5af41578134f52e03bb79615 (diff) | |
haskell.packages.ghc810: drop unevaluatable packages
`haskell.packages.ghc810` has a few packages that fails to evaluate by
referring non-existent attributes. This turns evaluation attempts into
unrecoverable errors.
Before the change an attempt to instantiate all `ghc810` packages failed
as:
$ nix-instantiate --strict --eval --expr 'with import ./. {}; lib.mapAttrs (n: v: builtins.tryEval (lib.isDerivation v)) haskell.packages.ghc810'
error:
error: attribute 'stylish-haskell_0_14_3_0' missing
at pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix:114:33:
113| hlint = self.hlint_3_4_1;
114| stylish-haskell = doJailbreak self.stylish-haskell_0_14_3_0;
| ^
115|
Did you mean stylish-haskell_0_14_4_0?
The change drops overrides that refer non-existent packages.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
