Commit Graph
260555 Commits
Author SHA1 Message Date
zowoq 56139b3dfd gitAndTools.delta: 0.4.4 -> 0.4.5
https://github.com/dandavison/delta/releases/tag/0.4.5
2020-12-23 22:01:38 +10:00
SandroandGitHub b67ba0bfcc Merge pull request #107413 from 0x4A6F/master-dasel-upgrade
dasel: 1.10.0 -> 1.11.0
2020-12-23 12:36:12 +01:00
R. RyanTM 55504ab42e python37Packages.breathe: 4.24.1 -> 4.25.1 2020-12-23 10:44:12 +00:00
Florian KlinkandGitHub 09067f8176 Merge pull request #107436 from flokli/umockdev-disable-tests
umockdev: disable tests
2020-12-23 11:40:20 +01:00
SandroandGitHub 179eb032df Merge pull request #107337 from veprbl/pr/cling_darwin
cling: fix on darwin
2020-12-23 08:02:26 +01:00
SandroandGitHub 4dc9718643 Merge pull request #107345 from LibreCybernetics/upgrade-nvidia-vulkan-beta
nvidia-x11.vulkan_beta: 455.46.02 -> 455.46.04
2020-12-23 08:01:32 +01:00
github-actions[bot]andGitHub c0412cfe92 Merge master into staging-next 2020-12-23 06:22:23 +00:00
Peter Hoeg 2ae527c50e qtractor: 0.9.18 -> 0.9.19 2020-12-23 13:07:01 +08:00
Ryan MulliganandGitHub b7eef7b55a Merge pull request #105728 from Stupremee/steam-common-mark-conversion
Convert steam documentation to common mark
2020-12-22 20:42:23 -08:00
Justus KandRyan Mulligan 357f132b94 doc: convert Steam to CommonMark 2020-12-22 20:34:50 -08:00
Mario Rodas 8123355e63 ncmpcpp: 0.8.2 -> 0.9.1 2020-12-23 04:20:00 +00:00
Dmitry KalinkinandGitHub 2e018bdac9 Merge pull request #107433 from WolfangAukang/winetricks-20201206
winetricks: 20200412 -> 20201206
2020-12-22 23:10:49 -05:00
R. RyanTMandJonathan Ringer e57c6c25c0 python37Packages.netcdf4: 1.5.5 -> 1.5.5.1 2020-12-22 18:50:16 -08:00
R. RyanTMandJonathan Ringer 02040cb53d python37Packages.chalice: 1.21.6 -> 1.21.7 2020-12-22 18:39:58 -08:00
Florian Klink e7bfbe369f umockdev: disable tests
Until https://github.com/martinpitt/umockdev/issues/115 is resolved.

Reported-In: https://github.com/NixOS/nixpkgs/issues/107420
2020-12-23 02:20:03 +01:00
Martin WeineltandGitHub a1fb1e9ef8 Merge pull request #107315 from fabaff/maintainer-list
maintainers: add fab
2020-12-23 02:09:36 +01:00
Florian Klink 07c4056179 gnats: format hardened flag isn't supported
When invoking a simple Ada program with `gcc` from `gnats10`, the
following warnings are shown:

```
$ gcc -c conftest.adb
gnat1: warning: command-line option ‘-Wformat=1’ is valid for C/C++/ObjC/ObjC++ but not for Ada
gnat1: warning: command-line option ‘-Wformat-security’ is valid for C/C++/ObjC/ObjC++ but not for Ada
gnat1: warning: ‘-Werror=’ argument ‘-Werror=format-security’ is not valid for Ada
$ echo $?
0
```

This is only spammy when compiling Ada programs inside a Nix derivation,
but certain configure scripts (such as the ./configure script from the
gcc that's built by coreboot's `make crossgcc` command) fail entirely
when getting that warning output.

https://nixos.wiki/wiki/Coreboot currently suggests manually running

> NIX_HARDENING_ENABLE="${NIX_HARDENING_ENABLE/ format/}" make crossgcc

… but actually teaching the nixpkgs-provided cc wrapper that `format`
isn't supported as a hardening flag seems to be the more canonical way
to do this in nixpgks.

After this, Ada programs still compile:

```
$ gcc -c conftest.adb
$ echo $?
0
```

