aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/shadow.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/shadow.scm')
0 files changed, 0 insertions, 0 deletions
]: Likewise. Marius Bakke 2022-12-02gnu: QtWebEngine: Use more system libraries....* gnu/packages/qt.scm (qtwebengine)[source](snippet): Remove more files. [arguments]: Pass QT_FEATURES_system_foo for all supported libraries. [inputs]: Replace "harfbuzz" with HARFBUZZ-5. Marius Bakke 2022-12-02gnu: QtWebEngine: Simplify code to remove third-party files....* gnu/packages/qt.scm (remove-third-party-files): Simplify some procedures. Marius Bakke 2022-12-02gnu: qtwebengine@6: Fix third-party code removal snippet....* gnu/packages/qt.scm (qtwebengine-5)[source](snippet): Move code to delete third-party files out to ... (remove-third-party-files): ... this new variable. (qtwebengine)[source](snippet): Use that variable instead of the broken duplicate implementation. Adjust PRESERVED-THIRD-PARTY-FILES accordingly. [native-inputs]: Add PYTHON-BEAUTIFULSOUP4. Marius Bakke 2022-11-27gnu: QtWebEngine: Propagate required dependencies....* gnu/packages/qt.scm (qtwebengine-5)[inputs]: Move QTBASE-5, QTDECLARATIVE-5, and QTWEBCHANNEL-5 ... [propagated-inputs]: ... here. (qtwebengine)[inputs, propagated-inputs]: Adjust accordingly. Marius Bakke 2022-11-24gnu: Add qt-creator....* gnu/packages/qt.scm (qt-creator): New variable. wip Maxim Cournoyer 2022-11-24gnu: qttools: Add clang-15 as input....* gnu/packages/qt.scm (qttools) [inputs]: Add clang-15, so that the qdoc command can be built. [phases] {sanity-check}: New phase, to guard against a problem that proved difficult to isolate. Maxim Cournoyer 2022-11-24gnu: Add clazy....* gnu/packages/qt.scm (clazy): New variable. Maxim Cournoyer 2022-11-24gnu: Add qttranslations....* gnu/packages/qt.scm (qttranslations): New variable. Maxim Cournoyer