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.
2 parents f885cdd + fff9885 commit 3f22849Copy full SHA for 3f22849
pkgs/top-level/perl-packages.nix
@@ -4111,6 +4111,10 @@ with self; {
4111
};
4112
nativeBuildInputs = [ pkgs.ld-is-cc-hook ];
4113
buildInputs = [ ModuleBuildXSUtil ];
4114
+ # src/compiler/util/Compiler_double_charactor_operator.cpp:9:54: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
4115
+ env = lib.optionalAttrs stdenv.cc.isClang {
4116
+ NIX_CFLAGS_COMPILE = "-Wno-error=register";
4117
+ };
4118
meta = {
4119
homepage = "https://github.com/goccy/p5-Compiler-Lexer";
4120
description = "Lexical Analyzer for Perl5";
0 commit comments