mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: infiniband-diags: Fix build.
* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Don't refer to nonexistent 'install-file' phase. Change-Id: Ie1a3174e56e096f1bd93b0a268e1efa977aebc90
This commit is contained in:
parent
d1c0417c8d
commit
e160833f66
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ (define-public infiniband-diags
|
|||
"/share/doc")))
|
||||
(mkdir-p doc)
|
||||
(install-file "COPYING" doc))))
|
||||
(add-after 'install-file 'move-perl
|
||||
(add-after 'install 'move-perl
|
||||
;; Avoid perl in lib closure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((perlout (string-append (assoc-ref outputs "out")
|
||||
|
|
Loading…
Reference in a new issue