aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/substitutes.scm
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2021-01-10 21:28:36 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2021-01-29 23:04:02 +0100
commit104151f4f45f4bc3a816e3ad42256452932e0d8d (patch)
tree08233fbde220b7e18f66756c714d10e2b218ae92 /gnu/installer/substitutes.scm
parent094b6ac00939ef5e3f291a477fedd26621078ca8 (diff)
downloadguix-104151f4f45f4bc3a816e3ad42256452932e0d8d.tar.gz
guix-104151f4f45f4bc3a816e3ad42256452932e0d8d.zip
guix: qt-utils: Don't include useless inputs in wrapped variables.
Include only those inputs into XDG_DATA_DIRS having some subdirectory of /share which is typically used by Qt. * guix/build/qt-utils.scm (variables-for-wrapping): Take the output directory as an argument for special handling. Check for subdirectories of /share used by Qt before including inputs in XDG_DATA_DIRS. (wrap-qt-program*): Pass the output directory to variables-for-wrapping. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
Diffstat (limited to 'gnu/installer/substitutes.scm')
0 files changed, 0 insertions, 0 deletions
nu/packages/mate.scm (libmateweather): Use 'search-input-file' for "share/zoneinfo/zone.tab". Ludovic Courtès 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-06-29gnu: remind: Update to 3.3.7....* gnu/packages/calendar.scm (remind): Update to 3.3.7. Tobias Geerinckx-Rice 2021-06-19Merge branch 'master' into core-updates...Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm Marius Bakke 2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer 2021-05-22gnu: libical: Update to 3.0.10....* gnu/packages/calendar.scm (libical): Update to 3.0.10. Marius Bakke 2021-05-06gnu: remind: Move Tcl/Tk scripts to separate output....* gnu/packages/calendar.scm (remind)[outputs]: Add "tcl". [arguments]: Add a new 'split-:tcl phase. [inputs]: Add inetutils, tcl, tcllib, and tk. Tobias Geerinckx-Rice 2021-05-06gnu: remind: Run tests....‘No "check" target’ != ‘no tests’. * gnu/packages/calendar.scm (remind)[arguments]: Run tests. Tobias Geerinckx-Rice 2021-05-06gnu: remind: Update to 3.3.6....* gnu/packages/calendar.scm (remind): Update to 3.3.6. Tobias Geerinckx-Rice 2021-05-01gnu: khal: Update to 0.10.3....* gnu/packages/calendar.scm (khal): Update to 0.10.3. Tobias Geerinckx-Rice