atlauncher: use stdenvNoCC

This commit is contained in:
GetPsyched 2024-06-30 17:39:35 +04:00
parent 208ecffa37
commit 273c05d527
No known key found for this signature in database

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";