From cd41daed96d42915907f9c1706db2680fafaeebc Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 1 Jun 2026 00:24:07 +0100 Subject: Do not import (guix build-system python). We were importing (guix build-system python) only for pypi-uri. That has now moved to (guix build-system pyproject). --- arunisaac/meetfree.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'arunisaac') diff --git a/arunisaac/meetfree.scm b/arunisaac/meetfree.scm index c539b1a..510c2d0 100644 --- a/arunisaac/meetfree.scm +++ b/arunisaac/meetfree.scm @@ -28,7 +28,6 @@ #:use-module (gnu system file-systems) #:use-module ((gnu system shadow) #:select (account-service-type)) #:use-module (guix build-system pyproject) - #:use-module (guix build-system python) #:use-module (guix download) #:use-module (guix gexp) #:use-module (guix git-download) -- cgit 1.4.1