about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-07-15 00:21:53 +0100
committerRobert Schütz <github@dotlambda.de>2022-07-16 07:21:25 +0000
commitd6673a51bc974753373714c15a9a8f5c191e1336 (patch)
treef07a9b54cda88a07ee2a8c10b8b22516a7e06d46 /pkgs/games
parent7fbdf335d8e120cc7f89653b39077beb35948a27 (diff)
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).
Diffstat (limited to 'pkgs/games')
0 files changed, 0 insertions, 0 deletions