mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "nodejs: re-introduce nodejs.src"
This reverts commit 9e26436f7e.
This commit is contained in:
parent
9ff1583136
commit
2318abaa0b
1 changed files with 1 additions and 4 deletions
|
|
@ -5,10 +5,7 @@
|
|||
}:
|
||||
(symlinkJoin {
|
||||
pname = "nodejs";
|
||||
inherit (nodejs-slim) version meta;
|
||||
passthru = nodejs-slim.passthru // {
|
||||
inherit (nodejs-slim) src;
|
||||
};
|
||||
inherit (nodejs-slim) version passthru meta;
|
||||
paths = [
|
||||
nodejs-slim
|
||||
nodejs-slim.npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue