about summary refs log tree commit diff
path: root/pkgs/applications/video/webtorrent_desktop
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-04-11 15:59:32 +0200
committerAtemu <atemu.main@gmail.com>2023-04-16 10:15:15 +0200
commit24a513a87c39bd117b37aa3898b264a8059e11a9 (patch)
tree99715b1c74e111bcfa89b4c68fd7c60492965e10 /pkgs/applications/video/webtorrent_desktop
parent2a641efe76ab00865991f942b4477e47e5a7bb5a (diff)
tree-wide: do not depend on buildFHSEnvBubblewrap
It's the default now.
Diffstat (limited to 'pkgs/applications/video/webtorrent_desktop')
-rw-r--r--pkgs/applications/video/webtorrent_desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/webtorrent_desktop/default.nix b/pkgs/applications/video/webtorrent_desktop/default.nix
index 591089af41559..47d22267c6de3 100644
--- a/pkgs/applications/video/webtorrent_desktop/default.nix
+++ b/pkgs/applications/video/webtorrent_desktop/default.nix
@@ -2,7 +2,7 @@
 ##  - export ELECTRON_SKIP_BINARY_DOWNLOAD=1
 ##  - jq "del(.scripts.preinstall)" node_modules/shellcheck/package.json | sponge node_modules/shellcheck/package.json
 {
-  lib, stdenv, buildFHSEnvBubblewrap, runCommand, writeScript, fetchurl, fetchzip
+  lib, stdenv, buildFHSEnv, runCommand, writeScript, fetchurl, fetchzip
 }:
 let
   pname = "webtorrent-desktop";
@@ -20,7 +20,7 @@ runCommand "${pname}-${version}" rec {
     else
       throw "Webtorrent is not currently supported on ${stdenv.hostPlatform.system}";
 
-  fhs = buildFHSEnvBubblewrap rec {
+  fhs = buildFHSEnv rec {
     name = "fhsEnterWebTorrent";
     runScript = "${src}/WebTorrent";
     ## use the trampoline, if you need to shell into the fhsenv