Commit graph

307070 commits

Author SHA1 Message Date
sternenseemann
22b39c2a36 haskellPackages.geomancy: restrict platforms to x86
Won't build on e. g. aarch64 due to its use of x86 architecture specific
features.
2021-08-06 15:03:34 +02:00
Artturi
57644ef986
Merge pull request #132892 from r-ryantm/auto-update/corosync
corosync: 3.1.4 -> 3.1.5
2021-08-06 15:59:55 +03:00
lukasepple
f754109ecf haskellPackages: fix build failures related to test main file casing
A few libraries published by https://github.com/typeclasses/ have the issue
that they have a test suite with its Main module in hegehog.hs. On darwin
GHC can't distinguish between Hedgehog.hs and hedgehog.hs due to the case
insensitive file system and will raise an issue about this.
2021-08-06 14:56:42 +02:00
sternenseemann
0e0fbc6760 haskellPackages.SDL-image: fix build on darwin
Interestingly SDL-image exhibits both the problems of SDL-mixer and SDL-ttf
have. How the respective fixes we apply here as well work is explained in
1a68ebf98573291fc4a8d8e7b35ea2e74a0d6665 and
2a8105fc58644307007f326de25b357d216d3ad7.
2021-08-06 14:39:22 +02:00
sternenseemann
e41518821d haskellPackages.SDL-mixer: fix build on darwin
SDL-mixer's configure script makes some darwin specific assumptions about
the layout of the SDL libraries which don't hold up with the way they are
packaged in nixpkgs. Since the way we are doing this on other platforms
works with the configure script and doesn't significantly differ from the
situation on darwin, we can just replace a string in a string comparison
to ensure the non-darwin code path is taken.
2021-08-06 14:39:22 +02:00
sternenseemann
9a32fd5c49 haskellPackages.SDL-ttf: fix build on darwin
SDL_main.h which is included from SDL_ttf.h contains a #define which redefines
main to SDL_main. This has to do with the way SDL binaries are linked and
executed on darwin which is explained here [1]. However this is bad news for
hsc2hs intermediate C sources which in this case only to gather version
information from the headers and not to run a full SDL application.

Thus compilation would fail due to this issue which we can avoid by redefining
main to main again after including the header.

[1]: http://www.ariis.it/link/repos/sdl-bindings/hssdl-image/MACOSX
2021-08-06 14:39:22 +02:00
sternenseemann
9a39115172 haskellPackages.GLHUI: fix build on darwin 2021-08-06 14:39:22 +02:00
R. RyanTM
2d64bb92c3 corosync: 3.1.4 -> 3.1.5 2021-08-06 12:28:59 +00:00
R. RyanTM
56e6f8277a butane: 0.13.0 -> 0.13.1 2021-08-06 12:23:46 +00:00
R. RyanTM
0563a954ea armadillo: 10.6.1 -> 10.6.2 2021-08-06 11:53:09 +00:00
ajs124
a161e14867 dovecot_pigeonhole: 0.5.15 -> 0.5.16 2021-08-06 13:48:46 +02:00
ajs124
0184b07908 dovecot: 2.3.15 -> 2.3.16 2021-08-06 13:47:53 +02:00
Sandro
86340c7370
Merge pull request #132884 from SuperSandro2000/zoxide
zoxide: 0.7.2 -> 0.7.3
2021-08-06 13:16:42 +02:00
ajs124
b977d45922 prosody: 0.11.9 -> 0.11.10
fix CVE-2021-37601

annoucement: https://blog.prosody.im/prosody-0.11.10-released/
2021-08-06 13:16:33 +02:00
R. RyanTM
c1879f7508 twitterBootstrap: 5.0.2 -> 5.1.0 2021-08-06 11:06:31 +00:00
Maximilian Bosch
5310b6bc4b
Merge pull request #132871 from r-ryantm/auto-update/humioctl
humioctl: 0.28.5 -> 0.28.6
2021-08-06 13:00:33 +02:00
Maximilian Bosch
d1aa0d4f08
Merge pull request #132839 from r-ryantm/auto-update/ipset
ipset: 7.14 -> 7.15
2021-08-06 12:59:25 +02:00
Maximilian Bosch
a7eceaa70f
Merge pull request #132792 from kidonng/pr-template
doc: fix typo and wording in pull request template
2021-08-06 12:55:48 +02:00
Ilan Joselevich
779472d9bc pipewire: added kranzes (myself) as a maintainer 2021-08-06 13:44:21 +03:00
Ilan Joselevich
549666bd96 pipewire: libopenaptx -> libfreeaptx 2021-08-06 13:35:12 +03:00
Ilan Joselevich
b0467a4f53 libfreeaptx: init at 0.1.1 2021-08-06 13:33:04 +03:00
Sandro Jäckel
1ac0109aeb
zoxide: 0.7.2 -> 0.7.3 2021-08-06 12:24:30 +02:00
Ilan Joselevich
dab7fef97b pipewire: 0.3.32 -> 0.3.33 2021-08-06 13:02:57 +03:00
R. RyanTM
d06fec649b lepton-eda: 1.9.13-20201211 -> 1.9.16-20210731 2021-08-06 09:59:50 +00:00
sternenseemann
c66cc62b6c haskellPackages.ats-format: ignore custom Setup.hs, install manually
ats-format has a custom Setup.hs which does the following using cli-setup:

* Add ~/.local/share/man to $MANPATH by editing shell configurations in $HOME.

* Install a man page into ~/.local/share

* Install a shell completion by editing shell configurations in $HOME.

We had a workaround to keep this from failing the build in the nix sandbox, but
this seemingly broke on darwin. To fix this once and forall, we force the use
of only `defaultMain` in Setup.hs and install the man page manually.
Additionally we generate completions and remove unnecessary extra references
from the closure.
2021-08-06 11:28:54 +02:00
Maximilian Bosch
562749f486
lnav: 0.9.0 -> 0.10.0
ChangeLog: https://github.com/tstack/lnav/releases/tag/v0.10.0
2021-08-06 11:06:31 +02:00
Sandro
9994d6d607
Merge pull request #132821 from fabaff/opengarage 2021-08-06 10:59:38 +02:00
Sandro
74688e35dd
Merge pull request #132820 from fabaff/adax
python3Packages.adax: init at 0.1.0
2021-08-06 10:58:33 +02:00
Sandro
100b45b2fd
Merge pull request #130393 from yukiisbored/yuki_is_bored/lutris-extra
lutris: add extraLibraries/extraPkgs args
2021-08-06 10:49:14 +02:00
Sandro
077a9e881c
Merge pull request #132625 from r-ryantm/auto-update/headscale 2021-08-06 10:48:49 +02:00
Sandro
5544f6d86c
Merge pull request #132730 from r-ryantm/auto-update/chezmoi
chezmoi: 2.1.3 -> 2.1.4
2021-08-06 10:48:32 +02:00
R. RyanTM
6b7cafe7d1 humioctl: 0.28.5 -> 0.28.6 2021-08-06 08:47:59 +00:00
Sandro
ce0dc854c3
Merge pull request #132788 from Artturin/vscodeinsidername
vscode: remove default sourceExecutableName
2021-08-06 10:47:05 +02:00
Sandro
82ac1fb5bd
Merge pull request #132823 from fabaff/pyprosegur
python3Packages.pyprosegur: init at 0.0.5
2021-08-06 10:41:42 +02:00
Sandro
2166c53ca1
Merge pull request #132866 from fabaff/bump-mdformat
python3Packages.mdformat: 0.7.7 -> 0.7.8
2021-08-06 10:37:58 +02:00
Sandro
b01f921194
Merge pull request #132323 from risicle/ris-caribou-CVE-2021-3567
gnome.caribou: add patch for CVE-2021-3567
2021-08-06 10:32:43 +02:00
Fabian Affolter
a276e89b33 python3Packages.pytest-httpserver: 1.0.0 -> 1.0.1 2021-08-06 10:31:35 +02:00
Sandro
f73c3c569b
Merge pull request #132835 from kidonng/vercel
nodePackages.vercel: init at 23.0.1
2021-08-06 10:25:00 +02:00
Sandro Jäckel
55395e2130
file: format 2021-08-06 10:23:23 +02:00
Fabian Affolter
4e1e06e9c2 python3Packages.mdformat: 0.7.7 -> 0.7.8 2021-08-06 10:17:39 +02:00
Sandro
3ff73156ca
python3Packages.GitPython: 3.1.18 -> 3.1.20 (#132505) 2021-08-06 10:14:14 +02:00
Anderson Torres
a0e731154d
bochs: 2.6.11 -> 2.7 (#132848)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-06 10:09:22 +02:00
Sandro
585bf4039a
Merge pull request #132862 from SuperSandro2000/zim
zim: format, cleanup
2021-08-06 10:09:10 +02:00
Sandro
66a682554f
Merge pull request #132861 from SuperSandro2000/unbound
unbound: format, cleanup
2021-08-06 10:08:52 +02:00
Sandro
0d496313cb
Merge pull request #132860 from SuperSandro2000/telegram
tdesktop: fix qt5 selection, cleanup
2021-08-06 10:07:51 +02:00
zowoq
55a4c4f426 nomad-driver-podman: set platforms to linux
https://github.com/hashicorp/nomad-driver-podman#runtime-dependencies

> Linux host with podman installed
2021-08-06 18:06:39 +10:00
R. RyanTM
56e075540a cri-tools: 1.21.0 -> 1.22.0 2021-08-06 18:06:26 +10:00
Sandro
f48eda66dc
Merge pull request #132846 from figsoda/nvim_context_vt 2021-08-06 09:20:44 +02:00
Sandro Jäckel
0123222922
zim: format, cleanup 2021-08-06 09:20:07 +02:00
Sandro Jäckel
a08e1ea7f9
unbound: format, cleanup 2021-08-06 09:17:08 +02:00