mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #95329 from JohnAZoidberg/pcre2-riscv
This commit is contained in:
commit
4fec6c4190
@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--enable-pcre2-16"
|
||||
"--enable-pcre2-32"
|
||||
"--enable-jit"
|
||||
];
|
||||
] ++ stdenv.lib.optional (!stdenv.hostPlatform.isRiscV) "--enable-jit";
|
||||
|
||||
outputs = [ "bin" "dev" "out" "doc" "man" "devdoc" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user