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

Commits on Jun 5, 2018

  1. udiskie: 1.7.4 -> 1.7.5 (#41480)

    `udiskie` breaks for me with the following error when using 1.7.4:
    
    ```
    Traceback (most recent call last):
      File "/nix/store/cqa72mqgm5gi0xpqp5r8csdizv3p3ajr-udiskie-1.7.4/lib/python3.6/site-packages/udiskie/cli.py", line 307, in _start_async_tasks
        results = yield self._init()
      File "/nix/store/cqa72mqgm5gi0xpqp5r8csdizv3p3ajr-udiskie-1.7.4/lib/python3.6/site-packages/udiskie/cli.py", line 495, in _init
        tasks.append(Async())
    NameError: name 'Async' is not defined
    ```
    
    The error has been confirmed by the Debian issue tracker, so it's
    obviously not related to NixOS.
    
    See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899419 for further
    reference.
    Ma27 authored and xeji committed Jun 5, 2018
    Copy the full SHA
    db68f31 View commit details
    Browse the repository at this point in the history