Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt5: remove most cross conditionals #265573

Closed
wants to merge 18 commits into from
Closed

qt5: remove most cross conditionals #265573

wants to merge 18 commits into from

Commits on Nov 5, 2023

  1. qutebrowser: repair vandalism

    Our qutebrowser package has been vandalized by various commits, such
    as c9cc3a2 and
    ad0bbaf, which made erroneous
    assertions such as "since qutebrowser 3.0.0 the derivation is only
    building for qt6."
    
    This commit repairs the vandalism.
    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    65b2953 View commit details
    Browse the repository at this point in the history
  2. lib.systems.inspect: add patternLogicalAnd

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a47d3a8 View commit details
    Browse the repository at this point in the history
  3. qt5.qtdeclarative: add postFixup if cross compiling

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6796144 View commit details
    Browse the repository at this point in the history
  4. qt5.qtModule: reformat arguments

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    8b053db View commit details
    Browse the repository at this point in the history
  5. qt5.qtModule: add buildPackages.stdenv.cc to depsBuildBuild if cross …

    …compiling
    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    58b9909 View commit details
    Browse the repository at this point in the history
  6. qt5.qtModule: add explicit pkgsHostTarget.qt5.qtbase.dev to nativeBui…

    …ldInputs if cross compiling
    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a2cbe32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98335e0 View commit details
    Browse the repository at this point in the history
  8. qt5.qtwebengine: fix cross

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f13bd8d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dad747f View commit details
    Browse the repository at this point in the history
  10. qt5.qtbase: fix cross

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1a8a2fe View commit details
    Browse the repository at this point in the history
  11. qt5.pyqtwebengine: fix cross

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d4c89c1 View commit details
    Browse the repository at this point in the history
  12. pyqt5: fix cross

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f0d51ac View commit details
    Browse the repository at this point in the history
  13. jasper: mark broken if cross

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fc439a3 View commit details
    Browse the repository at this point in the history
  14. qt5.qtimageformats: do not try to use broken libraries

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7bc3c2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f7eb270 View commit details
    Browse the repository at this point in the history
  16. qutebrowser: take python3 from buildPackages

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ac0e27d View commit details
    Browse the repository at this point in the history
  17. test.cross.sanity: add qt5.qutebrowser, firefox

    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ec58d09 View commit details
    Browse the repository at this point in the history
  18. qt5: remove most cross conditionals

    This commit removes most of the cross-compile conditionals introduced by
    
    - #264965
    
    Since this removal causes rebuilds for the native packages, it must
    go to staging
    Adam Joseph committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    489bb7a View commit details
    Browse the repository at this point in the history