Commit 40eee3c7 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

vesktop: use `stdenv` instead of `gcc13Stdenv`

`gcc-13` as a default now. Let's switch to use it to ease migration to
future migration to `gcc-14`.
parent fc63f763
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{ lib
, stdenv
, stdenvNoCC
, gcc13Stdenv
, fetchFromGitHub
, substituteAll
, makeWrapper
@@ -123,7 +122,7 @@ stdenv.mkDerivation (finalAttrs: {
        libpulseaudio
        libnotify
        pipewire
        gcc13Stdenv.cc.cc.lib
        stdenv.cc.cc.lib
      ] ++ lib.optional withTTS speechd);
    in
    ''