guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: es: Use URL-FETCH/TARBOMB.


From: guix-commits
Subject: 04/16: gnu: es: Use URL-FETCH/TARBOMB.
Date: Wed, 27 Jul 2022 06:30:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 171964da5bd3e85babad90ad81fb429944347dfd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:00 2022 +0200

    gnu: es: Use URL-FETCH/TARBOMB.
    
    * gnu/packages/shells.scm (es)[source]: Use URL-FETCH/TARBOMB to let us…
    [arguments]: …delete the ad-hoc 're-enter-rootdir phase.
---
 gnu/packages/shells.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 21035498a6..a8a42f0544 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -363,7 +363,7 @@ has a small feature set similar to a traditional Bourne 
shell.")
     (version "0.9.2")
     (source
      (origin
-       (method url-fetch)
+       (method url-fetch/tarbomb)
        (uri (string-append "https://github.com/wryun/es-shell/releases/";
                            "download/v" version "/es-" version ".tar.gz"))
        (sha256
@@ -371,13 +371,7 @@ has a small feature set similar to a traditional Bourne 
shell.")
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:test-target "test"
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'configure 're-enter-rootdir
-           ;; The tarball has no folder.
-           (lambda _
-             (chdir ".."))))))
+     (list #:test-target "test"))
     (inputs
      (list readline))
     (native-inputs



reply via email to

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