gnu: libtirpc: Use 'modify-phases'.
* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
13bef904d7
commit
1da82dbb99
|
@ -37,13 +37,13 @@
|
||||||
"18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5hs5"))))
|
"18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5hs5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
`(#:phases
|
||||||
'unpack 'remote-dangling-symlink
|
(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-after 'unpack 'remote-dangling-symlink
|
||||||
;; Remote the dangling symlinks since it breaks the
|
(lambda _
|
||||||
;; 'patch-source-shebangs' file tree traversal.
|
;; Remove the dangling symlinks since it breaks the
|
||||||
(delete-file "INSTALL"))
|
;; 'patch-source-shebangs' file tree traversal.
|
||||||
%standard-phases)))
|
(delete-file "INSTALL"))))))
|
||||||
(inputs `(("mit-krb5" ,mit-krb5)))
|
(inputs `(("mit-krb5" ,mit-krb5)))
|
||||||
(home-page "http://sourceforge.net/projects/libtirpc/")
|
(home-page "http://sourceforge.net/projects/libtirpc/")
|
||||||
(synopsis "Transport-independent Sun/ONC RPC implementation")
|
(synopsis "Transport-independent Sun/ONC RPC implementation")
|
||||||
|
|
Loading…
Reference in New Issue