Remove redundant webtorrent-cli fix
This commit is contained in:
parent
9eb6a1ca70
commit
bd6f476d87
|
@ -5,11 +5,6 @@ with pkgs;
|
||||||
let
|
let
|
||||||
emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
|
emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
|
||||||
(epkgs: with epkgs; [ vterm pdf-tools ]));
|
(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
|
isync-oauth2 = isync.overrideAttrs
|
||||||
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
||||||
mpv-sponsorblock =
|
mpv-sponsorblock =
|
||||||
|
@ -78,7 +73,7 @@ in {
|
||||||
# Media
|
# Media
|
||||||
gimp
|
gimp
|
||||||
mpv-sponsorblock
|
mpv-sponsorblock
|
||||||
patched-webtorrent-cli
|
nodePackages.webtorrent-cli
|
||||||
deluge
|
deluge
|
||||||
yt-dlp-light
|
yt-dlp-light
|
||||||
calibre
|
calibre
|
||||||
|
|
Loading…
Reference in New Issue