mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: libnode: Delete extra phase.
This is a follow-up to commit 5dc2a88f99
.
* gnu/packages/node.scm (libnode)[arguments]: Remove phase
'ignore-number-of-hardlinks.
This commit is contained in:
parent
8d2a016f1b
commit
e767fe2ddc
1 changed files with 2 additions and 1 deletions
|
@ -941,4 +941,5 @@ (define-public libnode
|
|||
((#:phases phases '%standard-phases)
|
||||
`(modify-phases ,phases
|
||||
(delete 'install-npmrc)
|
||||
(delete 'patch-nested-shebangs)))))))
|
||||
(delete 'patch-nested-shebangs)
|
||||
(delete 'ignore-number-of-hardlinks)))))))
|
||||
|
|
Loading…
Reference in a new issue