gnu: libnode: Delete unused phase.
This is a follow-up to commit bb310a1976
.
* gnu/packages/node.scm (libnode)[arguments]: Delete phase
"patch-npm-shebang".
master
parent
2c74e87079
commit
e8521f0b95
|
@ -206,4 +206,7 @@ devices.")
|
|||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments node)
|
||||
((#:configure-flags flags ''())
|
||||
`(cons* "--shared" "--without-npm" ,flags))))))
|
||||
`(cons* "--shared" "--without-npm" ,flags))
|
||||
((#:phases phases '%standard-phases)
|
||||
`(modify-phases ,phases
|
||||
(delete 'patch-npm-shebang)))))))
|
||||
|
|
Reference in New Issue