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: 79b964a8def9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 79e8ba79ad15
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 17, 2020

  1. rmlint: fix running rmlint --gui

    rmlint has a `--gui` option which is writing a python "bootstrap" script
    in `/tmp`.
    
    It currently can't find its own python modules, as we don't prefix
    `PYTHONPATH` to point to it. Also, there's some other runtime
    dependencies, mostly due to using gtk from python(3), which also needs
    to be preprended to `PYTHONPATH`.
    
    The `rmlint` GUI components also execute `rmlint` again with `--version`
    to determine some features, for which we need to prefix `PATH` with
    `$out/bin`.
    flokli committed Jun 17, 2020
    Copy the full SHA
    35040cf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Merge pull request #90267 from flokli/rmlint-gui

    rmlint: fix running rmlint --gui
    flokli committed Jun 18, 2020
    Copy the full SHA
    79e8ba7 View commit details
    Browse the repository at this point in the history