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

Commits on Jan 6, 2021

  1. slimserver: add perlPackages.ArchiveZip as a dependency

    Slimserver uses `Archive::Zip`, in order to unpack plugins before
    installing them. Without this dependency, its `PluginDownloader`
    module will fail, printing the following error message instead:
    
    Slim::Utils::PluginDownloader::extract (102) error loading Archive::Zip
    Can't locate Archive/Zip.pm in @inc (you may need to install the Archive:
    :Zip module) (@inc contains: [...])
    mfrischknecht committed Jan 6, 2021
    Copy the full SHA
    c9b0758 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Merge pull request #108612 from mfrischknecht/slimserver-archive-zip

    slimserver: add perlPackages.ArchiveZip as a dependency
    SuperSandro2000 committed Jan 7, 2021
    Copy the full SHA
    bf2afe9 View commit details
    Browse the repository at this point in the history