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:
宋文武 2024-06-19 14:49:14 +08:00 committed by Ludovic Courtès
parent d1c0417c8d
commit e160833f66
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")