From 2937d4ba417e20b84bde80e7189a683412b348d5 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Wed, 8 Apr 2026 11:52:56 -0700 Subject: [PATCH] guix: Restore download and build-system-cmake modules The time-machine commit in 31.x still requires these modules for the build to work. --- contrib/guix/manifest.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 927aa30f077..e593d8d750c 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -22,9 +22,11 @@ ((gnu packages python-xyz) #:select (python-pydantic-2)) ((gnu packages tls) #:select (openssl)) ((gnu packages version-control) #:select (git-minimal)) + (guix build-system cmake) (guix build-system python) (guix build-system pyproject) (guix build-system trivial) + (guix download) (guix gexp) (guix git-download) ((guix licenses) #:prefix license:)