about summary refs log tree commit diff
path: root/arunisaac/meetfree.scm
diff options
context:
space:
mode:
authorArun Isaac2026-06-01 00:24:07 +0100
committerArun Isaac2026-06-01 03:58:43 +0100
commitcd41daed96d42915907f9c1706db2680fafaeebc (patch)
tree7b6b55b5e3da468b9d7b87eb114c1291323c6b3c /arunisaac/meetfree.scm
parent8f4fe532809b14d9f36826a15e388f2f5ce18885 (diff)
downloadguix-arunisaac-cd41daed96d42915907f9c1706db2680fafaeebc.tar.gz
guix-arunisaac-cd41daed96d42915907f9c1706db2680fafaeebc.tar.lz
guix-arunisaac-cd41daed96d42915907f9c1706db2680fafaeebc.zip
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).
Diffstat (limited to 'arunisaac/meetfree.scm')
-rw-r--r--arunisaac/meetfree.scm1
1 files changed, 0 insertions, 1 deletions
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)