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: c6d026023901
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8b58a7187c9f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 20, 2018

  1. nixos/yabar: fix module & test (#46954)

    The `pkgs.yabar` package is relatively old (2016-04) and contains
    several issues fixed on master. `yabar-unstable` containsa recent master
    build with several fixes and a lot of new features (I use
    `yabar-unstable` for some time now and had no issues with it).
    
    In the upstream bugtracker some bugs could be fixed on ArchLinux by
    simply installing `yabar-git` (an AUR package which builds a recent
    master).
    
    To stabilize the module, the option `programs.yabar.package` now
    defaults to `pkgs.yabar-unstable` and yields a warning with several
    linked issues that are known on `pkgs.yabar`.
    
    The test has been refactored as well to ensure that `yabar` actually
    starts (and avoid non-deterministic random success) and takes a
    screenshot of a very minimalistic configuration on IceWM.
    
    Fixes #46899
    Ma27 authored and xeji committed Sep 20, 2018
    Copy the full SHA
    8b58a71 View commit details
    Browse the repository at this point in the history