Commit Graph

38 Commits

Author SHA1 Message Date
Moritz Sanft
67710fb2b3
athens: 0.13.1 -> 0.13.2 2024-04-02 14:50:47 +02:00
Pol Dellaiera
60a6ba968d
attic-client: remove env attribute
Related to https://github.com/NixOS/nixpkgs/pull/292043
2024-03-26 20:45:10 +01:00
Pol Dellaiera
e31edbb1dd
Merge pull request #274481 from aciceri/attic
attic-client: init at unstable-2024-02-08
2024-03-26 20:21:34 +01:00
Pol Dellaiera
3015f9e91b
Merge pull request #296515 from mythmon/atlauncher-3.4.35.9
atlauncher: 3.4.35.4 -> 3.4.35.9
2024-03-25 11:16:48 +01:00
R. Ryantm
cd7810121f atari800: 5.1.0 -> 5.2.0 2024-03-24 23:00:49 +00:00
Michael Cooper
6e9f95b085 atlauncher: 3.4.35.4 -> 3.4.35.9 2024-03-19 19:05:07 -07:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Cody P Schafer
769eb09232
atuin: fix build on x86_64-darwin by updating to apple_sdk_11_0
Otherwise, fails to build with:

```
       >   = note: Undefined symbols for architecture x86_64:
       >             "_kCFURLVolumeAvailableCapacityForImportantUsageKey", referenced from:
       >                 sysinfo::unix:🍎:disk::get_list::h5f0b9b2218314fb0 in libsysinfo-48f55e52227ea9a5.rlib(sysinfo-48f55e52227ea9a5.sysinfo.81d4345a26454b80-cgu.10.rcgu.o)
       >           ld: symbol(s) not found for architecture x86_64
       >           clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
       >
       >
       > error: could not compile `atuin` (bin "atuin") due to 1 previous error
```

See #234678 for a similar fix on another package.
2024-03-14 23:21:49 -04:00
Andrea Ciceri
495613d555
attic: init at unstable-2024-2-8 2024-03-13 22:26:15 +01:00
R. Ryantm
7dfe004fa4
atuin: 18.0.2 -> 18.1.0 2024-03-12 16:17:56 +01:00
Sam
238b975dab
atuin: 18.0.1 -> 18.0.2 2024-02-26 10:38:41 -08:00
Dominique Martinet
c74bfa05e2 atuin: backport fix for bash-preexec 2024-02-24 11:58:18 +09:00
Dominique Martinet
5ede2692b7 atuin: disable check-updates feature 2024-02-23 07:35:22 +09:00
0x4A6F
d471567b5c
atuin: 18.0.0 -> 18.0.1 2024-02-13 13:42:43 +01:00
0x4A6F
371e1506ed
atuin: apply atuinsh/atuin#1694 2024-02-10 18:26:05 +01:00
0x4A6F
3b5e4b9d76
atuin: 17.2.1 -> 18.0.0 2024-02-10 16:32:20 +01:00
Peder Bergebakken Sundt
053489f6e4
Merge pull request #277586 from atorres1985-contrib/atari-emulators
Atari emulators updates and cleanups
2024-02-05 16:39:16 +01:00
Pol Dellaiera
016bdf3d1a
Merge pull request #283227 from GetPsyched/atlauncher
atlauncher: refactor
2024-02-04 22:07:41 +01: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
github-actions[bot]
5fe540596f
Merge staging-next into staging 2024-01-17 18:01:27 +00:00
Sandro
6f8d6d3596
Merge pull request #274756 from GetPsyched/atlauncher 2024-01-17 15:30:02 +01:00
Jörg Thalheim
a292058564
Merge pull request #276685 from katexochen/buildGoModule/buildid
buildGoModule: always set `-buildid=` as ldflag
2024-01-14 14:13:16 +01:00
Paul Meyer
c0659bef33 athens: 0.13.0 -> 0.13.1 2024-01-04 13:40:28 +01:00
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
Anderson Torres
8c4161f86d atari800: 5.0.0 -> 5.1.0 2023-12-29 15:19:48 -03:00
Anderson Torres
704823fe3c atari800: cleanup 2023-12-29 15:19:48 -03:00
Anderson Torres
006a2b5e92 atari800: migrate to by-name 2023-12-29 15:19:48 -03:00
Anderson Torres
e5338a2b7d ataripp: cleanup 2023-12-29 15:19:48 -03:00
Anderson Torres
6f4daaafe5 ataripp: migrate to by-name 2023-12-29 15:19:48 -03:00
Paul Meyer
77d6ba8a4c treewide: remove explicit -buildid=
from buildGoModules invocations

This is now always set by buildGoModule.
2023-12-28 09:59:34 +01:00
Paul Meyer
928a5d009f athens: remove timpath flag, don't use pname as repo
trimpath is already set by buildGoModule.
pname should not be used as src.repo, so pname can be overriden.
2023-12-24 09:48:02 +01:00
Paul Meyer
7ad281a1c3 athens: add version test 2023-12-24 09:45:34 +01:00
Paul Meyer
e9bd0e68af athens: drop buildGo121Module 2023-12-24 09:29:56 +01:00
GetPsyched
3a3ca849c8
atlauncher: move package into by-name 2023-12-16 21:52:30 +05:30
Paul Meyer
19c4cb1dd7 athens: 0.12.1 -> 0.13.0 2023-12-12 09:38:28 +01:00
Malte Poll
58cf8505ce athens: init at 0.12.1
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-11-07 14:43:07 +01:00