NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.64k stars 13.8k forks source link

Build failure: mindustry #323856

Closed nikitax44 closed 3 months ago

nikitax44 commented 3 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build 'nixpkgs#mindustry' on nixos-unstable branch

Build log

https://gist.github.com/nikitax44/9196ed6995755a3b7eb1fe5693393f6a

Additional context

first bad commit: 48d567fc7b299de90f70a48e4263e31f690ba03e

Notify maintainers

@chkno @fgaz @TheKostins

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.36, NixOS, 24.11 (Vicuna), 24.11.20240629.2741b4b`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - nixpkgs: `/nix/store/g83ji892byw4wd81rmb14v69yrhq408s-source`

Add a :+1: reaction to issues you find important.

superherointj commented 3 months ago

minindustry is building at master: https://termbin.com/h5j0

Please, always test software in master.

There is nothing to be done here. Since master is already correct, and unstable is a delayed build of master, which only depends on hydra catching up in builds to it. In case, you want to use this right now, you can use package from master or unstable-small directly. But this is a matter of configuration on your side, not nixpkgs.