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: 4d6a6fe8aff3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 367bc8ba9512
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 8, 2019

  1. urlview: fix path to url_handler.sh

    By default, `/etc/urlview/url_handler.sh` is used which breaks by
    default with the following error:
    
    ```
    sh: /etc/urlview/url_handler.sh: No such file or directory
    ```
    
    With this change, the script will be copied to `$out` and `urlview` will
    be patched accordingly.
    Ma27 committed Sep 8, 2019
    Copy the full SHA
    8cd9b85 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Merge pull request #68332 from Ma27/urlview-handler-fix

    urlview: fix path to url_handler.sh
    Mic92 committed Sep 9, 2019
    Copy the full SHA
    367bc8b View commit details
    Browse the repository at this point in the history