bluespec: Conditionalize withDocs deps
This commit is contained in:
@@ -160,16 +160,18 @@ stdenv.mkDerivation rec {
|
||||
[
|
||||
automake
|
||||
autoconf
|
||||
asciidoctor
|
||||
bison
|
||||
flex
|
||||
ghcWithPackages
|
||||
perl
|
||||
pkg-config
|
||||
texliveFull
|
||||
tcl
|
||||
makeBinaryWrapper
|
||||
]
|
||||
++ lib.optionals withDocs [
|
||||
texliveFull
|
||||
asciidoctor
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# https://github.com/B-Lang-org/bsc/blob/main/src/comp/bsc.hs#L1838
|
||||
# /nix/store/7y0vlsf6l8lr3vjsbrirqrsbx4mwqiwf-cctools-binutils-darwin-1010.6/bin/strip: error: unknown argument '-u'
|
||||
|
||||
Reference in New Issue
Block a user