202947 Commits

Author SHA1 Message Date
R. RyanTM
14df7a478e drumkv1: 0.9.10 -> 0.9.11 2019-11-01 17:06:48 -07:00
Mario Rodas
f2f36822ca pythonPackages.flask-cors: fix build 2019-11-01 16:33:17 -07:00
Ivan Kozik
648b1c5b97 chromium: 78.0.3904.70 -> 78.0.3904.87
CVE-2019-13721 CVE-2019-13720

https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html
2019-11-01 23:14:55 +00:00
Marek Mahut
7273a1614f jormungandr: 0.7.0-rc3 -> 0.7.0-rc4 2019-11-01 23:42:02 +01:00
Gabriel Ebner
d00701b84c
Merge pull request #72486 from r-ryantm/auto-update/eprover
eprover: 2.3 -> 2.4
2019-11-01 23:30:50 +01:00
John Ericson
9df7efe0c6 stdenv: Don't stop set -u-ing
Before, we very carefully unapplied and reapplied `set -u` so the rest
of Nixpkgs could continue to not fail on undefined variables. Let's rip
off the band-aid.
2019-11-01 22:03:47 +00:00
John Ericson
373236ccff treewide: JAVA_HOME may not always be defined 2019-11-01 22:00:07 +00:00
markuskowa
7a09b911eb
Merge pull request #72448 from sikmir/qmapshack
qmapshack: 1.13.2 -> 1.14.0
2019-11-01 22:50:45 +01:00
Matthew Bauer
2901593a1e
Merge pull request #72437 from matthewbauer/update-ledger-udev-rules
ledger-udev-rules: update to 2019-05-30
2019-11-01 17:46:22 -04:00
Charles Duffy
8f285340f3
gocryptfs: 1.7 -> 1.7.1 2019-11-01 16:12:22 -05:00
Jörg Thalheim
9f4d7c9941
di: 4.47.1 -> 4.47.2 (#72481)
di: 4.47.1 -> 4.47.2
2019-11-01 21:09:32 +00:00
R. RyanTM
7f919914bf eprover: 2.3 -> 2.4 2019-11-01 14:00:31 -07:00
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
Jörg Thalheim
b55a7a3a57
ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)
ec2-utils: init at 0.5.1, include in amazon-image profile
2019-11-01 20:57:44 +00:00
Daniel Kuehn
6ac9d1fbdc
nixos/ceph: Rewrite old single-node test with new framework 2019-11-01 21:48:22 +01:00
Simon Weber
db369f716f pkgdiff: init at 1.7.2 2019-11-01 13:47:52 -07:00
Simon Weber
9d38807cbe maintainers: add sweber 2019-11-01 13:47:52 -07:00
Jörg Thalheim
67b79add8c
Merge pull request #72462 from r-ryantm/auto-update/ccls
ccls: 0.20190823.3 -> 0.20190823.4
2019-11-01 20:39:23 +00:00
R. RyanTM
177eeccaac di: 4.47.1 -> 4.47.2 2019-11-01 13:35:07 -07:00
Peter Simons
327f135c46 all-cabal-hashes: update to Hackage at 2019-11-01T17:31:41Z 2019-11-01 21:34:11 +01:00
Peter Simons
85099617e5 git-annex: update sha256 hash for new version 7.20191024 2019-11-01 21:28:27 +01:00
Peter Simons
99d8278801 haskell-polysemy: update override for the latest version 2019-11-01 21:28:26 +01:00
Samuel Evans-Powell
3d45947b7d polysemy-plugin: fix tests
- polysemy-plugin was broken due to failing doctests:
  https://github.com/NixOS/nixpkgs/issues/71164.
- I submitted a PR upstream to fix this:
  https://github.com/polysemy-research/polysemy/pull/265.
- I've applied the patch of the PR here and moved the default
  "polysemy" attribute to "polysemy_1_2_0_0" because polysemy-plugin
  requires "polysemy >= 1.2.0.0".
- Move default "polysemy-zoo" attribute to "polysemy-zoo_0_6_0_1"
  because it is fixed by the polysemy-plugin changes and fixes issues
  with building "polysemy-RandomFu" and "knit-haskell".
- Removed packages no longer broken from
  "configuration-hackage2nix.yaml".
- Add cabal-doctest to setupDepends of polysemy-plugin.
2019-11-01 21:28:26 +01:00
Peter Simons
e5b62bb387 haskell-web-routes-th: jailbreak to fix the build of the test suite 2019-11-01 21:28:26 +01:00
Yorick van Pelt
a1b68b688b ghcjs: disable profiling by default 2019-11-01 21:28:26 +01:00
Peter Simons
0790fbcaef hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-7-gbb66e86 from Hackage revision
be4eb7222d.
2019-11-01 21:28:06 +01:00
Peter Simons
90cf679ee7 hackage2nix: update list of broken packages to avoid evaluation errors on Hydra 2019-11-01 21:28:04 +01:00
Peter Simons
82387e1cd3 hackage2nix: web-routes-th & userid compile fine now 2019-11-01 21:28:04 +01:00
Robert Helgesson
f9e31874a4 haskellPackages.pandoc-emphasize-code: mark unbroken
It builds fine without any additional change.
2019-11-01 21:28:04 +01:00
Peter Simons
b86ba293bb LTS Haskell 14.12 2019-11-01 21:28:04 +01: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
R. RyanTM
9925f6e323 dblatex: 0.3.10 -> 0.3.11 2019-11-01 12:03:50 -07: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
R. RyanTM
5165fe7318 diffoscope: 127 -> 129 2019-11-01 11:53:03 -07:00
John Ericson
45e5e68c53 rust: Allow IN_NIX_SHELL to be undefined 2019-11-01 14:45:59 -04:00
John Ericson
b7f4bda282 treewide: *Phase(s)? variables are optional
If these aren't defined, the stdenv defaults are used in the `*Phase`
case, or no extra phases are done, in the `*Phases` case.
2019-11-01 14:44:44 -04:00
John Ericson
7eecf4f8fb find-xml-catalogues: Ensure XML_CATALOG_FILES is defined 2019-11-01 14:44:44 -04:00
John Ericson
2811b032d6 treewide: Make still dont* Variables are optional in most cases
Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case:

 - cc-wrapper's `dontlink`, because it already is handled.

Also, in nix files escaping was manually added.

EMP
2019-11-01 14:44:44 -04:00
John Ericson
1290e532ea treewide: Make more dont* variables OK to be undefined in setup hooks 2019-11-01 14:44:44 -04:00
John Ericson
3835442cf0 patchelf: dontPatchELF in setup hook is allowed to be undefined 2019-11-01 14:44:44 -04:00
John Ericson
d21a660642 gettext, libiconv: dontAddExtraLibs can be legitimately undefined 2019-11-01 14:44:44 -04:00
John Ericson
545e7518a8 bintools-wrapper: Don't stop set -u-ing
Same justification as previous commit.
2019-11-01 14:44:43 -04:00
John Ericson
43a98868ae common setup hooks: set -u robustness
Explicitly handle `dont*` and friends not being defined.
2019-11-01 14:44:43 -04:00
Tadeo Kondrak
d183f7142b
vapoursynth-editor: use qt's mkDerivation 2019-11-01 12:36:52 -06:00
R. RyanTM
22103e4f39 ccls: 0.20190823.3 -> 0.20190823.4 2019-11-01 11:12:48 -07: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 501314c9e8b.
2019-11-01 18:55:37 +01:00