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