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