Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.datasette: fix postPatch quoting

+1 -1
+1 -1
pkgs/development/python-modules/datasette/default.nix
··· 43 43 44 44 postPatch = '' 45 45 substituteInPlace setup.py \ 46 - --replace '"pytest-runner"' " 46 + --replace '"pytest-runner"' "" 47 47 ''; 48 48 49 49 propagatedBuildInputs = [