Skip to content

Commit

Permalink
nodePackages.tedicross: add missing native build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight authored and Yt committed Sep 28, 2022
1 parent 59911b6 commit 7030b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ final: prev: {
};

tedicross = prev."tedicross-git+https://github.com/TediCross/TediCross.git#v0.8.7".override {
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
nativeBuildInputs = with pkgs; [ makeWrapper libtool autoconf ];
postInstall = ''
makeWrapper '${nodejs}/bin/node' "$out/bin/tedicross" \
--add-flags "$out/lib/node_modules/tedicross/main.js"
Expand Down

0 comments on commit 7030b3d

Please sign in to comment.