Andrew Childs
bd61216f55
ec2/create-amis.sh: register root device as /dev/xvda
...
For the case of blkfront drives, there appears to be no difference
between /dev/sda1 and /dev/xvda: the drive always appears as the
kernel device /dev/xvda.
For the case of nvme drives, the root device typically appears as
/dev/nvme0n1. Amazon provides the 'ec2-utils' package for their first
party linux ("Amazon Linux"), which configures udev to create symlinks
from the provided name to the nvme device name. This name is
communicated through nvme "Identify Controller" response, which can be
inspected with:
nvme id-ctrl --raw-binary /dev/nvme0n1 | cut -c3073-3104 | hexdump -C
On Amazon Linux, where the device is attached as "/dev/xvda", this
creates:
- /dev/xvda -> nvme0n1
- /dev/xvda1 -> nvme0n1p1
On NixOS where the device is attach as "/dev/sda1", this creates:
- /dev/sda1 -> nvme0n1
- /dev/sda11 -> nvme0n1p1
This is odd, but not inherently a problem.
NixOS unconditionally configures grub to install to `/dev/xvda`, which
fails on an instance using nvme storage. With the root device name set
to xvda, both blkfront and nvme drives are accessible as /dev/xvda,
either directly or by symlink.
2019-11-02 05:58:58 +09:00
Aaron Andersen
917c498534
Merge pull request #70479 from risicle/ris-libapreq2-CVE-2019-12412
...
perlPackages.libapreq2: add patch for CVE-2019-12412
2019-11-01 15:56:07 -04:00
Marek Mahut
b3cf2d2508
qtbitcointrader: using mkDerivation for Qt5
2019-11-01 20:03:59 +01:00
R. RyanTM
1a40258c27
qtbitcointrader: 1.40.41 -> 1.40.43
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtbitcointrader/versions
2019-11-01 20:03:59 +01:00
worldofpeace
328fbf3f47
Merge pull request #72465 from tadeokondrak/vsedit-qt-mkderivation
...
vapoursynth-editor: use qt's mkDerivation
2019-11-01 18:58:48 +00:00
Tadeo Kondrak
d183f7142b
vapoursynth-editor: use qt's mkDerivation
2019-11-01 12:36:52 -06:00
Mario Rodas
492a0c7bc5
pazi: 0.4.0 -> 0.4.1
2019-11-01 11:09:04 -07:00
Maximilian Bosch
d4e516cc82
cargo-xbuild: 0.5.15 -> 0.5.18
...
https://github.com/rust-osdev/cargo-xbuild/blob/master/CHANGELOG.md#v0518---2019-10-08
2019-11-01 19:00:01 +01:00
Michael Weiss
d917e00b55
python3Packages.pysnmp: Fix the build
...
The build did most likely break due to 501314c9e8
.
2019-11-01 18:55:37 +01:00
Gabriel Ebner
26c2293762
curaPlugins.octoprint: patch merged upstream
2019-11-01 18:48:17 +01:00
Gabriel Ebner
895874d214
curaPlugins.octoprint: make compatible with cura 4.3.0
2019-11-01 18:00:01 +01:00
Florian Klink
9ebe6211fa
Merge pull request #72098 from risicle/ris-imagemagick-6.9.10-69-7.0.9-0
...
imagemagick6: 6.9.10-68 -> 6.9.10-69, imagemagick7: 7.0.8-68 -> 7.0.9-0
2019-11-01 17:59:35 +01:00
adisbladis
8930e0c21d
Merge pull request #72210 from urkud/emacs-cmake-mode-dontConfigure
...
emacs-cmake-mode: do not run `configure`
2019-11-01 16:37:03 +00:00
adisbladis
0f76051d67
Merge pull request #72243 from urkud/emacs-rtags
...
emacs-*-rtags: use upstream package names
2019-11-01 16:34:14 +00:00
Mario Rodas
fb229fc3dc
terraform: 0.12.12 -> 0.12.13 ( #72439 )
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
2019-11-01 16:31:48 +00:00
Jörg Thalheim
8b8eeb8491
rust-src: shrink the size ( #72434 )
...
rust-src: shrink the size
2019-11-01 16:02:36 +00:00
Jörg Thalheim
56240d7f20
Merge pull request #71899 from decentriq/aslemmer/build-rust-package-add-target
...
build-support/rust: Add target option
2019-11-01 15:46:47 +00:00
Marek Mahut
a8ebd0b0c0
Merge pull request #72422 from r-ryantm/auto-update/bitcoin-abc
...
bitcoin-abc: 0.20.3 -> 0.20.5
2019-11-01 16:46:30 +01:00
Matthew Bauer
5d6d502b47
Merge pull request #72426 from Kha/xdg-utils-mimetype
...
xdg-utils: fix reference to mimetype
2019-11-01 11:09:17 -04:00
oxalica
24af7ef427
rust-src: shrink the size
2019-11-01 23:02:34 +08:00
Mario Rodas
0be5b62cdb
Merge pull request #72406 from xrelkd/update/eksctl
...
eksctl: 0.7.0 -> 0.8.0
2019-11-01 09:46:08 -05:00
Marek Mahut
43a0b4b31f
Merge pull request #72415 from 1000101/trickster
...
nixos/trickster: init
2019-11-01 15:39:50 +01:00
Sebastian Ullrich
1e2ae6d818
xdg-utils: fix reference to mimetype
...
Before this change, xdg-open would impurely look up mimetype in the PATH. While
it would fall back to file if not found, mimetype gives decidedly better output
(e.g. text/csv instead of just text/plain).
2019-11-01 15:38:49 +01:00
Doron Behar
cf2a4fff01
urxvt_bidi: init at 2.15 ( #70312 )
...
Add plugin to default wrapper.
2019-11-01 10:36:20 -04:00
exfalso
bb7184d6a6
buildRustPackage: Add readme comment on target option
2019-11-01 14:19:39 +00:00
Lancelot SIX
59653b0453
Merge pull request #72421 from prusnak/cointop
...
cointop: 1.3.4 -> 1.3.6
2019-11-01 14:57:54 +01:00
R. RyanTM
5a4021bece
bitcoin-abc: 0.20.3 -> 0.20.5
2019-11-01 06:49:10 -07:00
Pavol Rusnak
314334b705
cointop: 1.3.4 -> 1.3.6
2019-11-01 14:46:11 +01:00
Vladyslav M
f46d93458e
tealdeer: 1.1.0 -> 1.2.0 ( #72402 )
...
tealdeer: 1.1.0 -> 1.2.0
2019-11-01 15:23:13 +02:00
Jan Hrnko
4adb3dd7de
nixos/trickster: add test
2019-11-01 14:10:53 +01:00
worldofpeace
021a5cc6ab
Merge pull request #72400 from worldofpeace/fix/accountsservice
...
accountsservice: fix vendor extensions
2019-11-01 13:05:41 +00:00
worldofpeace
a0b037b863
Merge pull request #72391 from urkud/gnupg-pinentry-gnome3
...
nixos/gnupg: add dbus dependencies for gnome3 pinentry
2019-11-01 13:02:21 +00:00
Yury G. Kudryashov
7240566f74
nixos/gnupg: add dbus dependencies for gnome3 pinentry
2019-11-01 08:58:11 -04:00
Jörg Thalheim
39e5592127
eternal-terminal: 5.1.10 -> 6.0.4 ( #71915 )
...
eternal-terminal: 5.1.10 -> 6.0.4
2019-11-01 12:29:11 +00:00
Silvan Mosberger
dd0a47e7ae
treewide: Switch to system users ( #71055 )
...
treewide: Switch to system users
2019-11-01 13:26:43 +01:00
Jelle Besseling
a25d98f399
eternal-terminal: 5.1.10 -> 6.0.4
2019-11-01 12:46:50 +01:00
Jelle Besseling
c50a10bf20
maintainers: add pingiun
2019-11-01 12:46:26 +01:00
Maximilian Bosch
eb2284508d
xorriso: 1.5.0 -> 1.5.2
2019-11-01 12:31:31 +01:00
Maximilian Bosch
e87072bf69
Merge pull request #72414 from Tomahna/scalafmt
...
scalafmt: 2.2.1 -> 2.2.2
2019-11-01 11:49:35 +01:00
Maximilian Bosch
945a52c90d
Merge pull request #72382 from kolaente/update/gitea-1.9.5
...
gitea: 1.9.4 -> 1.9.5
2019-11-01 11:33:59 +01:00
Jeroen Wijenbergh
8a50025063
tealdeer: 1.1.0 -> 1.2.0
2019-11-01 12:27:53 +02:00
Jan Hrnko
9b0aefac86
nixos/trickster: init
2019-11-01 10:57:29 +01:00
Jan Hrnko
8b41fa2cc0
trickster: init at 0.1.10
2019-11-01 10:56:59 +01:00
Kevin Rauscher
2ad5e05c73
scalafmt: 2.2.1 -> 2.2.2
2019-11-01 10:21:54 +01:00
Marek Mahut
87955cb30a
Merge pull request #71863 from r-ryantm/auto-update/qsampler
...
qsampler: 0.5.6 -> 0.6.0
2019-11-01 09:38:13 +01:00
Marek Mahut
09e657c6eb
Merge pull request #71885 from r-ryantm/auto-update/swaks
...
swaks: 20181104.0 -> 20190914.0
2019-11-01 09:37:49 +01:00
Marek Mahut
c3c6f849bd
Merge pull request #71568 from r-ryantm/auto-update/fwts
...
fwts: 19.08.00 -> 19.09.00
2019-11-01 09:23:30 +01:00
Marek Mahut
fd6aba3080
Merge pull request #71588 from r-ryantm/auto-update/gitfs
...
gitfs: 0.4.5.1 -> 0.5.1
2019-11-01 09:22:35 +01:00
Marek Mahut
fc0d4077cb
Merge pull request #71847 from r-ryantm/auto-update/qsynth
...
qsynth: 0.5.7 -> 0.6.0
2019-11-01 09:19:42 +01:00
Marek Mahut
635cea64a7
swaks: fixing meta.description
2019-11-01 09:13:25 +01:00