mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #323591 from GetPsyched/atlauncher-version-bump
atlauncher: use stdenvNoCC
This commit is contained in:
commit
f305a8966c
@ -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