https://git.koszko.org/guix/atom?h=koszko 2024-08-31T08:42:16Z build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules. 2024-08-31T08:42:16Z Maxim Cournoyer maxim.cournoyer@gmail.com 2023-10-09T15:10:48Z urn:sha1:f59df1aa3c104aabff3291f6b8b155fb01aebc06 Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee gnu: telegram-desktop: Fix build. 2024-07-18T02:45:36Z Zheng Junjie zhengjunjie@iscas.ac.cn 2024-07-14T10:41:50Z urn:sha1:68aadbcccf0bb7bd524c1eaf6ef03fbbd8a5f30a * gnu/packages/telegram.scm (telegram-desktop): Fix build. [inputs]: Replace kcoreaddons and kimageformats with kcoreaddons-5 and kimageformats-5. Change-Id: I509d2cf9c0f87019da2832f52a1ba5e75869155c gnu: telegram-desktop: Build with glibmm@2.76. 2024-03-16T10:35:11Z Vivien Kraus vivien@planete-kraus.eu 2024-03-13T16:45:07Z urn:sha1:aa9aebce615f014070797e7068baca40b4f25c37 * gnu/packages/telegram.scm (telegram-desktop): Use glibmm-2.76 instead of glibmm. Change-Id: I0ec4ebc549dd867db22d68ee6317d1630cf1bfd8 Signed-off-by: Christopher Baines <mail@cbaines.net> Merge branch 'master' into gnome-team 2024-03-09T23:05:58Z Liliana Marie Prikler liliana.prikler@gmail.com 2024-03-09T21:31:25Z urn:sha1:2ee54513196bad8e663e78ac695b6ffa0da49051 gnu: telegram-cli: Update compiler flags. 2024-03-08T22:59:58Z Ricardo Wurmus rekado@elephly.net 2024-03-08T22:57:15Z urn:sha1:c7c99aeb3c6f974a41b9fc79bce1e6ce4d8f1904 * gnu/packages/telegram.scm (telegram-cli)[arguments]: Add phase to remove -Werror and add -fcommon; remove trailing #T. Change-Id: I1c82fdd914b5f27f00e4bf87e4adc3eb559a874c gnu: tgl: Remove -Werror. 2024-03-08T22:59:58Z Ricardo Wurmus rekado@elephly.net 2024-03-08T22:55:09Z urn:sha1:bd306916817d54bc0ccd443d43865b5f32ce7aa4 * gnu/packages/telegram.scm (tgl)[arguments]: Add phase to remove "-Werror". Change-Id: I0e93b41ed6bae4b74fc12bdeddd3019a8b0e6bd5