Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: cb8f4b05523f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: dae42566dbee
Choose a head ref
  • 12 commits
  • 17 files changed
  • 11 contributors

Commits on Jul 9, 2019

  1. evdi: 1.6.1 -> 1.6.2

    https://github.com/DisplayLink/evdi/releases/tag/v1.6.2
    
    Since it's short:
    
        support for 5.2 kernel
        Intel-IOMMU workaround
        workaround for problem with FourCC when switching Xorg <-> Wayland
        fix issues found with Coverity
    dtzWill committed Jul 9, 2019
    Copy the full SHA
    7e5f0cd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. environment.profiles: fix order of profiles

    This change is needed because the order of profiles correlate to the
    order in PATH, therefore "/etc/profiles/per-user/$USER" always appeared
    after the system packages directories.
    Gerschtli committed Aug 10, 2019
    Copy the full SHA
    33c834f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. maintainers: add abbe

    wahjava committed Aug 11, 2019
    Copy the full SHA
    3aa7b21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c32ecd View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Merge pull request #64492 from dtzWill/update/evdi-1.6.2

    evdi: 1.6.1 -> 1.6.2
    mmahut committed Aug 13, 2019
    Copy the full SHA
    72c55dd View commit details
    Browse the repository at this point in the history
  2. darcs: fix build

    peti committed Aug 13, 2019
    Copy the full SHA
    705b5cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65853 from wahjava/add/sagittarius-scheme

    sagittarius-scheme: init at 0.9.6
    7c6f434c committed Aug 13, 2019
    Copy the full SHA
    6490f9c View commit details
    Browse the repository at this point in the history
  4. sequoia: improve expression, rename from sequoia-tool

    - Add the package to the pythonPackages' attribute set.
    
    - Make the python support overrideable
      We use the pythonSupport argument.
    
    - Rename sequoia-tool -> sequoia
      We provide the whole ecosystem which includes:
        * ffi bindings to Python and C
        * zsh and bash completion for `sq` and `sqv` executables.
    
    - Meta:
      * Use a string as the homepage URL (plain URLs are deprecated).
      * Change description of package to fit upstream and the files we
        actually install.
      * Add @doronbehar as maintainer.
    doronbehar authored and worldofpeace committed Aug 13, 2019
    Copy the full SHA
    701c788 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #65724 from doronbehar/improve-sequoia

    Improve sequoia package expression
    worldofpeace committed Aug 13, 2019
    Copy the full SHA
    a5b77b8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #66425 from Gerschtli/fix/path-order

    environment.profiles: fix order of profiles and PATH
    matthewbauer committed Aug 13, 2019
    Copy the full SHA
    329e097 View commit details
    Browse the repository at this point in the history
  7. vimPlugins: turn filetype and syntax before sourcing the plugins (#66…

    …536)
    
    Vim Terraform expects the `filetypedetect` group to exist. However, since we were enabling the filetype and the syntax *after* loading the plugins, it was exiting with an error preventing us from generating the remote plugins manifest with the plugin enabled. See #65894 for context.
    kalbasit committed Aug 13, 2019
    Copy the full SHA
    a3bf0c2 View commit details
    Browse the repository at this point in the history
  8. mysql80: init at 8.0.17 (#65221)

    MySQL 8.0 is a significant iteration after MySQL 5.7.  This patch adds it as
    a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
    totten authored and orivej-nixos committed Aug 13, 2019
    Copy the full SHA
    dae4256 View commit details
    Browse the repository at this point in the history