aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
blob: 9d29105cdb48809953c039db699b5daf0a90018d (about) (plain)
blob size (348KB) exceeds display size limit (100KB).
es/patches/racket-rktio-bin-sh.patch?id=911768b6d5f4f1a3df58f025b4b07d63c8e729a8'>gnu: racket: Adjust patch for "/bin/sh" in rktio....Use '_PATH_BSHELL' instead of a custom preprocessor macro. This may not be The Right Thing in the long term, but it at least avoids a proliferation of 'CPPFLAGS'. * gnu/packages/patches/racket-minimal-sh-via-rktio.patch: Rename to ... * gnu/packages/patches/racket-rktio-bin-sh.patch: ... this, and change to use '_PATH_BSHELL'. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/racket.scm (%racket-origin)[patches]: Likewise. (racket-vm-common-configure-flags): Stop setting 'CPPFLAGS'. Change to a constant instead of a function, since we no longer need the delay. (racket-vm-cgc, racket-vm-bc, racket-vm-cs)[arguments]<#:configure-flags>: Update accordingly. [inputs]: Remove 'bash-minimal'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath