3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

314469 commits

Author SHA1 Message Date
Ryan Burns 3a5fc1aad4 ocamlPackages.camomile: fix output dest dir
Add missing pre/post hooks - preConfigure is now required to set
correct ocaml dest dir as findlib sets a necessary preConfigure hook
2021-09-06 22:41:05 +09:00
Ryan Burns 6310613bb0 ocamlPackages.ocaml_oasis: fix build
Add missing pre/post hooks - preConfigure is now required,
as findlib sets a necessary preConfigure hook
2021-09-06 22:41:05 +09:00
Ryan Burns 125c7a4ef5 ocamlPackages.erm_xmpp: fix build
Add missing pre/post hooks - preConfigure is now required,
as findlib sets a necessary preConfigure hook
2021-09-06 22:41:05 +09:00
Ryan Burns 590471d177 ocamlPackages.extlib: fix build
We can no longer set dontConfigure, because findlib
now sets up a necessary preConfigure hook
2021-09-06 22:41:05 +09:00
github-actions[bot] 58c8736bdb
Merge master into staging-next 2021-09-06 12:01:09 +00:00
Domen Kožar 863e6e8820
Merge pull request #136700 from zakame/zakame/perl-PkgConfig-fix-cross-compilation
perlPackages.PkgConfig: fix cross compilation
2021-09-06 13:38:58 +02:00
Martin Weinelt 4712f60921
Merge pull request #136858 from fabaff/bump-async-upnp-client
python3Packages.async-upnp-client: 0.20.0 -> 0.21.0
2021-09-06 12:51:16 +02:00
Domen Kožar a93bc8e009
Merge pull request #136870 from Mindavi/freeimage/cross
freeimage: support cross-compilation
2021-09-06 12:43:24 +02:00
Rick van Schijndel 4f4ab52f4f freeimage: support cross-compilation
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2021-09-06 12:09:53 +02:00
Pavol Rusnak e422b490c5
Merge pull request #136808 from prusnak/sdlpop
sdlpop: 1.21 -> 1.22
2021-09-06 12:09:41 +02:00
Gabriel Ebner 8b76d20f66
Merge pull request #136853 from r-ryantm/auto-update/elinks
elinks: 0.14.1 -> 0.14.2
2021-09-06 11:29:14 +02:00
Fabian Affolter c8cd39a4ca
Merge pull request #136812 from fabaff/bump-bidict
python3Packages.bidict: 0.21.2 -> 0.21.3
2021-09-06 09:03:26 +02:00
Fabian Affolter 1d141ba9a1
Merge pull request #136815 from fabaff/bump-pyvicare
python3Packages.pyvicare: 2.7.1 -> 2.8
2021-09-06 09:02:56 +02:00
Fabian Affolter 964f5e4da6
Merge pull request #136757 from fabaff/bump-pyezviz
python3Packages.pyezviz: 0.1.9.2 -> 0.1.9.3
2021-09-06 09:02:31 +02:00
Fabian Affolter b5cba15b9d
Merge pull request #136759 from fabaff/bump-simplisafe-python
python3Packages.simplisafe-python: 11.0.5 -> 11.0.6
2021-09-06 09:02:12 +02:00
Fabian Affolter 588b8cec0e python3Packages.async-upnp-client: 0.20.0 -> 0.21.0 2021-09-06 08:45:20 +02:00
Vincent Laporte cdbc8c9fb1 ocamlPackages.parsexp: 0.14.0 → 0.14.1 2021-09-06 08:24:07 +02:00
github-actions[bot] 1e3518a1db
Merge master into staging-next 2021-09-06 06:01:23 +00:00
R. RyanTM 30a7899eed elinks: 0.14.1 -> 0.14.2 2021-09-06 05:40:29 +00:00
Vo Anh Duy 9fcf2a8a2c lima: 0.6.2 -> 0.6.3 2021-09-06 13:42:37 +10:00
Benjamin Hipple fc7e18562b
Merge pull request #136816 from fabaff/bump-bitarray
python3Packages.bitarray: 2.3.2 -> 2.3.3
2021-09-05 22:14:41 -04:00
Peter Hoeg 87c6a8a706 envsubst: drive-by cleanup 2021-09-06 09:17:38 +08:00
Martin Weinelt f81ea682cf
Merge pull request #136801 from em0lar/vikunja-0.18.0 2021-09-06 02:53:50 +02:00
Jade 5e47a07e9f pkgs/tracy: fix on Darwin 2021-09-06 09:11:06 +09:00
github-actions[bot] 79667a59e7
Merge master into staging-next 2021-09-06 00:01:28 +00:00
happysalada 85763b63cc caddy: 2.4.4 -> 2.4.5 2021-09-06 08:56:12 +09:00
Anders Kaseorg d8ef13fc13 modules/programs/command-not-found: Fix ShellCheck warnings
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.

