nixpkgs/pkgs/development/python-modules/nextcord
Andrew Morgan d6673a51bc python3Packages.nextcord: fix issue with loading libopus
The substitution patch used to point nextcord to the installed location
of libopus in nix's store was incorrectly formatted:

* `@opus@` was used while default.nix attempted to substitute instances of
  `@libopus@`.
* `ctypes.util.find_library(<library_name>)` will return a path to a
  library. If we already have the path (provided by the substitution),
  then `find_library` is not necessary to call (nor will it produce the
  desired result).
2022-07-16 07:21:25 +00:00
..
default.nix python310Packages.nextcord: 2.0.0b3 -> 2.0.0 2022-06-30 00:51:50 +00:00
paths.patch python3Packages.nextcord: fix issue with loading libopus 2022-07-16 07:21:25 +00:00