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.
pdo
1 parent ddc42d6 commit ed447eeCopy full SHA for ed447ee
pkgs/package-overrides.nix
@@ -320,6 +320,20 @@ in
320
];
321
in
322
ourPatches ++ upstreamPatches;
323
+
324
+ nativeBuildInputs = attrs.nativeBuildInputs ++ [
325
+ pkgs.bison
326
+ ];
327
328
+ postPatch = ''
329
+ echo '
330
+ # TODO: Add explanation here.
331
+ # See https://github.com/fossar/nix-phps/pull/104#issuecomment-1113964195
332
+ PHP_PROG_BISON([3.0.0])
333
+ PHP_PROG_RE2C([0.13.4])
334
+ ' | cat - ext/pdo/config.m4 > ext/pdo/config.m4.tmp
335
+ mv ext/pdo/config.m4{.tmp,}
336
+ '';
337
});
338
339
pdo_mysql =
0 commit comments