nixpkgs/pkgs/games/gimx
Sergei Trofimovich 8b21717c1c gimx: fix build against gcc-13
Without the change the build in `master` fails as
https://hydra.nixos.org/build/247555199:

    gimx.c:195:6: error: implicit declaration of function 'getenv' [-Werror=implicit-function-declaration]
      195 |   if(getenv("GIMXCONF")) { snprintf(file_path, sizeof(file_path), "%s", gimx_params.config_file); }
          |      ^~~~~~
2024-02-08 08:29:56 +00:00
..
custom
conf.patch
default.nix gimx: fix build against gcc-13 2024-02-08 08:29:56 +00:00