mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libnode: Delete unused phase.
This is a follow-up to commit bb310a1976
.
* gnu/packages/node.scm (libnode)[arguments]: Delete phase
"patch-npm-shebang".
This commit is contained in:
parent
2c74e87079
commit
e8521f0b95
1 changed files with 4 additions and 1 deletions
|
@ -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)))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue