Loading pkgs/by-name/ve/vesktop/package.nix +0 −14 Original line number Diff line number Diff line Loading @@ -8,15 +8,11 @@ , copyDesktopItems , vencord , electron , pipewire , libpulseaudio , libicns , libnotify , jq , moreutils , cacert , nodePackages , speechd , withTTS ? true # Enables the use of vencord from nixpkgs instead of # letting vesktop manage it's own version Loading Loading @@ -116,15 +112,6 @@ stdenv.mkDerivation (finalAttrs: { # this is consistent with other nixpkgs electron packages and upstream, as far as I am aware installPhase = let # this is mainly required for venmic libPath = lib.makeLibraryPath ([ libpulseaudio libnotify pipewire stdenv.cc.cc.lib ] ++ lib.optional withTTS speechd); in '' runHook preInstall Loading @@ -139,7 +126,6 @@ stdenv.mkDerivation (finalAttrs: { done makeWrapper ${electron}/bin/electron $out/bin/vesktop \ --prefix LD_LIBRARY_PATH : ${libPath} \ --add-flags $out/opt/Vesktop/resources/app.asar \ ${lib.optionalString withTTS "--add-flags \"--enable-speech-dispatcher\""} \ --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" Loading pkgs/development/tools/electron/common.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ , pipewire , libsecret , libpulseaudio , speechd , info }: Loading Loading @@ -200,6 +201,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: { stdenv.cc.cc.lib libsecret libpulseaudio speechd ]; in base.postFixup + '' Loading Loading
pkgs/by-name/ve/vesktop/package.nix +0 −14 Original line number Diff line number Diff line Loading @@ -8,15 +8,11 @@ , copyDesktopItems , vencord , electron , pipewire , libpulseaudio , libicns , libnotify , jq , moreutils , cacert , nodePackages , speechd , withTTS ? true # Enables the use of vencord from nixpkgs instead of # letting vesktop manage it's own version Loading Loading @@ -116,15 +112,6 @@ stdenv.mkDerivation (finalAttrs: { # this is consistent with other nixpkgs electron packages and upstream, as far as I am aware installPhase = let # this is mainly required for venmic libPath = lib.makeLibraryPath ([ libpulseaudio libnotify pipewire stdenv.cc.cc.lib ] ++ lib.optional withTTS speechd); in '' runHook preInstall Loading @@ -139,7 +126,6 @@ stdenv.mkDerivation (finalAttrs: { done makeWrapper ${electron}/bin/electron $out/bin/vesktop \ --prefix LD_LIBRARY_PATH : ${libPath} \ --add-flags $out/opt/Vesktop/resources/app.asar \ ${lib.optionalString withTTS "--add-flags \"--enable-speech-dispatcher\""} \ --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" Loading
pkgs/development/tools/electron/common.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ , pipewire , libsecret , libpulseaudio , speechd , info }: Loading Loading @@ -200,6 +201,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: { stdenv.cc.cc.lib libsecret libpulseaudio speechd ]; in base.postFixup + '' Loading