forked from mirrors/nixpkgs
matrix-appservice-slack: fix build
This commit is contained in:
parent
40a04c1178
commit
61e0cd11c3
|
@ -20,6 +20,7 @@ nodePackages.package.override {
|
|||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
||||
postInstall = ''
|
||||
npm run build
|
||||
makeWrapper '${nodejs}/bin/node' "$out/bin/matrix-appservice-slack" \
|
||||
--add-flags "$out/lib/node_modules/matrix-appservice-slack/lib/app.js"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue