R. RyanTM
50d8295cc6
gawk: 4.2.1 -> 5.0.1 ( #59503 )
...
* gawk: 4.2.1 -> 5.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gawk/versions
* libgpg-error: fix build with gawk 5
Cherry picked commit 6fe2cdd03c
from
https://github.com/NixOS/nixpkgs/pull/67801 .
2019-08-31 07:13:30 -04:00
Averell Dalton
5017f4c608
iso-codes: 3.79 -> 4.3
2019-08-31 12:44:13 +02:00
Averell Dalton
d8be742844
tzdata: 2019a -> 2019b
2019-08-31 12:43:34 +02:00
Izorkin
d164d84514
nftables: 0.9.1 -> 0.9.2
2019-08-31 12:37:33 +02:00
Izorkin
232fd7f1ea
libnftnl: 1.1.3 -> 1.1.4
2019-08-31 12:37:33 +02:00
Will Dietz
1343b61796
xorg.libpciaccess: 0.14 -> 0.16
...
https://lists.x.org/archives/xorg-announce/2019-July/003014.html
2019-08-31 12:36:53 +02:00
Ben Wolsieffer
dc74568f65
gst_all_1.gst-plugins-base: fix build on ARM
2019-08-31 12:36:18 +02:00
R. RyanTM
2bcba7336f
harfbuzz: 2.5.3 -> 2.6.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2019-08-31 12:34:42 +02:00
R. RyanTM
857fb6744a
flac: 1.3.2 -> 1.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flac/versions
2019-08-31 12:34:17 +02:00
Lancelot SIX
6544f1ae92
libgcrypt: 1.8.4 -> 1.8.5
...
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00008.html
for release information
2019-08-31 12:33:21 +02:00
Frederik Rietdijk
151f52bf96
e2fsprogs: disable failing tests ( #65471 )
...
Disable several tests that often fail on Hydra but not locally.
2019-08-31 10:27:57 +02:00
Frederik Rietdijk
06af54c986
Fixup merge by removing incorrect emacsXXPackages
2019-08-31 10:27:54 +02:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
Vincent Laporte
81760f3235
ocamlPackages.cstruct: 3.1.1 -> 4.0.0
...
ocamlPackages.cstruct-sexp: init at 4.0.0
ocamlPackages.x509: 0.6.1 -> 0.7.1
ocamlPackages.tls: 0.9.0 -> 0.10.4
jackline: 2018-05-11 -> 2019-08-08
2019-08-31 06:55:26 +00:00
Vincent Laporte
10ffd51a96
ocamlPackages.bigarray-compat: init at 1.0.0
2019-08-31 06:55:26 +00:00
Vincent Laporte
e9edc7537a
ocamlPackages.gmap: init at 0.3.0
2019-08-31 06:55:26 +00:00
Vincent Laporte
d33df05f50
ocamlPackages.domain-name: init at 0.3.0
2019-08-31 06:55:26 +00:00
Linus Heckemann
4b8755a43c
Merge pull request #66576 from input-output-hk/nvme-apple-ssd
...
kernelPatches: mac nvme t2 support
2019-08-31 08:51:49 +02:00
Vladyslav M
a5ba6ba8d7
Merge pull request #67811 from tadeokondrak/neofetch-6.1.0
...
neofetch: 6.0.0 -> 6.1.0
2019-08-31 09:48:40 +03:00
Ryan Mulligan
c56a764e2e
Merge pull request #67782 from jonringer/bump-exempi
...
exempi: 2.4.5 -> 2.5.1
2019-08-30 23:36:11 -07:00
Tadeo Kondrak
b79f6f68a7
neofetch: 6.0.0 -> 6.1.0
2019-08-31 00:09:47 -06:00
Andreas Herrmann
1bf70fd2f1
bazel: cctools runtime dependency on darwin ( #66724 )
...
The bazel build patches paths like `/usr/bin/install_name_tool` to refer
to `${cctools}/bin/install_name_tool` instead. If the corresponding
runtime dependency is not denoted, then darwin users can encounter "file
not found" errors, e.g. when they fetch bazel from a binary cache and
don't have `cctools` in their own nix store.
2019-08-30 22:35:33 -06:00
aszlig
d7c7fc4603
nixos/tests/systemd: Fix x-initrd-mount flakiness ( #67798 )
...
It turns out that checking for the last mount time of an ext4 file
system isn't a very reliable way to check whether the file system was
properly unmounted.
When creating that test in the first place (88530e02b6
),
I was reluctant to inspect the file system when the VM is down and was
searching for a way to check for a clean unmount *after* the file system
was mounted again to make sure we don't need to create a 512 MB raw
image on the host.
Fortunately however, when converting from qcow2, qemu-img actually
writes a sparse file, so for most file systems (that is, file systems
supporting sparse files) this shouldn't waste a lot of disk space.
So when investigating the flakiness, I found that whenever the test is
failing, the unmount of /test-x-initrd-mount was done *before* the final
step during which systemd remounts+unmounts all the remaining file
systems.
I haven't investigated why this is the case, but the test is a
regression test for https://github.com/NixOS/nixpkgs/issues/35268 , which
actually didn't unmount the file system *at* *all*, so really all we
need to take care here is whether the unmount has happened and not
*how*.
To make sure that checking the filesystem state is enough for this, I
temporarily replaced the $machine->shutdown call with $machine->crash
and verified that the file system state is "not clean".
Signed-off-by: aszlig <aszlig@nix.build>
Fixes: https://github.com/NixOS/nixpkgs/issues/67555
2019-08-31 00:30:50 -04:00
averelld
5a581c420c
python.pkgs.handout: init at 1.0.0 ( #66263 )
2019-08-31 00:19:16 -04:00
averelld
60216e8472
hexchat: 2.12.4 -> 2.14.2 ( #67714 )
2019-08-31 00:06:40 -04:00
worldofpeace
1a4903aa05
Merge pull request #67802 from rnhmjoj/monero
...
monero-gui: cleanup
2019-08-30 23:29:39 -04:00
rnhmjoj
bd1e4424e5
monero-gui: cleanup for qt wrappers
2019-08-30 23:27:18 -04:00
Samuel Leathers
ebe4fd146b
Merge pull request #66010 from r-ryantm/auto-update/openldap
...
openldap: 2.4.47 -> 2.4.48
2019-08-30 23:16:08 -04:00
Samuel Leathers
41a3746a90
Merge pull request #66253 from magenbluten/rocksdb
...
rocksdb: 6.1.2 -> 6.2.2
2019-08-30 23:04:43 -04:00
Dmitry Kalinkin
9ff46956f5
Merge pull request #66748 from lblasc/selinux29
...
selinux: 2.7 -> 2.9
2019-08-30 22:45:36 -04:00
Aaron Andersen
6baeab2042
Merge pull request #67711 from luzpaz/olive-editor-update
...
olive-editor: 0.1.0 -> 0.1.1
2019-08-30 22:14:07 -04:00
luz.paz
aaad52ba7a
olive-editor: 0.1.0 -> 0.1.1
...
Commit updated according to #65399
2019-08-30 21:18:37 -04:00
Aaron Andersen
37c6e329d9
Merge pull request #67583 from jollheef/dino-unstable-2019-08-27
...
dino: 2019-02-06 -> 2019-08-27
2019-08-30 21:00:00 -04:00
Florian Klink
4e586dea50
Merge pull request #63773 from flokli/installation-device-fixes
...
installation-device.nix: explain sshd usage, don't include clone-config
2019-08-31 02:59:23 +02:00
Aaron Andersen
27bd71c008
Merge pull request #67668 from strager/iwyu-0.12
...
include-what-you-use: 0.10 -> 0.12
2019-08-30 20:41:51 -04:00
Mario Rodas
4e24cf1591
Merge pull request #67600 from marsam/update-plv8
...
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
2019-08-30 19:15:35 -05:00
worldofpeace
f0dce64acd
Merge pull request #67529 from worldofpeace/disable-penultimate
...
nixos/fontconfig-penultimate: disable by default
2019-08-30 19:54:03 -04:00
worldofpeace
0d220e4ed6
nixos/fontconfig-penultimate: disable by default
...
It currently lacks an emoji font-family which means it has to be
disabled for them to function [0]. Additionally it's fallen out of
necessity to ship custom font rendering settings (as far as I'm aware
of).
[0]: https://github.com/NixOS/nixpkgs/pull/67215
2019-08-30 19:50:30 -04:00
Maximilian Bosch
1a1d1bc389
Merge pull request #67786 from danieldk/maturin
...
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00
Maximilian Bosch
00762b5754
Merge pull request #67778 from jonringer/bump-filezilla
...
filezilla: 3.43.0 -> 3.44.2
2019-08-31 01:09:46 +02:00
Matthew Bauer
7c76c8ce32
Merge pull request #67796 from zimbatm/remove-empty-nix-files
...
remove empty nix file
2019-08-30 18:02:22 -04:00
zimbatm
80a3988150
remove empty nix file
...
Nix repl hangs when evaluating empty files.
find -name "*.nix" -empty -delete
2019-08-31 00:00:29 +02:00
Michael Raskin
1c1f69f717
Merge pull request #67794 from samueldr/pkg/sgtpuzzles/20190415.e2135d5
...
sgtpuzzles: 20180429.31384ca -> 20190415.e2135d5
2019-08-30 21:49:46 +00:00
Samuel Dionne-Riel
d9076f6503
sgtpuzzles: 20180429.31384ca -> 20190415.e2135d5
2019-08-30 17:18:40 -04:00
adisbladis
52be1a3de0
melpa-packages: 2019-08-30
2019-08-30 22:13:16 +01:00
adisbladis
347a0c25f3
elpa-packages: 2019-08-30
2019-08-30 22:13:01 +01:00
adisbladis
71846dfceb
emacs-packages: Add update script that fetches from overlay
2019-08-30 22:11:30 +01:00
Michael Weiss
3c6d4d7e06
gitRepo: 1.13.5 -> 1.13.5.1
2019-08-30 22:54:27 +02:00
zimbatm
3d0af7848c
Merge pull request #67607 from zimbatm/verifpal-0.2
...
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00