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: 984120f4c957
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 28556f054f37
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 4, 2019

  1. wallutils: 5.7.2 -> 5.8.0

    primeos committed Jun 4, 2019
    Copy the full SHA
    f8d2696 View commit details
    Browse the repository at this point in the history
  2. tdesktop: 1.7.0 -> 1.7.3

    GCC 8.x is required to avoid the following error:
    
    cc1plus: error: -Werror=class-memaccess: no option -Wclass-memaccess
    
    If we build without "-Wno-error=class-memaccess" the build should fail
    and the upstream requirements were raised from GCC 7 to GCC 8 anyway:
    telegramdesktop/tdesktop@b2f821d
    
    The two additional patches are required to avoid build errors like this:
    
    /build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:123:12:
    error: invalid use of incomplete type 'class QDebug'
       qWarning()
                ^
    In file included from
    /nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qglobal.h:1200,
                     from
    /nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qalgorithms.h:43,
                     from
    /nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlist.h:43,
                     from
    /nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/QList:1,
                     from
    /build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h:31,
                     from
    /build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:29:
    /nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlogging.h:57:7:
    note: forward declaration of 'class QDebug'
     class QDebug;
           ^~~~~~
    primeos committed Jun 4, 2019
    Copy the full SHA
    28556f0 View commit details
    Browse the repository at this point in the history