about summary refs log tree commit diff
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-01-30 18:26:58 +0900
committermidchildan <git@midchildan.org>2022-03-12 15:10:35 +0900
commit3330602a5912748cb3ce139e92ad1cd97b397f56 (patch)
tree81356dff2ebd85aebab8b3d64b84b958350970cb
parent227e4f4d0ac77a5a033f0dae7c72bbda9e7b9d4c (diff)
downloadnixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.tar
nixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.tar.gz
nixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.tar.bz2
nixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.tar.lz
nixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.tar.xz
nixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.tar.zst
nixlib-3330602a5912748cb3ce139e92ad1cd97b397f56.zip
node2nix: backport package alias port
-rw-r--r--pkgs/development/node-packages/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/node-packages/default.nix b/pkgs/development/node-packages/default.nix
index b89d04b18ede..93fbe39d2ead 100644
--- a/pkgs/development/node-packages/default.nix
+++ b/pkgs/development/node-packages/default.nix
@@ -278,6 +278,14 @@ let
             url = "https://github.com/svanderburg/node2nix/commit/e4c951971df6c9f9584c7252971c13b55c369916.patch";
             sha256 = "0w8fcyr12g2340rn06isv40jkmz2khmak81c95zpkjgipzx7hp7w";
           })
+          # handle package alias in dependencies
+          # https://github.com/svanderburg/node2nix/pull/240
+          #
+          # TODO: remove after node2nix 1.10.0
+          (fetchpatch {
+            url = "https://github.com/svanderburg/node2nix/commit/644e90c0304038a446ed53efc97e9eb1e2831e71.patch";
+            sha256 = "sha256-sQgVf80H1ouUjzHq+2d9RO4a+o++kh+l+FOTNXfPBH0=";
+          })
         ];
       };
       postInstall = ''