Commit Graph

12056 Commits

Author SHA1 Message Date
Bernardo Meurer
282788713f
tlp: 1.4.0 -> 1.5.0 2022-01-23 18:34:38 -08:00
Eirik Nygaard
d53ef8b822
nixos/locate Add support for plocate (#156185) 2022-01-24 00:36:51 +01:00
Sandro
7dffbd15cb
Merge pull request #156256 from SuperSandro2000/plocate 2022-01-23 21:37:18 +01:00
Mario Rodas
be05137188
Merge pull request #156007 from r-ryantm/auto-update/broadlink-cli
broadlink-cli: 0.17.0 -> 0.18.0
2022-01-23 10:25:19 -05:00
Mario Rodas
2a1d23ac97
Merge pull request #156181 from marsam/update-ytarchive
ytarchive: 0.3.0 -> 2021-12-29
2022-01-23 10:17:34 -05:00
sternenseemann
8499ca252a mandoc: move executableCross assert into meta.broken
For splicing to work, callPackage needs to be able to attach extra
attributes (e. g. nativeDrv) to pkgsHostTarget.mandoc. If we have the
assert like before, pkgsHostTarget.mandoc would fail to evaluate,
preventing buildPackages.mandoc (which works as expected) to be attached
to the former. This affected cross compilation of the netbsd package set
in particular.
2022-01-23 15:18:45 +01:00
sternenseemann
3ab8db0ad0 mandoc: fix executableCross condition
isCompatible concerns itself with architecture compatibility which does
not constitute executability by itself, since there are other key
factors like the Kernel/syscall interface targeted. As mode switching is
considered compatible (e.g. ppc64le and ppc64), we can't even use
isCompatible to establish the architecture subset of executability.
For the lack of a better alternative, we'll just compare the system
tuples for now which will loose us support for x86_64-linux ->
i686-linux, but this is probably a bearable consequence.
2022-01-23 15:18:45 +01:00
Sandro
22eff4f912
Merge pull request #156197 from SuperSandro2000/panicparse 2022-01-23 04:42:27 +01:00
Sandro
5bf92ebbed
plocate: add SuperSandro200 to maintainers 2022-01-23 04:24:41 +01:00
Sandro
d5fada644c
Merge pull request #156154 from ean/update-plocate 2022-01-23 04:24:09 +01:00
Sandro
6b5150ce27
Merge pull request #156116 from dotlambda/ytfzf-2.1 2022-01-23 04:12:57 +01:00
Bryan A. S
5de74e978d mongodb-compass: 1.29.6 -> 1.30.1 2022-01-22 19:30:44 -03:00
Sandro Jäckel
485d0fedc1
panicparse: init at 2.2.0 2022-01-22 20:36:30 +01:00
Sandro
e0f83fdab6
Merge pull request #156182 from r-ryantm/auto-update/diffoscope 2022-01-22 19:49:34 +01:00
R. Ryantm
958db13790 diffoscope: 200 -> 201 2022-01-22 17:28:31 +00:00
Mario Rodas
9681c058de
Merge pull request #156140 from r-ryantm/auto-update/steampipe
steampipe: 0.11.2 -> 0.12.0
2022-01-22 08:06:32 -05:00
Mario Rodas
d7a644a5a9
Merge pull request #156075 from SuperSandro2000/yt-dlp
yt-dlp: 2021.12.27 -> 2022.1.21
2022-01-22 07:25:13 -05:00
Mario Rodas
d2a330f53a
Merge pull request #155833 from r-ryantm/auto-update/snore
snore: 0.1 -> 0.2
2022-01-22 06:00:56 -05:00
Emery Hemingway
f88788ecd2 nncp: 8.1.0 -> 8.2.0 2022-01-22 11:26:40 +01:00
Eirik Nygaard
6c18c678d2 plocate: 1.1.7 -> 1.1.14 2022-01-22 10:51:21 +01:00
R. Ryantm
c9547469eb steampipe: 0.11.2 -> 0.12.0 2022-01-22 07:44:37 +00:00
Vlad M
351a00cba5
Merge pull request #155220 from Kloenk/skim_aarch64-darwin
skim: disable tests on aarch64-{darwin,linux}
2022-01-22 08:42:57 +02:00
Mario Rodas
d00bd8a429 ytarchive: 0.3.0 -> unstable-2021-12-29 2022-01-22 04:20:00 +00:00
Robert Schütz
0576218a4e ytfzf: 2.0 -> 2.1
https://github.com/pystardust/ytfzf/releases/tag/v2.1
2022-01-22 01:36:11 +00:00
Sandro
1281c5be8a
Merge pull request #155769 from SuperSandro2000/less 2022-01-21 18:39:56 +01:00
Sandro Jäckel
36b052a6d5
yt-dlp: 2021.12.27 -> 2022.1.21 2022-01-21 17:44:13 +01:00
legendofmiracles
861175871e
Merge pull request #155541 from CodeLongAndProsper90/init-gay
gay: init at 1.2.8
2022-01-21 07:39:33 -06:00
R. RyanTM
bec8881e52
bash_unit: 1.8.0 -> 1.9.1
(#154379)
2022-01-21 12:22:01 +01:00
R. Ryantm
8deeb8a71f broadlink-cli: 0.17.0 -> 0.18.0 2022-01-21 04:29:10 +00:00
Scott Little
e33910576f
gay: init at 1.2.8 2022-01-20 18:11:40 -06:00
Léo Gaspard
f49e3bf8f6
Merge pull request #130847 from Ekleog/qmk
Make QMK actually work as per the official documentation
2022-01-20 19:30:06 +01:00
Léo Gaspard
b32f827d24 qmk: make sure AVR-based keyboards can build too
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-01-20 18:00:25 +01:00
Léo Gaspard
df720b7b73 qmk: also add teensy flash tool
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-01-20 18:00:25 +01:00
Léo Gaspard
3db01e9f4c qmk: add all dependencies required for normal operation 2022-01-20 17:38:40 +01:00
R. Ryantm
b0e5761533 snore: 0.1 -> 0.2 2022-01-20 09:40:58 +00:00
Sandro Jäckel
3c24b6a629
less: 596 -> 600 2022-01-20 03:22:32 +01:00
legendofmiracles
6fe8665874
Merge pull request #155753 from 0x4A6F/master-czkawka
czkawka: 3.1.1 -> 4.0.0
2022-01-19 19:09:20 -06:00
Sandro
726b739bd7
Merge pull request #155577 from r-ryantm/auto-update/pre-commit 2022-01-20 01:57:42 +01:00
0x4A6F
1b8464022b
czkawka: 3.1.1 -> 4.0.0 2022-01-19 23:10:20 +01:00
Martin Weinelt
3b9bc35fd5
Merge pull request #155607 from mweinelt/esphome 2022-01-19 21:43:23 +01:00
Martin Weinelt
32fc7222b6
esphome: 2021.12.3 -> 2022.1.1 2022-01-19 21:13:13 +01:00
Robert Scott
390e38d18a
Merge pull request #155460 from veprbl/pr/ttfautohint_darwin_fix
ttfautohint: fix darwin build
2022-01-19 18:56:46 +00:00
R. Ryantm
7945280b9b pre-commit: 2.16.0 -> 2.17.0 2022-01-19 08:43:41 +00:00
Maciej Krüger
b7012fbd1b
pipectl: 0.2.2 -> 0.3.0 2022-01-18 20:29:10 +01:00
Emery Hemingway
95dfbf360c nncp: 8.0.2 -> 8.1.0 2022-01-18 20:23:04 +01:00
be7a
d6a6139d65 pferd: 3.2.0 -> 3.3.1 2022-01-18 14:39:40 +01:00
Dmitry Kalinkin
98a7defa02
ttfautohint: fix darwin build 2022-01-18 05:03:54 -05:00
Sandro
2cc9cae45d
Merge pull request #155281 from SuperSandro2000/yle-dl 2022-01-17 10:33:21 +01:00
Frederik Rietdijk
afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
Bobby Rong
5f6ea5806d
Merge pull request #155197 from veprbl/pr/broken_inav-blackbox-tools
inav-blackbox-tools: mark as broken on darwin
2022-01-17 11:03:17 +08:00