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 68f974a commit c220ea0Copy full SHA for c220ea0
pkgs/package-overrides.nix
@@ -573,6 +573,20 @@ in
573
];
574
in
575
ourPatches ++ upstreamPatches;
576
+
577
+ nativeBuildInputs = attrs.nativeBuildInputs ++ [
578
+ pkgs.bison
579
+ ];
580
581
+ postPatch = ''
582
+ echo '
583
+ # TODO: Add explanation here.
584
+ # See https://github.com/fossar/nix-phps/pull/104#issuecomment-1113964195
585
+ PHP_PROG_BISON([3.0.0])
586
+ PHP_PROG_RE2C([0.13.4])
587
+ ' | cat - ext/pdo/config.m4 > ext/pdo/config.m4.tmp
588
+ mv ext/pdo/config.m4{.tmp,}
589
+ '';
590
});
591
592
pdo_mysql =
0 commit comments