1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Commit graph

61 commits

Author SHA1 Message Date
Shawn8901 fbd1670615 attic-server: fix faulty meta attrs override for mainProgram
(cherry picked from commit d2db2042bc)
2024-06-11 14:00:23 +00:00
R. Ryantm d134cfc1e3 athens: 0.14.0 -> 0.14.1
(cherry picked from commit 74ca8895bc)
2024-06-10 05:27:22 +00: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
github-actions[bot] 8d97a60dd1
Merge master into staging-next 2024-05-08 18:01:26 +00:00
Vinny Meller b000cf4ce0
atac: fix build on darwin 2024-05-07 20:37:40 -04:00
github-actions[bot] 4781c03d7f
Merge master into staging-next 2024-05-06 18:01:20 +00:00
R. Ryantm 96cc53351a atac: 0.14.0 -> 0.15.1 2024-05-06 00:02:23 +00:00
github-actions[bot] 4e3bc63c95
Merge staging-next into staging 2024-05-02 12:02:05 +00:00
R. Ryantm 4801bbcb86 athens: 0.13.3 -> 0.14.0 2024-05-02 07:13:06 +00:00
github-actions[bot] e41f310c75
Merge staging-next into staging 2024-04-29 12:01:43 +00:00
R. Ryantm 0b7b87de72 atac: 0.13.0 -> 0.14.0 2024-04-28 21:54:56 +00:00
Randy Eckenrode 0b0685ab4b
atf: init at 0.21-unstable-2021-09-01 2024-04-26 08:13:07 -04:00
R. Ryantm e434272bd5 atac: 0.12.0 -> 0.13.0 2024-04-23 16:37:39 +00:00
Alex Mason 8fd173c977
atac: add SystemConfiguration framework as a dependency on Darwin 2024-04-23 11:09:15 +10:00
R. Ryantm 5430291c39 atac: 0.11.3 -> 0.12.0 2024-04-17 12:21:58 +00:00
Matthias Beyer ae503000c7
Merge pull request #304574 from vinnymeller/init-atac
atac: init at 0.11.3
2024-04-17 08:55:16 +02:00
Sandro 2b6ee326ad
Merge pull request #304292 from msanft/atuin/18.2.0
atuin: 18.1.0 -> 18.2.0
2024-04-16 18:23:04 +02:00
Vinny Meller 2620385789
atac: init at 0.11.3 2024-04-16 11:35:42 -04:00
Moritz Sanft e17fe7b7ea
atuin: 18.1.0 -> 18.2.0 2024-04-16 09:17:22 +02:00
GetPsyched efc63496b6
atlauncher: 3.4.35.9 -> 3.4.36.3 2024-04-15 16:39:39 +05:30
R. Ryantm 5c9e92f60d athens: 0.13.2 -> 0.13.3 2024-04-15 00:21:06 +00:00
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