Commit Graph

269700 Commits

Author SHA1 Message Date
R. RyanTM
f3d2fb42b8 python37Packages.marshmallow-sqlalchemy: 0.24.1 -> 0.24.2 2021-02-11 11:06:31 +00:00
Daniel Nagy
7c121e60c5
nixos/httpd: fix lua paths
Account for the fact that, when creating a lua package without the
"withPackages" helper, we dont get an extra "lua" attribute in the
package.

Therefore we need to distinguish between the "withPackages" case and the
direct ( or "empty" ) lua package.

For example with this nixos config:

```nix
{
  services.httpd = {
      enable = true;
      package = pkgs.apacheHttpd.override {
        luaSupport = true;
        lua5 = pkgs.lua5_3.withPackages (ps: with ps; [ luafilesystem ] );
      };
    };
}
```

Here we say that we want to have apache to use a lua, packaged with the
`luafilesystem` module so that we can `require` that in scripts to
render http responses. There, the set that gets assigned to `lua5 ` does
not have a `luaversion` attribute, rather it has a `lua` attribute
wherein lies a `luaversion` attribute. If we dont package additional
modules, then we dont have that `lua` attribute in between and rather
directly have to use `luaversion` directly.
2021-02-11 11:56:06 +01:00
R. RyanTM
1571c8c983 python37Packages.msldap: 0.3.24 -> 0.3.25 2021-02-11 10:42:43 +00:00
Mario Rodas
49eab15c54 pgformatter: 4.4 -> 5.0
https://github.com/darold/pgFormatter/releases/tag/v5.0
2021-02-11 05:39:00 -05:00
Jörg Thalheim
3155a9e966
Merge pull request #112520 from avdv/fix-spacefm-crash
spaceFM: Avoid segfault when running under Wayland
2021-02-11 10:27:50 +00:00
R. RyanTM
34d6f130d8 python37Packages.nocasedict: 1.0.1 -> 1.0.2 2021-02-11 10:27:46 +00:00
R. RyanTM
77c7a14b60 python37Packages.josepy: 1.5.0 -> 1.6.0 2021-02-11 10:19:24 +00:00
Jan Tojnar
34e2c2b310 appstream: 0.13.1 -> 0.14.0 2021-02-11 11:03:12 +01:00
Jan Tojnar
4ef8bd3d16 ibus-engines.libpinyin: 1.11.1 -> 1.12.0 2021-02-11 11:02:37 +01:00
Jan Tojnar
8909b5de82 ddccontrol: 0.4.4 -> 0.5.1
desktop file is now upstream
2021-02-11 11:02:00 +01:00
Matt Jibson
0cf1f67aa1 ddccontrol-db: 20180908 -> 20201221 2021-02-11 10:58:22 +01:00
R. RyanTM
25c2bf8cea libwpe: 1.7.1 -> 1.8.0 2021-02-11 10:57:50 +01:00
R. RyanTM
56565e3568 gthumb: 3.10.1 -> 3.10.2 2021-02-11 10:51:13 +01:00
R. RyanTM
ddebd054e3 gnome3.gvfs: 1.46.1 -> 1.46.2 2021-02-11 10:44:56 +01:00
Bernardo Meurer
edefbadf7e
Merge pull request #112728 from taku0/firefox-bin-85.0.2
firefox-bin: 85.0.1 -> 85.0.2
2021-02-11 09:29:08 +00:00
R. RyanTM
e937d5db28 ibus-engines.m17n: 1.4.3 -> 1.4.4 2021-02-11 10:22:37 +01:00
06kellyjac
d4cc1b902a starboard: 0.9.0 -> 0.9.1 2021-02-11 09:17:20 +00:00
R. RyanTM
c81739f1b9 rpm-ostree: 2020.8 -> 2021.1 2021-02-11 10:07:15 +01:00
Austin Seipp
6f23e01b79
Merge pull request #112634 from eduardosm/ghdl
ghdl: unstable-2021.01.14 -> 1.0.0, ghdl-yosys: 2021.01.01 -> 2021.01.25
2021-02-11 02:59:32 -06:00
Austin Seipp
4f6ca4d5a6
Merge pull request #112614 from danderson/danderson/nmigen-update
nmigen: update to current git HEAD
2021-02-11 02:58:16 -06:00
Oleksii Filonenko
a2ef6f2bf3
Merge pull request #112553 from r-ryantm/auto-update/vultr-cli
vultr-cli: 2.0.1 -> 2.2.0
2021-02-11 10:56:38 +02:00
R. RyanTM
3106e35abe suitesparse-graphblas: 3.3.3 -> 4.0.3 2021-02-11 09:55:31 +01:00
R. RyanTM
b033cd4be9 vips: 8.10.2 -> 8.10.5 2021-02-11 09:48:22 +01:00
R. RyanTM
4c04b4cef9 firmware-manager: 0.1.1 -> 0.1.2 2021-02-11 09:40:10 +01:00
adisbladis
4ab0783f7d
Merge pull request #112707 from adisbladis/poetry2nix-1_15_3
poetry2nix: 1.15.2 -> 1.15.3
2021-02-11 09:25:27 +01:00
Philipp Adolf
408ae0b13a lib: fix typo in platforms.nix
In 9c213398b3 kernelPreferBuiltin was
moved/renamed to linux-kernel.preferBuiltin. However, for
armv7l-hf-multiplatform the new option was written with an uppercase P,
which made the kernel build process ignore it.
2021-02-11 08:58:04 +01:00
R. RyanTM
0e7742c5ba jalv: 1.6.4 -> 1.6.6 2021-02-11 08:49:19 +01:00
taku0
3d94e81a16
Merge pull request #96352 from felixscheinost/add_xlsxgrep
xlsxgrep: init at 0.0.23
2021-02-11 16:34:35 +09:00
fricklerhandwerk
283eaaff3e nixos-rebuild: use remote $PATH in buildHostCmd
this fixes the issue when using

    nixos-rebuild switch --target-host <target> --use-remote-sudo

when the local machine does not have anything in `$PATH` that would
resolve to `sudo` on the remote machine.

the single quotes prevent expansion of `$PATH` on the local machine,
such that the remote machine's value of that variable is used.
2021-02-10 23:13:37 -08:00
Jan Tojnar
707bb2712e libmysqlconnectorcpp: 8.0.21 -> 8.0.23
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html

Binary distribution now ships plug-ins and and users will have to set path to them as if they want to use LDAP since it cannot really be installed to this package (where it will likely look for plug-ins).
2021-02-11 08:01:38 +01:00
Jan Tojnar
6088dcf945
ibus-engines.table: Fix ibus-setup-table
It now requires dbus-python.

Missed this in https://github.com/NixOS/nixpkgs/pull/109973
2021-02-11 08:00:51 +01:00
Elis Hirwing
20c7034ec8
Merge pull request #112691 from r-ryantm/auto-update/php-phpstan
php73Packages.phpstan: 0.12.71 -> 0.12.74
2021-02-11 07:54:50 +01:00
R. RyanTM
19fa94d020 ibus-engines.table: 1.9.25 -> 1.12.3 2021-02-11 07:43:50 +01:00
TredwellGit
a3aae9ce9d inih: r52 -> r53
https://github.com/benhoyt/inih/releases/tag/r53
2021-02-11 06:33:27 +00:00
R. RyanTM
3e286b38d5 python37Packages.google-cloud-iot: 2.0.1 -> 2.0.2 2021-02-11 06:25:14 +00:00
TredwellGit
85dcd16ab2 vlc: replace ffmpeg_3 with ffmpeg 2021-02-11 06:23:06 +00:00
R. RyanTM
b898fe25fd libxls: 1.6.1 -> 1.6.2 2021-02-11 07:07:39 +01:00
R. RyanTM
0188ee34e9 libqalculate: 3.16.0 -> 3.16.1 2021-02-11 07:07:07 +01:00
R. RyanTM
b7910c1d93 liblinphone: 4.4.15 -> 4.4.21 2021-02-11 07:05:23 +01:00
R. RyanTM
60d73310e7 gnome3.gpaste: 3.38.4 -> 3.38.5 2021-02-11 07:00:24 +01:00
Steve Purcell
8628c90296 ecl: 20.4.24 -> 21.2.1, enable Darwin
- Incorporates the latest upstream release
- Removes now-defunct patches
- Enable builds on non-Linux Unixes, ie. Darwin
2021-02-11 18:02:40 +13:00
Ben Siraphob
4da3c5ab1e stdenv/generic: recommend lib instead of pkgs.lib in place of stdenv.lib 2021-02-11 11:34:06 +07:00
Mario Rodas
c831e4e9e4 podman: 2.2.1 -> 3.0.0
https://github.com/containers/podman/releases/tag/v3.0.0
2021-02-11 04:20:00 +00:00
Mario Rodas
16e3338a0a gopass: 1.11.0 -> 1.12.0
https://github.com/gopasspw/gopass/releases/tag/v1.12.0
2021-02-11 04:20:00 +00:00
Mario Rodas
30cbff7820
Merge pull request #112704 from marsam/update-nodejs-12_x
nodejs-12_x: 12.20.1 -> 12.20.2
2021-02-10 22:48:59 -05:00
Bernardo Meurer
1d7e0a4777
Merge pull request #112702 from mweinelt/firefox
firefox: 85.0.1 -> 85.0.2
2021-02-11 03:38:25 +00:00
Martin Weinelt
caffc13ce4
Merge pull request #112706 from r-ryantm/auto-update/python3.7-btchip-python
python37Packages.btchip: 0.1.31 -> 0.1.32
2021-02-11 04:10:00 +01:00
Martin Weinelt
30452cb987
python3Packages.btchip: add pythonImportsCheck 2021-02-11 04:04:37 +01:00
Martin Weinelt
3fffbce8a2
Merge pull request #112705 from r-ryantm/auto-update/python3.7-graphql-core
python37Packages.graphql-core: 3.1.2 -> 3.1.3
2021-02-11 04:00:17 +01:00
adisbladis
44321d73f7
poetry2nix: 1.15.2 -> 1.15.3 2021-02-11 03:57:53 +01:00