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 9984319 commit 7461915Copy full SHA for 7461915
pkgs/package-overrides.nix
@@ -245,6 +245,20 @@ in
245
];
246
in
247
ourPatches ++ upstreamPatches;
248
+
249
+ nativeBuildInputs = attrs.nativeBuildInputs ++ [
250
+ pkgs.bison
251
+ ];
252
253
+ postPatch = ''
254
+ echo '
255
+ # TODO: Add explanation here.
256
+ # See https://github.com/fossar/nix-phps/pull/104#issuecomment-1113964195
257
+ PHP_PROG_BISON([3.0.0])
258
+ PHP_PROG_RE2C([0.13.4])
259
+ ' | cat - ext/pdo/config.m4 > ext/pdo/config.m4.tmp
260
+ mv ext/pdo/config.m4{.tmp,}
261
+ '';
262
});
263
264
pdo_mysql =
0 commit comments