Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
guix/gnu
Hartmut Goebel 9085260fcc
guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.
Unify (guix qt-build-system wrap-all-programs) and
(guix qt-utils wrap-qt-program), so both behave the same.
The functions now reside in qt-utils to make them easily available for
packages not using the qt-build-system.

* guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs):
  Move from here ...
* guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs):
  ... to here. Base the later on
  (wrap-qt-program*): New function, carved out from old wrap-all-programs.
  (wrap-qt-program): Base on wrap-qt-program*, change arguments in an
  incompatible way.
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}:
  Adjust to new interface of wrap-qt-program.
* gnu/packages/finance.scm (electron-cash): Likewise.
* gnu/packages/geo.scm (qgis): Likewise.
* gnu/packages/password-utils.scm (qtpass): Likewise.
* gnu/packages/video.scm (openshot): Likewise.
* gnu/packages/web-browsers.scm (kristall): Likewise.
2021-01-29 23:04:02 +01:00
..
bootloader gnu: grub: Use installed unicode font. 2021-01-17 15:47:59 +01:00
build linux-boot: Fix noresume argument parsing. 2020-12-17 23:01:23 +01:00
installer installer: Fix crash in parameters menu. 2021-01-12 16:40:27 +01:00
machine machine: ssh: Do not import the host (guix config), really. 2021-01-04 11:51:48 +01:00
packages guix: qt-build-system, qt-utils: Unify wrapping of qt-programs. 2021-01-29 23:04:02 +01:00
services gnu: php-fpm: Ensure no duplicate group. 2021-01-17 20:40:52 +01:00
system images: pinebook-pro: Fix default serial port. 2021-01-20 13:44:14 +01:00
tests Merge branch 'master' into staging 2021-01-25 15:40:55 -05:00
artwork.scm
bootloader.scm
ci.scm
image.scm
installer.scm installer: Fix crash in parameters menu. 2021-01-12 16:40:27 +01:00
local.mk gnu: VLC: Remove obsolete patch. 2021-01-27 16:03:16 -05:00
machine.scm
packages.scm
services.scm
system.scm system: Fix typo in docstring. 2021-01-22 08:36:03 +01:00
tests.scm