Commit Graph

27 Commits

Author SHA1 Message Date
Tomodachi94
d2b828fbeb atlauncher: pin to Gradle 8 2024-11-26 02:46:40 +00:00
GetPsyched
6ea17aeff0
atlauncher: 3.4.37.4 -> 3.4.38.0
Changelog: https://github.com/ATLauncher/ATLauncher/blob/v3.4.38.0/CHANGELOG.md
2024-11-16 00:07:27 +04:00
GetPsyched
ff988de25e
atlauncher: mark as broken on darwin 2024-11-15 23:37:26 +04:00
GetPsyched
81db8787ae
atlauncher: 3.4.37.3 -> 3.4.37.4
Changelog: https://github.com/ATLauncher/ATLauncher/blob/v3.4.37.4/CHANGELOG.md
2024-11-02 21:35:48 +04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
3a69df5acc atlauncher: 3.4.37.2 -> 3.4.37.3 2024-09-08 10:04:38 +00:00
GetPsyched
ead836a24e
atlauncher: 3.4.36.10 -> 3.4.37.2
Changelog: https://github.com/ATLauncher/ATLauncher/compare/v3.4.36.10...v3.4.37.2
2024-09-05 17:12:21 +05:30
GetPsyched
c6ede05a87
atlauncher: build from source 2024-08-12 09:37:26 +05:30
GetPsyched
2083cdd4b3
atlauncher: 3.4.36.9 -> 3.4.36.10
Changelog:

Fixes
- Issue with NeoForge searching on Modrinth not working correctly
2024-07-15 12:51:51 +04:00
GetPsyched
863c65e63d
atlauncher: add missing libraries 2024-07-09 19:25:48 +04:00
GetPsyched
c458862baf
atlauncher: format with nixfmt 2024-07-09 19:25:10 +04:00
GetPsyched
273c05d527
atlauncher: use stdenvNoCC 2024-06-30 17:39:35 +04:00
GetPsyched
f6039ec1a2
atlauncher: 3.4.36.6 -> 3.4.36.9 2024-06-17 10:19:08 +04:00
GetPsyched
10e3bd4ef1
atlauncher: 3.4.36.5 -> 3.4.36.6 2024-06-16 15:08:16 +04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
GetPsyched
29494034d0
atlauncher: 3.4.36.4 -> 3.4.36.5 2024-06-04 09:00:30 +04:00
GetPsyched
b7c5c2954b
atlauncher: update meta attributes
- Remove nested `with` in meta.
  See: https://nix.dev/guides/best-practices#with-scopes
- Add changelog
2024-06-04 08:57:57 +04:00
GetPsyched
74e18ebb62
atlauncher: add options and missing libs
Co-authored-by: eljamm <fedi.jamoussi@protonmail.ch>
2024-05-16 17:21:50 +05:30
GetPsyched
67f21b3795
atlauncher: fix build
Launching any instance would throw an error due to a missing library

Co-authored-by: eljamm <fedi.jamoussi@protonmail.ch>
2024-05-16 01:10:11 +05:30
Priyanshu Tripathi
42768e4590
atlauncher: 3.4.36.3 -> 3.4.36.4 (#311019) 2024-05-12 21:41:35 +00:00
GetPsyched
efc63496b6
atlauncher: 3.4.35.9 -> 3.4.36.3 2024-04-15 16:39:39 +05:30
Michael Cooper
6e9f95b085 atlauncher: 3.4.35.4 -> 3.4.35.9 2024-03-19 19:05:07 -07:00
GetPsyched
d432b38d31
atlauncher: cleanup 2024-02-02 19:19:16 +05:30
GetPsyched
6b3ba452ed
atlauncher: make desktop item attrs static
Overriding pname would change the desktop item attributes which is a regression
2024-02-02 19:18:49 +05:30
GetPsyched
eb97e9f924
atlauncher: make binary name static
Align this name with meta.mainProgram as that points to the main binary of a
package. Overriding the pname should not break this.
2024-01-04 00:07:06 +05:30
GetPsyched
984f5cb71d
atlauncher: add meta.sourceProvenance 2024-01-04 00:03:54 +05:30
GetPsyched
3a3ca849c8
atlauncher: move package into by-name 2023-12-16 21:52:30 +05:30