mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #12438 from mboes/r-strict-barrier
R: add a new `enableStrictBarrier` package option.
This commit is contained in:
commit
4f3b37969a
@ -3,6 +3,7 @@
|
||||
, less, texinfo, graphviz, icu, pkgconfig, bison, imake, which, jdk, openblas
|
||||
, curl, Cocoa, Foundation, cf-private, libobjc, tzdata
|
||||
, withRecommendedPackages ? true
|
||||
, enableStrictBarrier ? false
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||
--with-system-pcre
|
||||
--with-system-xz
|
||||
--with-ICU
|
||||
${stdenv.lib.optionalString enableStrictBarrier "--enable-strict-barrier"}
|
||||
--enable-R-shlib
|
||||
AR=$(type -p ar)
|
||||
AWK=$(type -p gawk)
|
||||
|
Loading…
Reference in New Issue
Block a user