Unverified Commit 9e26436f authored by Arnout Engelen's avatar Arnout Engelen
Browse files

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.
parent c06b4ae3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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