mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:57:40 +00:00
bluespec: set mainProgram=bsc
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
41400115e0
commit
4cd955979c
@ -126,6 +126,7 @@ in stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/B-Lang-org/bsc";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "bsc";
|
||||
# darwin fails at https://github.com/B-Lang-org/bsc/pull/35#issuecomment-583731562
|
||||
# aarch64 fails, as GHC fails with "ghc: could not execute: opt"
|
||||
maintainers = with lib.maintainers; [ jcumming thoughtpolice ];
|
||||
|
Loading…
Reference in New Issue
Block a user