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

Commits on Jun 24, 2019

  1. Copy the full SHA
    7bc2aaf View commit details
    Browse the repository at this point in the history
  2. unp: remove unfree unrar from the default backend list

    `unrar` is unfree, meaning `unp` cannot be built by default if `unrar`
    is in its dependencies.
    
    A simple
    
      env NIXPKGS_ALLOW_UNFREE=1 nix-shell -p unrar
    
    will make `unp` work with .rar files.
    Profpatsch committed Jun 24, 2019
    Copy the full SHA
    7251830 View commit details
    Browse the repository at this point in the history