atlauncher: use stdenvNoCC
This commit is contained in:
parent
208ecffa37
commit
273c05d527
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user