Unverified Commit 94cb9ff2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

ucg: upgrade from pcre to pcre2 (#401994)

parents 2dbebab0 32c61d12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  autoreconfHook,
  callPackage,
  pkg-config,
  pcre,
  pcre2,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = [
    pcre
    pcre2
  ];

  passthru.tests = {