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: 0a24814d8f89
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 76c63133c531
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 14, 2017

  1. lxqt: fix qtsvg attribute

    (cherry picked from commit d126353)
    romildo authored and bjornfor committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    9f64797 View commit details
    Browse the repository at this point in the history
  2. 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.
    
    (cherry picked from commit e2ad762)
    romildo authored and bjornfor committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    76c6313 View commit details
    Browse the repository at this point in the history