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: 26b044ea2928
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c99a01aa7a82
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 12, 2019

  1. calcurse: fix python3 wrapper

    The current Python wrapper for `httplib2` breaks when running e.g.
    `./result/bin/calcurse-caldav` with the following error:
    
    ```
    Traceback (most recent call last):
      File "./result/bin/calcurse-caldav", line 6, in <module>
        import httplib2
    ModuleNotFoundError: No module named 'httplib2'
    ```
    
    The easiest workaround is to use the `wrapPython` tool to properly patch
    library path inside the script.
    Ma27 authored and FRidh committed May 12, 2019
    Copy the full SHA
    c99a01a View commit details
    Browse the repository at this point in the history