From a21e759ac7a6b72a3d02814c2bfb26bc4f49204c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 7 Jul 2022 14:33:54 +0300 Subject: Rework guix.scm to use latest commit Rather than specifying a specific commit in the development guix.scm this commit has the system automatically get the latest commit and use that for building the package object. --- manifest.scm | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 manifest.scm (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm deleted file mode 100644 index d18be5b..0000000 --- a/manifest.scm +++ /dev/null @@ -1,12 +0,0 @@ -(specifications->manifest - (list "redis" - "python" - "python-mypy" - "python-redis" - "python-flask" - "python-magic" - "python-pylint" - "python-pytest" - "python-hypothesis" - "python-jsonpickle" - "python-mysqlclient")) -- cgit v1.2.3