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: b12aef05a454
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 769f4308f43e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 4, 2019

  1. vifm: add vifm-full package

    vifm includes some optional features what are currently no-op due
    to missing dependencies. Once such example is `vifm-media`.
    
    vimfm-media is a Linux script included with vifm which can be used to
    mount/umount removable media from within vifm. However, vifm-media
    has additional dependencies, namely Python, dbus, and a supported
    back-end such as udisks2. While vimfm-media is currently installed,
    it fails with the error "No supported backend found."
    
    This change adds optional support for vifm-media via the new package
    vifm-full; Opening for the opportunity to add whatever optional
    dependencies I have not considered in this change in the future,
    while not generously increasing the closure size of the original
    vifm package.
    
    For reference, vifm has a closure size of 41,164,432 while the new
    vifm-full increases this to 382,642,536. Calculated with
    `nix path-info -S`
    
    Note: While vifm-media supports numerous back-ends, this change only
    adds support for udisks2. In addition, vifm-media is not supported on
    MacOS/OSX, for which upstream provides an alternative script.
    emmanuelrosa committed Dec 4, 2019
    Copy the full SHA
    c6588dd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Merge pull request #75004 from emmanuelrosa/vifm-full

    vifm: refactor to add a vifm-full package
    7c6f434c committed Dec 5, 2019
    Copy the full SHA
    769f430 View commit details
    Browse the repository at this point in the history