https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
Anders Kaseorg d44b6ae6cb modules/programs/bash: Fix ShellCheck warnings
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.

https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.

https://github.com/koalaman/shellcheck/wiki/SC2219
Instead of `let expr`, prefer `(( expr ))` .

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
Ben Siraphob 6b30660ee1
Merge pull request #136814 from siraben/git-cliff-init
git-cliff: init at 0.2.6
2021-09-05 17:50:37 -05:00
davidak bf7a1e2021
Merge pull request #136750 from bobby285271/bamf
bamf: 0.5.4 -> 0.5.5
2021-09-06 00:24:01 +02:00
Ben Siraphob f94d1db2c9
Merge pull request #136811 from kira-bruneau/grafana
grafana: add meta.mainProgram
2021-09-05 17:11:25 -05:00
Fabian Affolter 1a83596928
Merge pull request #136663 from fabaff/sad
sad: init at 0.4.14
2021-09-06 00:04:52 +02:00
Fabian Affolter e4cb871eaf python3Packages.bitarray: 2.3.2 -> 2.3.3 2021-09-05 23:42:19 +02:00
Fabian Affolter 030bed204a python3Packages.pyvicare: 2.7.1 -> 2.8 2021-09-05 23:22:19 +02:00
Ben Siraphob f1312d514d git-cliff: init at 0.2.6 2021-09-05 16:16:35 -05:00
Fabian Affolter 560f823ebb python3Packages.bidict: 0.21.2 -> 0.21.3 2021-09-05 22:50:05 +02:00
Kira Bruneau 8666c95a0e grafana: add meta.mainProgram 2021-09-05 16:41:57 -04:00
Pavol Rusnak 03637fe586
sdlpop: 1.21 -> 1.22
+ fix build on darwin
2021-09-05 22:31:05 +02:00
Jörg Thalheim 89b176219a
Merge pull request #136752 from Mic92/zen-kernel
linux_zen: 5.13.13-zen1 -> 5.14.1-zen1
2021-09-05 21:27:40 +01:00
Vladimír Čunát 0b9014a925
Merge #136799: knot-dns: fix aarch64-darwin build 2021-09-05 22:18:04 +02:00
Leo Maroni 732316e9c5
vikunja-api: 0.17.1 -> 0.18.0 2021-09-05 20:51:11 +02:00
Leo Maroni e0fbad9a66
vikunja-frontend: 0.17.0 -> 0.18.0 2021-09-05 20:49:59 +02:00
Vladimír Čunát 39688bfb41
knot-dns: upstream patch that should fix aarch64-darwin 2021-09-05 20:47:12 +02:00
Fabian Affolter 105b9fcb8b
Merge pull request #136775 from fabaff/clean-numpy-stl
python3Packages.numpy-stl: use pytestCheckHook
2021-09-05 20:34:03 +02:00
github-actions[bot] 75dc00dbd8
Merge master into staging-next 2021-09-05 18:00:57 +00:00
Luke Granger-Brown 03e2d48708
Merge pull request #136791 from lukegb/staging-next-icewm
[staging-next] icewm: fix empty -I flag
2021-09-05 17:08:21 +01:00
Luke Granger-Brown 010096974f icewm: fix trailing -I compilation errors
Fixes

cc1plus: error: to generate dependencies you must specify either '-M' or
'-MM'

errors which occur while compiling due to trailing -I for libintl,
which appears to be found now but without requiring any include/link
flags.
2021-09-05 15:25:02 +00:00
Jörg Thalheim d924c2327b
Merge pull request #136772 from Mindavi/sasquatch/cross
sasquatch: support cross-compilation
2021-09-05 16:24:31 +01:00
Jörg Thalheim 87d338542b
Merge pull request #136773 from Mindavi/cramfsprogs/cross
cramfsprogs: support cross-compilation
2021-09-05 16:24:07 +01:00
0x4A6F 9f98d0df44 zellij: 0.15.0 -> 0.16.0 2021-09-05 23:55:12 +09:00