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 6f23fe6 commit efa3dfbCopy full SHA for efa3dfb
pkgs/package-overrides.nix
@@ -357,6 +357,20 @@ in
357
];
358
in
359
ourPatches ++ upstreamPatches;
360
+
361
+ nativeBuildInputs = attrs.nativeBuildInputs ++ [
362
+ pkgs.bison
363
+ ];
364
365
+ postPatch = ''
366
+ echo '
367
+ # TODO: Add explanation here.
368
+ # See https://github.com/fossar/nix-phps/pull/104#issuecomment-1113964195
369
+ PHP_PROG_BISON([3.0.0])
370
+ PHP_PROG_RE2C([0.13.4])
371
+ ' | cat - ext/pdo/config.m4 > ext/pdo/config.m4.tmp
372
+ mv ext/pdo/config.m4{.tmp,}
373
+ '';
374
});
375
376
pdo_mysql =
0 commit comments