Remove redundant webtorrent-cli fix
This commit is contained in:
parent
9eb6a1ca70
commit
bd6f476d87
|
@ -5,11 +5,6 @@ with pkgs;
|
|||
let
|
||||
emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
|
||||
(epkgs: with epkgs; [ vterm pdf-tools ]));
|
||||
patched-webtorrent-cli = nodePackages.webtorrent-cli.override {
|
||||
preRebuild = ''
|
||||
sed -i -e "s|#!/usr/bin/env node|#! ${pkgs.nodejs}/bin/node|" node_modules/node-gyp-build/bin.js
|
||||
'';
|
||||
};
|
||||
isync-oauth2 = isync.overrideAttrs
|
||||
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
||||
mpv-sponsorblock =
|
||||
|
@ -78,7 +73,7 @@ in {
|
|||
# Media
|
||||
gimp
|
||||
mpv-sponsorblock
|
||||
patched-webtorrent-cli
|
||||
nodePackages.webtorrent-cli
|
||||
deluge
|
||||
yt-dlp-light
|
||||
calibre
|
||||
|
|
Loading…
Reference in New Issue