···3233 dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
34 });
00000000035}
···3233 dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
34 });
35+36+ bower2nix = nodePackages.bower2nix.override (oldAttrs: {
37+ buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
38+ postInstall = ''
39+ for prog in bower2nix fetch-bower; do
40+ wrapProgram "$out/bin/$prog" --prefix PATH : "${pkgs.git}/bin"
41+ done
42+ '';
43+ });
44}
+9
pkgs/development/node-packages/default-v6.nix
···3233 dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
34 });
00000000035}
···3233 dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
34 });
35+36+ bower2nix = nodePackages.bower2nix.override (oldAttrs: {
37+ buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
38+ postInstall = ''
39+ for prog in bower2nix fetch-bower; do
40+ wrapProgram "$out/bin/$prog" --prefix PATH : "${pkgs.git}/bin"
41+ done
42+ '';
43+ });
44}