mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
tdesktop: Use the API ID of the Snap package
Thanks to Ilya Fedin and John Preston we're now allowed to reuse the API ID of the Snap package to avoid hitting rate limits. This finally resolves #55271 #YAY \o/
This commit is contained in:
parent
dc63d382bb
commit
a86d317da8
@ -52,9 +52,9 @@ mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-Ddisable_autoupdate=ON"
|
||||
# TODO: Officiall API credentials for Nixpkgs
|
||||
# (see: https://github.com/NixOS/nixpkgs/issues/55271):
|
||||
"-DTDESKTOP_API_TEST=ON"
|
||||
# We're allowed to used the API ID of the Snap package:
|
||||
"-DTDESKTOP_API_ID=611335"
|
||||
"-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c"
|
||||
"-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF"
|
||||
"-DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF"
|
||||
"-DDESKTOP_APP_USE_PACKAGED_GSL=OFF"
|
||||
|
Loading…
Reference in New Issue
Block a user