about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-04-22 21:36:24 +0100
committersternenseemann <sternenseemann@systemli.org>2024-04-24 15:16:38 +0200
commit4f6ebb60e63f3ccd1024eb2f31e653d2fe03fa66 (patch)
treee38be1211553e8542f27a5c9f9c60b96738723a2 /pkgs/data/fonts
parent466ddc4b5f917da844a3ede0133e0430070c2ba6 (diff)
haskell.packages.ghc98.ghc-lib: fix the eval
Without the change eval fails as:

    $ nix build --no-link -f. haskell.packages.ghc98.ghc-lib
    error:
       … in the left operand of the update (//) operator
         at pkgs/development/haskell-modules/lib/compose.nix:40:7:
           39|     mkDerivation = drv: (args.mkDerivation drv).override f;
           40|   })) // {
             |       ^
           41|     overrideScope = scope: overrideCabal f (drv.overrideScope scope);

       error: attribute 'ghc-lib_9_8_1_20231121' missing
       at pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix:58:26:
           57|   ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_2;
           58|   ghc-lib = doDistribute self.ghc-lib_9_8_1_20231121;
             |                          ^
           59|   megaparsec = doDistribute self.megaparsec_9_6_1;
Diffstat (limited to 'pkgs/data/fonts')
0 files changed, 0 insertions, 0 deletions