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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 356464388f7c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6137b8333082
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 7, 2019

  1. Copy the full SHA
    5ade6ec View commit details

Commits on Oct 8, 2019

  1. Merge pull request #70550 from adisbladis/qtbase-qpa-platforms

    qt5.qtbase: Build all QPA backends by default
    adisbladis authored Oct 8, 2019
    Copy the full SHA
    6137b83 View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −6 pkgs/development/libraries/qt-5/modules/qtbase.nix
6 changes: 0 additions & 6 deletions pkgs/development/libraries/qt-5/modules/qtbase.nix
Original file line number Diff line number Diff line change
@@ -221,7 +221,6 @@ stdenv.mkDerivation {
# To prevent these failures, we need to override PostgreSQL detection.
PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";

# -no-eglfs, -no-directfb, -no-linuxfb and -no-kms because of the current minimalist mesa
# TODO Remove obsolete and useless flags once the build will be totally mastered
configureFlags =
[
@@ -328,11 +327,6 @@ stdenv.mkDerivation {

"-libinput"

"-no-eglfs"
"-no-gbm"
"-no-kms"
"-no-linuxfb"

''-${lib.optionalString (cups == null) "no-"}cups''
"-dbus-linked"
"-glib"