Skip to content
Snippets Groups Projects
Unverified Commit fd007beb authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: infiniband-diags: Remove custom bootstrap phase.

* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Remove
"autotools" phase.
parent 77624841
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Dave Love <fx@gnu.org> ;;; Copyright © 2017 Dave Love <fx@gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -120,9 +121,6 @@ (define-public infiniband-diags ...@@ -120,9 +121,6 @@ (define-public infiniband-diags
"--disable-static") "--disable-static")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'configure 'autotools
(lambda _
(zero? (system "./autogen.sh"))))
(add-after 'install 'licence (add-after 'install 'licence
(lambda _ (lambda _
(let ((doc (string-append (assoc-ref %outputs "lib") "/share/doc"))) (let ((doc (string-append (assoc-ref %outputs "lib") "/share/doc")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment