Commit graph

281242 commits

Author SHA1 Message Date
Milan Pässler e0d8f6b183
nixos/gitlab: do not set backup.upload by default 2021-04-07 09:21:18 +02:00
Jan Tojnar 7e98527206
Merge pull request #116236 from jtojnar/flatpak-spawn-path
flatpak: attempt to fix flatpak-spawn --clear-env
2021-04-06 22:57:34 +02:00
Sandro 23f5b0961e
Merge pull request #118686 from zowoq/fzf
fzf: 0.26.0 -> 0.27.0
2021-04-06 22:23:31 +02:00
Jan Tojnar 5a80eca002
Merge pull request #118665 from jtojnar/input
input-fonts: make Nix download the source
2021-04-06 22:21:27 +02:00
zowoq 38d65f2dc2 fzf: 0.26.0 -> 0.27.0
https://github.com/junegunn/fzf/releases/tag/0.27.0
2021-04-07 05:50:12 +10:00
Jens Nolte f7ff874701
nixos/greetd: Add greetd module (#118294)
* nixos/greetd: Add greetd module

* nixos/greetd: Configure 'greeter'-user

* nixos/greetd: Add default for restart-option

Co-authored-by: Jens Nolte <git@queezle.net>
2021-04-06 19:35:32 +00:00
Pascal Bach c0b9713178
Merge pull request #118430 from andir/ghidra
ghidra-bin: 9.2.1 -> 9.2.2
2021-04-06 21:14:03 +02:00
Sandro 88d5686a97
Merge pull request #118679 from maxeaubrey/packer_1.7.2
packer: 1.7.1 -> 1.7.2
2021-04-06 21:03:31 +02:00
Sandro b5ce2b9889
Merge pull request #118682 from romildo/upd.font-manager
font-manager: 0.7.9 -> 0.8.5-1
2021-04-06 20:50:09 +02:00
Pascal Bach b0c2f8509d
Merge pull request #118515 from r-ryantm/auto-update/libupnp
libupnp: 1.14.2 -> 1.14.4
2021-04-06 20:36:10 +02:00
José Romildo Malaquias ed913db260 font-manager: 0.7.9 -> 0.8.5-1 2021-04-06 15:30:55 -03:00
Maxine Aubrey 2cf150ab8c
packer: 1.7.1 -> 1.7.2 2021-04-06 19:54:19 +02:00
Michael Weiss a05293a93c
libplacebo: 3.120.0 -> 3.120.1 (#118677)
Disable the demos to avoid warnings (this doesn't change anything as
they weren't built before due to missing dependencies).
2021-04-06 19:30:39 +02:00
Jan Tojnar 1ca880a228 flatpak: fix flatpak-spawn --clear-env
Chromium Flatpak package uses flatpak-spawn command for sandboxing
the child processes. The command comes from flatpak-xdg-utils, which is
presumably included in Flatpak runtimes. The command then calls Spawn
method of the portal.

The portal supports running commands in a clear environment when passed
FLATPAK_SPAWN_FLAGS_CLEAR_ENV flag. Unfortunately, that also clears PATH,
which is probably what prevents `flatpak` command itself from being found.

There is a relevant TODO note in the code:
https://github.com/flatpak/flatpak/blob/1.10.2/portal/flatpak-portal.c#L995-L999

For now, let’s hardcode the path to the binary.
2021-04-06 19:16:34 +02:00
Doron Behar 873991697f
Merge pull request #112715 from fortuneteller2k/add-xanmod-kernel
linux_xanmod: init at 5.11.10
2021-04-06 15:09:26 +00:00
Sandro 0dd4441a17
Merge pull request #118663 from FliegendeWurst/trilium-update-0.46.7
trilium: 0.46.6 -> 0.46.7
2021-04-06 16:21:55 +02:00
Sandro dcc25d2372
Merge pull request #118652 from voidIess/u/geogebra_6_0_631_0
geogebra6: 6_0_620_0 -> 6_0_631_0
2021-04-06 16:16:54 +02:00
Sandro ccfad231f9
Merge pull request #118669 from fabaff/bump-holidays
python3Packages.holidays: 0.10.5.2 -> 0.11.1
2021-04-06 16:06:36 +02:00
Sandro 8b83d72aec
Merge pull request #118666 from NeQuissimus/awscli 2021-04-06 15:59:09 +02:00
Sandro 845e8dabee
Merge pull request #118667 from NeQuissimus/python3Packages.sagemaker
python3Packages.sagemaker: 2.32.0 -> 2.33.0
2021-04-06 15:58:38 +02:00
Sandro efb363d05a
Merge pull request #118668 from NeQuissimus/omz
oh-my-zsh: 2021-03-31 → 2021-04-06
2021-04-06 15:57:24 +02:00
Jan Tojnar 57ced14370 input-fonts: make Nix download the source
The website generates a ZIP archive with fresh TTF files for each download,
which will have different “modified” field in the TTF metadata each time.
This makes `requireFile` useless as the ZIP file will not have a static hash.

Instead, let’s make user accept the license in Nix and download the file for them.
Then, we can post-process it and hopefully achieve a somewhat fixed output.

This is still not really reproducible since:

- the font can be updated (last update in 2015)
- the fonttools used by the server can be updated to one producing a different output
- the fonttools used by this package can be updated
- the fonttools might actually be non-deterministic

But hopefully these events are rare so it will be more stable than the ZIP produced by upstream,
which changes every time. When that happens, we can always just update it like we did before.
We do not need to worry about cache since the package is unfree.

I also added myself as a maintainer.
2021-04-06 15:28:59 +02:00
Fabian Affolter f53bd12416 python3Packages.holidays: 0.10.5.2 -> 0.11.1 2021-04-06 15:18:55 +02:00
FliegendeWurst c9caaac034 trilium: 0.46.6 -> 0.46.7 2021-04-06 15:17:54 +02:00
Tim Steinbach 24d8a91494
oh-my-zsh: 2021-03-31 → 2021-04-06 2021-04-06 12:57:52 +00:00
Tim Steinbach 72a0c461bd
python3Packages.sagemaker: 2.32.0 -> 2.33.0 2021-04-06 08:57:16 -04:00
Tim Steinbach 2e19cbffd9
awscli: 1.19.41 -> 1.19.45 2021-04-06 08:56:10 -04:00
JesusMtnez 413e9561f8 sbt: 1.4.9 -> 1.5.0 2021-04-06 08:55:30 -04:00
Tim Steinbach 03ceb942f1
python3Packages.boto3: 1.17.41 -> 1.17.45 2021-04-06 08:54:29 -04:00
Tim Steinbach 7dab72898d
python3Packages.botocore: 1.20.41 -> 1.20.45 2021-04-06 08:53:24 -04:00
markuskowa 9279336b72
Merge pull request #118145 from peterhoeg/f/multimon
multimon-ng: drop qt4
2021-04-06 12:58:30 +02:00
Sandro c7c577a594
Merge pull request #118624 from fabaff/bump-adafruit-platformdetect
python3Packages.adafruit-platformdetect: 3.4.1 -> 3.5.0
2021-04-06 12:47:34 +02:00
Sandro c16cca4cb3
Merge pull request #116939 from veprbl/pr/uriparser_0_9_5
uriparser: 0.9.4 -> 0.9.5
2021-04-06 12:47:19 +02:00
Taeer Bar-Yam d9424d2191
appimagekit: 2018-07-27 -> 2020-12-31 (#116501)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-06 12:46:54 +02:00
Sandro 2fb8be188f
Merge pull request #117377 from SEbbaDK/i3wsr 2021-04-06 12:03:26 +02:00
Sandro a64eb90739
Merge pull request #118611 from risicle/ris-tracy-darwin-fix
tracy: force-disable LTO for darwin
2021-04-06 12:00:30 +02:00
Daniel Wheeler b3a18f4daf
pythonPackages.fipy: 3.4.1 -> 3.4.2.1 (#116567)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-06 11:59:40 +02:00
Sandro ed062b86d8
Merge pull request #114293 from tmountain/nano
uboot: add ATF for ubootNanoPCT4
2021-04-06 11:58:37 +02:00
Sandro d51de7d227
Merge pull request #81619 from jtojnar/libdmapsharing
libdmapsharing: init at 3.9.10
2021-04-06 11:58:11 +02:00
MatthewCroughan 512211b788
fioctl: 0.14.1 -> 0.15 (#118623) 2021-04-06 11:55:10 +02:00
Fabian Affolter 048c9600dc
Merge pull request #118215 from r-ryantm/auto-update/go-swagger
go-swagger: 0.26.1 -> 0.27.0
2021-04-06 11:31:53 +02:00
voidless b6c315b4fb geogebra6: 6_0_620_0 -> 6_0_631_0 2021-04-06 10:52:30 +02:00
Fabian Affolter 63a46019c6
Merge pull request #118190 from r-ryantm/auto-update/act
act: 0.2.20 -> 0.2.21
2021-04-06 10:45:49 +02:00
Sandro 8eb5e1647d
Merge pull request #118632 from MetaDark/linuxPackages.xpadneo 2021-04-06 10:32:16 +02:00
Sandro d7ae55d28d
Merge pull request #118600 from fgaz/warzone2100/4.0.0
warzone2100: 3.4.1 -> 4.0.0
2021-04-06 10:30:17 +02:00
Sandro 79f6b53922
Merge pull request #116540 from fabaff/bump-configargparse
python3Packages.configargparse: 1.3 -> 1.4
2021-04-06 10:29:56 +02:00
Sandro ef9c0cb113
Merge pull request #115960 from grahamc/multipath-fixup
multipath-tools: fix the service path to multipathd
2021-04-06 10:28:15 +02:00
Sandro 936efbb5dd
Merge pull request #118638 from happysalada/update_loki 2021-04-06 10:26:34 +02:00
Sandro a230fd4368
Merge pull request #91677 from jluttine/polar-init
polar: init at unstable-2021-01-12
2021-04-06 10:24:56 +02:00
Sandro cc444119b5
Merge pull request #91291 from jorsn/new.openlp 2021-04-06 10:24:20 +02:00