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

Commits on Mar 26, 2017

  1. lxqt-panel: fix for explicit (a C++11 keyword) being used as variable

    It is needed to override "explicit" as this is a C++ keyword. But it
    is used as variable name in xkb.h. This is causing a failure in C++
    compile time.  Similar bug here:
    https://bugs.freedesktop.org/show_bug.cgi?id=74080
    
    Workaround from
    lxqt/lxqt-panel@ec62109.
    romildo committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    e2ad762 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Merge pull request #24362 from romildo/fix.lxqt

    lxqt-panel: fix for `explicit` (a C++11 keyword) being used as variable
    pSub committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    f870fbc View commit details
    Browse the repository at this point in the history