guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: inspekt3d: Simplify snippet.


From: guix-commits
Subject: 02/03: gnu: inspekt3d: Simplify snippet.
Date: Mon, 24 Apr 2023 03:55:07 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 2d4888b7912941dda45e3ec2f124ffea88262c58
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 24 09:52:29 2023 +0200

    gnu: inspekt3d: Simplify snippet.
    
    * gnu/packages/engineering.scm (inspekt3d)[source]: Simplify snippet.
---
 gnu/packages/engineering.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 8b68330ac6..7f073970cb 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -969,12 +969,10 @@ language.")
                  (base32
                   "0lan6930g5a9z4ack9jj0zdd0mb2s6q2xzpiwcjdc3pvl9b1nbw4"))
                 (modules '((guix build utils)))
+                ;; Allow builds with Guile 3.0.
                 (snippet
-                 '(begin
-                    ;; Allow builds with Guile 3.0.
-                    (substitute* "configure.ac"
-                      (("2\\.2") "3.0 2.2"))
-                    #t))))
+                 '(substitute* "configure.ac"
+                    (("2\\.2") "3.0 2.2")))))
       (build-system gnu-build-system)
       (arguments
        `(#:phases



reply via email to

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