aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
blob: 0da460273f357568d2a0f341254c291addae943d (about) (plain)
blob size (112KB) exceeds display size limit (100KB).
: Update to 0.3.1....* gnu/packages/networking.scm (lcsync): Update to 0.3.1. Vagrant Cascadian 2024-09-06gnu: lcrq: Add compiler optimizations....* gnu/packages/networking.scm (lcrq)[arguments]: Pass compiler optimizations to configure. [phases]: Add 'speedtest phase. Vagrant Cascadian 2024-09-06gnu: lcrq: Update to 0.2.1....* gnu/packages/networking.scm (lcrq): Update to 0.2.1. Vagrant Cascadian 2024-09-05gnu: libcamera: Disable signature verification....Signature verification breaks, when libcamera is grafted. Running built-in libcamera modules via proxy is not recommended by upstream and not always work. We control the build process of all libcamera modules, so to workaround the issue we disable signature verification. For more information see: <https://issues.guix.gnu.org/72828> * gnu/packages/patches/libcamera-ipa_manager-disable-signature-verification.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/networking.scm (libcamera): Disable signature verification. [inputs]: Remove gnutls and openssl. [arguments]: Remove re-sign-binaries phase. [source]: Add disable-signature patch. Change-Id: Icf422553c0f49b28d7997a1e818a4b8d9a6b5732 Andrew Tropin 2024-09-05gnu: libcamera: Remove stale boost dependency....* gnu/packages/networking.scm (libcamera)[inputs]: Boost is not needed anymore, remove it. Change-Id: Idd4ce931036298b71e6414a76df37365341ae47d Andrew Tropin 2024-08-31gnu: libcamera: Do not pass empty string to meson....* gnu/packages/networking.scm (libcamera)[arguments]: Use list for extra arguments to meson to avoid passing an empty string. Change-Id: I5e494eb10f06b4fe9e65e3b0f0f32dd99947b250 Ricardo Wurmus 2024-08-31gnu: libcamera: Disable failing file test on aarch64....* gnu/packages/networking.scm (libcamera): Disable failing file test on aarch64. Change-Id: Ie3b98a3610df78def46196c05fa823f0cd878926 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Roman Scherer 2024-08-31gnu: opendht: Fix build....* gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack". Change-Id: I176d9ce69401fe1c79498329264edd6686993846 宋文武 2024-08-31gnu: squid: Add libxcrypt dependency....* gnu/packages/networking.scm (squid)[inputs]: Add libxcrypt. Change-Id: I1d7e671d0095e988375d2deab554b0142b822e2f 宋文武 2024-08-31gnu: frrouting: Add libxcrypt dependency....* gnu/packages/networking.scm (frrouting)[inputs]: Add libxcrypt. Change-Id: I43a06c04e8ddd6c7687192275f8215ae3ec8363f 宋文武 2024-08-31gnu: dante: Add libxcrypt dependency....* gnu/packages/networking.scm (dante)[inputs]: Add libxcrypt. Change-Id: If36e869dc5ce1b4d15ef0f63933d498c94d426b1 宋文武 2024-08-31gnu: whois: Add libxcrypt dependency....* gnu/packages/networking.scm (whois)[inputs]: Add libxcrypt. Change-Id: Ic00fdcabd82d484a4331b11058aa96df2c32557d 宋文武 2024-08-31gnu: networking: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/networking.scm (blueman)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifd94df2e7fd13c6036119940dc24d1366a75376d Maxime Devos