Freeimage not supported

Does anyone know what this is and how to fix it?

… while calling the 'throw' builtin
         at /nix/store/4danq4f7rxpsax7bx18709c533v9krii-source/pkgs/by-name/li/libjpeg_turbo/package.nix:90:19:
           89|     updateScript = nix-update-script { };
           90|     dev_private = throw "not supported anymore";
             |                   ^
           91|     tests = {

       error: not supported anymore

You’ve hit Build failure: emulationstation-de · Issue #418681 · NixOS/nixpkgs · GitHub. Fix it by not using freeimage, or by importing it from an older Nixpkgs back when it was less rotten.

How in the world did you know it was emulationstation? How would I know!?

I went to the Nixpkgs issues list and searched for your error message.

1 Like

Hi! I opened that issue.

The trick is to use add --show-trace to your command and scroll up until you find a package you recognize.

1 Like

Upstream issue: Replace the FreeImage library (#1856) · Issues · ES-DE / ES-DE Frontend · GitLab