guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guix-minimal: Remove as failing and unused.


From: guix-commits
Subject: branch master updated: gnu: guix-minimal: Remove as failing and unused.
Date: Thu, 02 Jul 2020 03:55:11 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 044cffd  gnu: guix-minimal: Remove as failing and unused.
044cffd is described below

commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jul 2 09:54:22 2020 +0200

    gnu: guix-minimal: Remove as failing and unused.
    
    * gnu/packages/package-management.scm (guix-minimal): Remove it.
---
 gnu/packages/package-management.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index cee0231..ac2842c 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -478,22 +478,6 @@ the Nix package manager.")
 (define-public guile3.0-guix
   (deprecated-package "guile3.0-guix" guix))
 
-(define-public guix-minimal
-  ;; A version of Guix which is built with the minimal set of dependencies, as
-  ;; outlined in the README "Requirements" section.  Intended as a CI job, so
-  ;; marked as hidden.
-  (hidden-package
-   (package
-     (inherit guix)
-     (name "guix-minimal")
-     (inputs
-      `(("guile" ,guile-2.2)
-        ,@(alist-delete "guile" (package-inputs guix))))
-     (propagated-inputs
-      (fold alist-delete
-            (package-propagated-inputs guix)
-            '("guile-ssh"))))))
-
 (define (source-file? file stat)
   "Return true if FILE is likely a source file, false if it is a typical
 generated file."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]