Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

eaglemode: Mark broken

The build just endlessly spams:

Say yes, no or always: Use of uninitialized value $ln in pattern match (m//) at make.pl line 626.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 629.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 632.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 636.

+1 -1
+1 -1
pkgs/applications/misc/eaglemode/default.nix
··· 38 license = licenses.gpl3; 39 maintainers = with maintainers; [ viric ]; 40 platforms = platforms.linux; 41 - hydraPlatforms = []; 42 }; 43 }
··· 38 license = licenses.gpl3; 39 maintainers = with maintainers; [ viric ]; 40 platforms = platforms.linux; 41 + broken = true; 42 }; 43 }