And the compiler output is empty.
2020-12-23 01:51:14 +01:00
github-actions[bot]andGitHub 28fd8e0d59 Merge master into staging-next 2020-12-23 00:48:29 +00:00
P. R. d. O 702161d4d2 winetricks: 20200412 -> 20201206 2020-12-22 18:25:24 -06:00
Jan TojnarandGitHub 00f6d352bd Merge pull request #107348 from rb2k/microdnf 2020-12-23 01:03:32 +01:00
Mario RodasandGitHub bc4dab193d Merge pull request #107301 from marsam/update-zeek
zeek: 3.2.2 -> 3.2.3
2020-12-22 19:00:36 -05:00
John EricsonandGitHub 2d2629f7d4 Merge pull request #107429 from dcbaker/wip/2020-12/waffle-use-meson
Cleanups for waffle
2020-12-22 18:56:19 -05:00
Michele Guerini RoccoandGitHub 4b66d030e7 Merge pull request #107403 from gdamjan/fix-uwsgi-php
pkgs/uwsgi: fix compiling and linking the php plugin in uwsgi
2020-12-23 00:55:48 +01:00
José Romildo MalaquiasandGitHub a1c004725b Merge pull request #107027 from romildo/upd.lxqt
lxqt: update to version 0.16.0
2020-12-22 20:50:10 -03:00
Marc Seeger 638eefae70 microdnf: init at 3.6.0 2020-12-22 15:48:59 -08:00
Marc Seeger dd5ffa7b94 libdnf: init at 0.55.2 2020-12-22 15:48:49 -08:00
Dylan Baker 807c0b0df5 waffle: Add support for non-linux platforms
Waffle works perfectly well on macOS and Windows. Because the meson
options do proper dependency checking already, we can just leave them
out. This has the additional benefit of allowing gbm, surfaceless_egl
and x11_egl supoort to be built on Linux, which are useful in
conjunction with the piglit test suite.
2020-12-22 15:33:27 -08:00
Dylan Baker fd4e4bd8be waffle: Use meson instead of cmake
The cmake build system is deprecated upstream.
2020-12-22 15:33:27 -08:00
Silvan MosbergerandGitHub 4a8ea93127 Merge pull request #65609 from jslight90/patch-2
nixos/sd-image-aarch64: update deprecated option
2020-12-23 00:19:09 +01:00
adisbladisandGitHub f475529d44 Merge pull request #107284 from r3v2d0g/emacs-wrapper-nativecomp
emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'
2020-12-23 00:07:44 +01:00
adisbladisandGitHub 51df49e2ea Merge pull request #107396 from pallix/fix-typo-comment-emacs-packages
Fix small typo in a comment of emacs-packages
2020-12-22 23:42:30 +01:00
Bernardo MeurerandGitHub d39e298135 Merge pull request #107160 from NixOS/zsh-powerlevel10k
zsh-powerlevel10k: 0.14.3 -> 0.14.4
2020-12-22 22:31:35 +00:00
Elis HirwingandGitHub aa9bc1fdf9 Merge pull request #106905 from stephank/imagick-7
phpExtensions.imagick: upgrade to ImageMagick 7
2020-12-22 23:25:35 +01:00
Jan TojnarandGitHub 3dfcc7e3a5 Merge pull request #107044 from jtojnar/overridable-php-packages 2020-12-22 22:39:29 +01:00
Bernardo MeurerandGitHub d3a8c46fa8 Merge pull request #107409 from r-ryantm/auto-update/ulauncher
ulauncher: 5.8.1 -> 5.9.0
2020-12-22 21:31:01 +00:00
Aaron AndersenandGitHub 1e6e7c2bef Merge pull request #106994 from aanderse/sqitch
sqitch: package cleanup
2020-12-22 16:10:26 -05:00
Robert HensingandGitHub 1a553d53c7 Merge pull request #107354 from lrworth/bash-5.1
bash: 5.0 -> 5.1
2020-12-22 21:57:08 +01:00
Bernardo MeurerandGitHub aebe77d84f Merge pull request #107389 from LumiGuide/esptool
esptool: 2.7 -> 3.0, fix #82965
2020-12-22 20:38:08 +00:00
Bernardo MeurerandGitHub 0312504c2e Merge pull request #107407 from wishfort36/master
polybar: 3.5.0 -> 3.5.2
2020-12-22 20:27:03 +00:00
Pavol RusnakandGitHub c03280f9ca Merge pull request #107343 from mmilata/lndmon-201202
prometheus-lnd-exporter: unstable-2020-01-09 -> unstable-2020-12-04
2020-12-22 21:07:00 +01:00
Simonas KazlauskasandGitHub 0f8e7ab737 mapproxy: 1.12.0 -> 1.13.0 (#107203)
Switched to using python3, because pyproj fails to build with python2
2020-12-22 20:49:17 +01:00
SandroandGitHub 010e239e5e Merge pull request #107388 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 4.0.3 -> 4.1.1
2020-12-22 20:48:49 +01:00
Tim Steinbach bf0589a3c5 linux/hardened/patches/5.9: 5.9.15.a -> 5.9.16.a 2020-12-22 14:37:21 -05:00
Tim Steinbach 371b86735f linux/hardened/patches/5.4: 5.4.84.a -> 5.4.85.a 2020-12-22 14:37:19 -05:00
Tim Steinbach 96396f35b8 linux-rt_5_4: 5.4.82-rt45 -> 5.4.84-rt47 2020-12-22 14:36:53 -05:00
Tim Steinbach 8e3726f3c5 awscli: 1.18.200 -> 1.18.201 2020-12-22 14:27:20 -05:00
Tim Steinbach d943d0a2a9 python3Packages.boto3: 1.16.40 -> 1.16.41 2020-12-22 14:26:41 -05:00
Tim Steinbach 6fc561f950 python3Packages.botocore: 1.19.40 -> 1.19.41 2020-12-22 14:26:34 -05:00
Felix Buehler d130a65903 MediaElch: init at 2.8.2 2020-12-22 20:22:10 +01:00
SandroandGitHub b94b61ce59 Merge pull request #107397 from fabaff/htop
htop: 3.0.3 -> 3.0.4
2020-12-22 20:14:57 +01:00