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: 6adb914c29f4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5292fd51f904
Choose a head ref
  • 3 commits
  • 32 files changed
  • 2 contributors

Commits on Aug 20, 2019

  1. lxqt: use qt5's mkDerivation

    This should also ensure that the applications get wrapped
    appropriately.
    worldofpeace committed Aug 20, 2019
    Copy the full SHA
    3167eb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. lxqt: use modified LXQtConfigVars CMake macro

    LXQt uses the values in this macro to set installation
    directories and in the case of lxqt-session to substitute in paths.
    However, by doing this all the paths are from within lxqt-build-tools
    prefix. By utilizing a setup hook we can set the directories with the
    correct prefix as cmake flags.
    worldofpeace committed Aug 22, 2019
    Copy the full SHA
    e34de04 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Merge pull request #65482 from worldofpeace/fix-lxqt

    lxqt: use qt5's mkDerivation
    globin committed Aug 25, 2019
    Copy the full SHA
    5292fd5 View commit details
    Browse the repository at this point in the history