diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 15:20:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 15:20:53 +0100 |
commit | fd007bebdd11577b438f67f6a2b4d6bbd3d05fb4 (patch) | |
tree | 2264e06115c661adbd54a1124e1519de9d3bb604 | |
parent | 776248419fe521afe9c6dd4b2fac6fc4b8b18e9b (diff) | |
download | patches-fd007bebdd11577b438f67f6a2b4d6bbd3d05fb4.tar patches-fd007bebdd11577b438f67f6a2b4d6bbd3d05fb4.tar.gz |
gnu: infiniband-diags: Remove custom bootstrap phase.
* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Remove
"autotools" phase.
-rw-r--r-- | gnu/packages/fabric-management.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/fabric-management.scm b/gnu/packages/fabric-management.scm index ff6ad898b1..5422170dfe 100644 --- a/gnu/packages/fabric-management.scm +++ b/gnu/packages/fabric-management.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Dave Love <fx@gnu.org> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -120,9 +121,6 @@ running the opensm daemon.") "--disable-static") #:phases (modify-phases %standard-phases - (add-before 'configure 'autotools - (lambda _ - (zero? (system "./autogen.sh")))) (add-after 'install 'licence (lambda _ (let ((doc (string-append (assoc-ref %outputs "lib") "/share/doc"))) |