lol

bluespec: set mainProgram=bsc

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+1
+1
pkgs/development/compilers/bluespec/default.nix
··· 126 126 homepage = "https://github.com/B-Lang-org/bsc"; 127 127 license = lib.licenses.bsd3; 128 128 platforms = [ "x86_64-linux" ]; 129 + mainProgram = "bsc"; 129 130 # darwin fails at https://github.com/B-Lang-org/bsc/pull/35#issuecomment-583731562 130 131 # aarch64 fails, as GHC fails with "ghc: could not execute: opt" 131 132 maintainers = with lib.maintainers; [ jcumming thoughtpolice ];