about summary refs log tree commit diff
path: root/pkgs/by-name/ar
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12arc-browser: 1.44.3-50502 -> 1.46.0-50665DontEatOreo1-2/+2
Changelog: https://resources.arc.net/hc/en-us/articles/20498293324823-Arc-for-macOS-2024-Release-Notes#june062024
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt4-4/+4
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-09artalk: 2.8.6 -> 2.8.7R. Ryantm1-3/+3
2024-06-02arc-browser: 1.44.2-50412 -> 1.44.3-50502DontEatOreo1-2/+2
2024-05-25arc-browser: 1.43.1-50198 -> 1.44.2-50412DontEatOreo1-2/+2
Changelog: https://arc.net/e/C56904FA-1C75-4D77-9A87-E7F1A52529CD
2024-05-22ark-pixel-font: unbreak by suppressing debug logs, and remove extraneous buildsLeah Amelia Chen2-1/+43
For some reason build.py builds a lot of stuff that is completely unrelated to the fonts themselves. Let's remove that! Also the script is generating so much debug output that Hydra refuses to evaluate the package — my fix is to pipe the output through grep to filter out any log message below INFO, but I wish the script has a built-in way to set the log level so that I don't have to do this hack
2024-05-21arc-browser: 1.43.0-50018 -> 1.43.1-50198DontEatOreo1-2/+2
2024-05-19Merge pull request #308423 from Moraxyc/add-artalkSandro1-0/+50
artalk: init at 2.8.6
2024-05-16arc-browser: 1.42.1-49918 -> 1.43.0-50018DontEatOreo1-2/+2
Changelog: https://arc.net/e/0C67BBFE-C7EC-43C9-A8B8-216BF4241CE1
2024-05-15Merge pull request #311774 from DontEatOreo/update-arc-browserNick Cao1-2/+2
arc-browser: 1.42.0-49714 -> 1.42.1-49918
2024-05-15arc-browser: 1.42.0-49714 -> 1.42.1-49918DontEatOreo1-2/+2
2024-05-14Merge pull request #279260 from SuperSamus/multiPkgs-false-removeAtemu1-1/+1
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-1/+1
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-12ark-pixel-font: 2024.04.05 -> 2024.05.12éclairevoyant1-4/+4
2024-05-11arduino-ide: Fix .desktop filecaeklol1-0/+1
2024-05-10Merge pull request #310456 from DontEatOreo/update-arc-browserNick Cao1-2/+2
arc-browser: 1.41.0-49440 -> 1.42.0-49714
2024-05-10Merge pull request #292150 from jopejoe1/aribb24Peder Bergebakken Sundt1-0/+52
arrib24: init at 1.0.4
2024-05-10arc-browser: 1.41.0-49440 -> 1.42.0-49714DontEatOreo1-2/+2
Changelog: https://resources.arc.net/hc/en-us/articles/20498293324823-Arc-for-macOS-2024-Release-Notes#may92024
2024-05-09artalk: init at 2.8.6Moraxyc1-0/+50
2024-05-04Merge pull request #305729 from ShamrockLee/argc-crossSandro1-0/+66
argc: support cross-compilation
2024-05-04argc: add passthru.tests.crossYueh-Shun Li1-0/+15
2024-05-04argc: support cross-compilationYueh-Shun Li1-4/+13
Use native argc to generate shell completion files when "$out/bin/argc" cannot be executed on the build platform.
2024-05-04argc: small refactoringsYueh-Shun Li1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-05-02arc-browser: 1.40.0-49176 -> 1.41.0-49440DontEatOreo1-2/+2
Changelog: https://arc.net/e/7E140108-9513-4209-97CE-F64F89F236F5
2024-05-02Merge pull request #308269 from liquidovski/patch-10Weijia Wang1-5/+5
arrpc: 3.3.0 -> 3.4.0
2024-05-01aribb24: init at 1.0.4jopejoe11-0/+52
2024-05-01arrpc: changed version number to 3.4.0ardishco1-1/+1
2024-05-01arrpc: 3.3.0 -> 3.4.0Liquidovski1-4/+4
2024-04-29arrow-cpp: 15.0.0 -> 16.0.0Tobias Mayer1-8/+8
2024-04-27Merge pull request #306817 from DontEatOreo/update-arc-browsertomberek1-2/+2
arc-browser: 1.38.0-48670 -> 1.40.0-49176
2024-04-25arc-browser: 1.38.0-48670 -> 1.40.0-49176DontEatOreo1-2/+2
Changelog: https://arc.net/e/C9CC29D6-3462-410D-B7AE-5F2A1850F458
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-2/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-21argc: move to pkgs/by-nameYueh-Shun Li1-0/+42
2024-04-18Merge pull request #304337 from DontEatOreo/pkgs-arc-browserSandro1-0/+54
2024-04-15arc-browser: init at 1.38.0-48670DontEatOreo1-0/+54
2024-04-15aranym: init at 1.1.0Anderson Torres1-0/+58
homepage: https://aranym.github.io description: "Atari Running on Any Machine"
2024-04-08ark-pixel-font: 2023.11.26 -> 2024.04.05Moritz Sanft1-6/+5
2024-03-22Merge pull request #296826 from NotAShelf/bump-arrpcPeder Bergebakken Sundt1-3/+3
arrpc: 3.3.0 -> 3.3.1
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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-18arrpc: 3.3.0 -> 3.3.1NotAShelf1-3/+3
2024-03-14arxiv-latex-cleaner: 1.0.4 -> 1.0.5R. Ryantm1-2/+2
2024-03-07Merge pull request #287154 from r-ryantm/auto-update/arduino-ideWeijia Wang1-2/+2
arduino-ide: 2.2.1 -> 2.3.2
2024-02-25arcticons-sans: init at 0.580Jose Cardoso1-0/+29
2024-02-22arduino-ide: 2.2.1 -> 2.3.2R. Ryantm1-2/+2
2024-02-19Merge pull request #288421 from r-ryantm/auto-update/arxiv-latex-cleanerOTABI Tomoya1-2/+2
arxiv-latex-cleaner: 1.0.3 -> 1.0.4
2024-02-14Merge pull request #288076 from tobim/pkgs/arrow-cpp-cleanupsMario Rodas1-0/+294
arrow-cpp: various improvements Fixes #284878
2024-02-13Merge pull request #286659 from NotAShelf/bump-arrpcSandro1-22/+12
2024-02-13arxiv-latex-cleaner: 1.0.3 -> 1.0.4R. Ryantm1-2/+2
2024-02-12ardopc: init at unstable-2021-08-28Oliver Koss1-0/+51
2024-02-11arrow-cpp: move to by-nameTobias Mayer1-0/+294