apbs: fix py311 build

https://github.com/Electrostatics/apbs/blob/c2e5af22c9044b2bb8f9c1114710add58ec5b007/tools/manip/inputgen.py#L314

Artturin 58deb9e3 1b5242ab

+4
+4
pkgs/applications/science/chemistry/apbs/default.nix
··· 65 substituteInPlace CMakeLists.txt \ 66 --replace "include(ImportFETK)" "" \ 67 --replace 'import_fetk(''${FETK_VERSION})' "" 68 ''; 69 70 nativeBuildInputs = [
··· 65 substituteInPlace CMakeLists.txt \ 66 --replace "include(ImportFETK)" "" \ 67 --replace 'import_fetk(''${FETK_VERSION})' "" 68 + 69 + # U was removed in python 3.11 because it had no effect 70 + substituteInPlace tools/manip/inputgen.py \ 71 + --replace '"rU"' '"r"' 72 ''; 73 74 nativeBuildInputs = [