[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64203] [PATCH] guix: node-build-system: Delete from peerDependencie
From: |
Jelle Licht |
Subject: |
[bug#64203] [PATCH] guix: node-build-system: Delete from peerDependencies too. |
Date: |
Thu, 22 Jun 2023 11:29:46 +0200 |
Lars-Dominik Braun <lars@6xq.net> writes:
> * guix/build/node-build-system.scm (delete-dependencies): Remove supplied
> dependencies from peerDependencies field too.
> ---
>
> Hi,
>
> this is required to build a new RStudio. I’m also validating it does
> not break anything here: https://ci.guix.gnu.org/jobset/node-peerdeps
LGTM. You can consider adding a note to the commit message that thix
needed due to a change in how more recent npm versions deal with
peerDependencies.
Cheers,
- Jelle