Unverified Commit 6dbaf744 authored by Felipe Silva's avatar Felipe Silva
Browse files

legendary-gl: add main program

parent 71b5ecd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ buildPythonApplication rec {
    homepage = "https://github.com/derrod/legendary";
    license = licenses.gpl3;
    maintainers = with maintainers; [ equirosa ];
    mainProgram = "legendary";
  };

  passthru.updateScript = gitUpdater { };