We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f31499 commit d73cc1eCopy full SHA for d73cc1e
1 file changed
pkgs/development/interpreters/ruby/default.nix
@@ -125,6 +125,10 @@ let
125
"--with-out-ext=tk"
126
# on yosemite, "generating encdb.h" will hang for a very long time without this flag
127
"--with-setjmp-type=setjmp"
128
+ # silence linker warnings after upgrading darwin.cctools to 949.0.1,
129
+ # which ruby treats as problem with LDFLAGS
130
+ # https://github.com/NixOS/nixpkgs/issues/101330
131
+ "LDFLAGS=-Wl,-w"
132
]
133
++ op (stdenv.hostPlatform != stdenv.buildPlatform)
134
"--with-baseruby=${buildRuby}";
0 commit comments