mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nodejs: re-introduce nodejs.src
This was always equivalent to `nodejs-slim.src`. This is a follow-up on https://github.com/NixOS/nixpkgs/pull/481461 which has links from a number of downstream projects that hit this.
This commit is contained in:
parent
c06b4ae3d6
commit
9e26436f7e
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
|||
}:
|
||||
symlinkJoin {
|
||||
pname = "nodejs";
|
||||
inherit (nodejs-slim) version passthru meta;
|
||||
inherit (nodejs-slim) version meta;
|
||||
passthru = nodejs-slim.passthru // {
|
||||
inherit (nodejs-slim) src;
|
||||
};
|
||||
paths = [
|
||||
nodejs-slim
|
||||
nodejs-slim.npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue