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

protege-distribution: set meta.mainProgram

Make `nix run nixpkgs#protege-distribution` work even though the binary is named `run-protege`.

authored by Nora Breitmoser-Widdecke and committed by Matthieu Coudron 4e4f86fb a899ba97

+1
+1
pkgs/development/web/protege-distribution/default.nix
··· 78 maintainers = with maintainers; [ nessdoor ]; 79 license = with licenses; [ asl20 bsd2 epl10 lgpl3 ]; 80 platforms = platforms.linux; 81 }; 82 }
··· 78 maintainers = with maintainers; [ nessdoor ]; 79 license = with licenses; [ asl20 bsd2 epl10 lgpl3 ]; 80 platforms = platforms.linux; 81 + mainProgram = "run-protege"; 82 }; 83 }