Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: efd12f906b55
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 644a7468b4a2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 7, 2020

  1. python38Packages.telethon: Patch find_library for libssl

    Telethon can use libssl to speed up encryption. The `find_library` call fails on NixOS because the environmental variables that get checked are obviously missing so we patch it with a direct path to libssl.
    
    https://github.com/LonamiWebs/Telethon/blob/8330635a725717390e1981848737b8988a419fe1/telethon/crypto/libssl.py#L19
    udf committed Sep 7, 2020
    Copy the full SHA
    5f4b7ad View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ffb0d37 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge pull request #97349 from udf/master

    python38Packages.telethon: Patch find_library call for libssl
    doronbehar committed Dec 16, 2020
    Copy the full SHA
    644a746 View commit details
    Browse the repository at this point in the history