nixpkgs/pkgs/tools/networking/unbound
László Vaskó fcff510efb pythonPackages.pyunbound: fixing nixpkgs-hammering suggestions
- `swig` is a build tool so it likely goes to `nativeBuildInputs`,
    not `buildInputs`

  - `patchPhase` should not be overridden, use `postPatch` instead

  - `configureFlags` and `installFlags` cannot contain spaces,
    break-up arguments to reflect that they are indeed without spaces

  - `substituteStream()`: WARNING: pattern
    `libdir='/build/unbound-1.13.1/lib/python3.9/site-packages'`
    doesn't match anything in file `_unbound.la`

    Also checked with `strings`, the correct path is present in the binary
2021-08-05 23:58:36 +02:00
..
default.nix unbound: wrap unbound-control-setup with openssl 2021-04-24 10:26:40 +02:00
python.nix pythonPackages.pyunbound: fixing nixpkgs-hammering suggestions 2021-08-05 23:58:36 +02:00