Skip to content

Commit

Permalink
inginious: mark as broken
Browse files Browse the repository at this point in the history
The project doesn't exist on github anymore.
  • Loading branch information
zimbatm committed Nov 23, 2017
1 parent 3db0f9d commit 6111168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/inginious/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ in pythonPackages.buildPythonApplication rec {
'';

meta = {
broken = true;
description = "An intelligent grader that allows secured and automated testing of code made by students";
homepage = https://github.com/UCL-INGI/INGInious;
license = licenses.agpl3;
Expand Down

5 comments on commit 6111168

@zimbatm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @layus

@layus
Copy link
Member

@layus layus commented on 6111168 Nov 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project does exist on github, but its nix package is deeply broken. I already spent some time on fixing it and it will take even more time. So I think broken = true is the best way to go at the moment.

@zimbatm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes you're right. I didn't look too much into it as it was blocking my rust upgrade nox-review, which is was I really wanted to work on.

@grahamc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack this seems to break eval:

error: Package ‘inginious-0.3a2.dev0’ in /var/lib/gc-of-borg/.nix-test-rs/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/27513/pkgs/servers/inginious/default.nix:69 is marked as broken, refusing to evaluate.

@zimbatm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR to upgrade inginious: #31975

Please sign in to comment.