Merge pull request #323591 from GetPsyched/atlauncher-version-bump

atlauncher: use stdenvNoCC
This commit is contained in:
Aleksana 2024-07-01 01:27:15 +08:00 committed by GitHub
commit f305a8966c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,10 @@
, lib
, makeDesktopItem
, makeWrapper
, stdenv
, stdenvNoCC
, gamemodeSupport ? stdenv.isLinux
, textToSpeechSupport ? stdenv.isLinux
, gamemodeSupport ? stdenvNoCC.isLinux
, textToSpeechSupport ? stdenvNoCC.isLinux
, additionalLibs ? [ ]
, # dependencies
@ -19,7 +19,7 @@
, xorg
}:
stdenv.mkDerivation (finalAttrs: {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.36.9";