Commit graph

170471 commits

Author SHA1 Message Date
worldofpeace bf7a1b2afb quilter: 1.6.8 -> 1.7.0
https://github.com/lainsce/quilter/releases/tag/1.7.0
2019-02-21 19:13:27 -05:00
worldofpeace f9d4abaddf notejot: 1.5.4 -> 1.5.5
https://github.com/lainsce/notejot/releases/tag/1.5.5
2019-02-21 19:11:03 -05:00
worldofpeace e0baf51825
Merge pull request #55980 from dtzWill/update/libhandy-0.0.8
libhandy: 0.0.7 -> 0.0.8
2019-02-21 18:51:50 -05:00
worldofpeace a1c295e971 pantheon.wingpanel-indicator-nightlight: 2.0.1 -> 2.0.2 2019-02-21 18:12:47 -05:00
worldofpeace 114575ef71 pantheon.elementary-screenshot-tool: 1.6.1 -> 1.6.2 2019-02-21 18:12:47 -05:00
Will Dietz fa2dcfe306
Merge pull request #55977 from dtzWill/update/kvantum-0.10.9
libsForQt.qtstyleplugin-kvantum: 0.10.8 -> 0.10.9
2019-02-21 17:01:32 -06:00
Will Dietz e20a69f45d
Merge pull request #56009 from dtzWill/update/jdupes-1.12
jdupes: 1.11.1 -> 1.12
2019-02-21 16:59:59 -06:00
Robert Helgesson 06a81825b7
Merge pull request #56169 from rycee/font/undefined-medium
undefined-medium: init at 1.0
2019-02-21 23:47:00 +01:00
xeji 969cff2691
Merge pull request #55401 from xtruder/pkgs/hplip/3.19.1
hplip: 3.18.5 -> 3.19.1
2019-02-21 23:23:33 +01:00
Robert Helgesson 14f653b47a
undefined-medium: init at 1.0 2019-02-21 23:16:07 +01:00
Elis Hirwing 6483e75afa
installer: Enable pulseaudio in all graphical iso's 2019-02-21 23:04:33 +01:00
Sebastian Jordan 96800caed3 nix-prefetch-github: 1.3 -> 2.0 2019-02-21 22:56:22 +01:00
Thomas Mader 98c6d9d799 ldc: 1.12.0 -> 1.14.0 2019-02-21 22:44:52 +01:00
Michael Weiss e66b8d5fb1
signal-desktop: 1.21.2 -> 1.22.0 2019-02-21 22:14:29 +01:00
rnhmjoj 43c1160463
vapoursynth: R44 -> R45.1 2019-02-21 22:08:33 +01:00
Sander van der Burg f3294b93ec xcodeenv: fix generation of ad-hoc wireless installation page 2019-02-21 21:42:05 +01:00
Sarah Brofeldt 9c26b10bee
Merge pull request #53873 from tilpner/tahoelafs-update
tahoe-lafs: 1.12.1 -> 1.13.0
2019-02-21 21:29:49 +01:00
Sander van der Burg b72070959a xcodeenv: do not rename bundleId to lowercase 2019-02-21 21:17:15 +01:00
hlolli 649e3357e9 csound-manual: init at 6.12.0 2019-02-21 21:11:23 +01:00
Wael Nasreddine 191eeb45d4
bazel-watcher: 0.9.0 -> 0.9.1 (#56122) 2019-02-21 11:50:48 -08:00
Matthias Beyer e77902ce7b dasht: init at v2.3.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-21 20:05:20 +01:00
Vladyslav M 6c5097ba02
Merge pull request #55978 from dtzWill/update/udiskie-1.7.7
udiskie: 1.7.5 -> 1.7.7
2019-02-21 20:40:23 +02:00
Pascal Wittmann ba42e056dc
zim: 0.69 -> 0.69.1 2019-02-21 19:19:59 +01:00
Ryan Mulligan d1a66f6e03
Merge pull request #56114 from das-g/owncloud-client-2.5.3
owncloud-client: 2.4.3 -> 2.5.3.11470
2019-02-21 09:34:19 -08:00
Danylo Hlynskyi d0d099266e
postgresql: fix regression in NixOS after update to 11.2 (#56146)
ryantm bot updates `psqlSchema` alongside with version: https://github.com/NixOS/nixpkgs/pull/50646, https://github.com/NixOS/nixpkgs/pull/55860
but `psqlSchema` is used to generate `stateDir`. It shouldn't be updated.

Ideally it should be equal to postgresql major version for pg versions,
but we already have deployments in /var/lib/postgresql/11.1. Strange why
nobody complained when it was changed from 11.0 -> 11.1.

I propose do correct naming for PG12+, but status quo for current versions.

Fixes https://github.com/NixOS/nixpkgs/issues/56134
2019-02-21 19:21:08 +02:00
Orivej Desh dd269b4628 kmplot: init at 18.12.1 2019-02-21 16:19:41 +00:00
Franz Pletz 8ef1e4186f
Merge pull request #56152 from adamtulinius/k8s-scheduler-missing-restart
nixos/kubernetes: add missing systemd restart options
2019-02-21 14:58:15 +00:00
Austin Seipp c36c048c0e dockerTools: mark store-path-to-layer.sh as executable
bcf54ce5bb introduced a treewide change to
use ${stdenv.shell} where-ever possible. However, this broke a script
used by dockerTools, store-path-to-layer.sh, as it did not preserve the
+x mode bit. This meant the file got put into the store as mode 0444,
resulting in a build-time error later on that looked like:

    xargs: /nix/store/jixivxhh3c8sncp9xlkc4ls3y5f2mmxh-store-path-to-layer.sh: Permission denied

However, in a twist of fate, bcf54ce5bb
not only introduced this regression but, in this particular instance,
didn't even fix the original bug: the store-path-to-layer.sh script
*still* uses /bin/sh as its shebang line, rather than an absolute path
to stdenv. (Fixing this can be done in a separate commit.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-21 08:30:47 -06:00
Markus Kowalewski 99ca454f23
hdf5: add openmpi-4 compatibility patches 2019-02-21 15:08:33 +01:00
Markus Kowalewski c6f039e59c
openmpi: add patch for mpi tests on machines with less than 4 cores
Fix a bug that ignores OMPI_MCA_rmaps_base_oversubscribe (upstream patch).
This bug breaks the test from libs, such as scalapack,
on machines with less than 4 cores.
2019-02-21 15:08:33 +01:00
Markus Kowalewski dbf5135385
scalapack: update meta data
* Set platform from linux -> x86_64-linux
  Scalapack does not seem to run properly on ARM (failing tests)

* Add markuskowa as maintainer
2019-02-21 15:08:33 +01:00
Markus Kowalewski 10e5cfd5fc
pythonPackages.mpi4py: add patch for openmpi-4.0.0 compatibility 2019-02-21 15:08:33 +01:00
Markus Kowalewski 4aa90ac089
scalapack: add openmpi4 compatibility patch 2019-02-21 15:08:32 +01:00
Markus Kowalewski 47a774527d
globalarrays: use autoreconfHook 2019-02-21 15:08:32 +01:00
Markus Kowalewski c0bc7a3b3d
globalarrays: add openmpi-4 compatibility patches 2019-02-21 15:08:32 +01:00
Markus Kowalewski 840716a8b6
openmpi: Use external hwloc and libevent
Recommended in the upgrade guide:
https://www.open-mpi.org/software/ompi/major-changes.php
2019-02-21 15:08:32 +01:00
Markus Kowalewski c26a79a556
release-notes: add note about openmpi-4.0.0 upgrade.
Add link to openmpi upgrade guide, regarding deprecated MPI-1 symbols.
2019-02-21 15:08:32 +01:00
Markus Kowalewski 3ed9664827
openmpi: 3.1.3 -> 4.0.0
openmpi-4.0.0 removes deprecated MPI-1 symbols.
For upgrade guide see:
https://www.open-mpi.org/faq/?category=mpi-removed
2019-02-21 15:06:16 +01:00
Franz Pletz bd3fdc99e3
Merge pull request #56147 from callahad/linux-kernel-sed
linux: Enable support for Self-Encrypting Drives
2019-02-21 14:02:01 +00:00
Adam Finn Tulinius 291c809888 nixos/kubernetes: add missing systemd restart options 2019-02-21 14:57:57 +01:00
Katharina Fey 2f52a435f9
dive: 0.5.0 -> 0.6.0 2019-02-21 14:37:49 +01:00
Sarah Brofeldt 49d963855a
Merge pull request #56148 from adamtulinius/morph-v1.2.0
morph: 1.1.0 -> 1.2.0
2019-02-21 14:28:07 +01:00
Robert Schütz 255f67e50f abcmidi: 2019.01.01 -> 2019.02.08 2019-02-21 14:18:22 +01:00
Robert Schütz 3382d93982 home-assistant-cli: 0.5.0 -> 0.6.0 2019-02-21 14:03:35 +01:00
Adam Finn Tulinius 3ad5550d21 morph: 1.1.0 -> 1.2.0 2019-02-21 13:55:46 +01:00
Dan Callahan 0ea8c6e3de
linux: Enable support for Self-Encrypting Drives
To quote block/Kconfig:

> Builds Logic for interfacing with Opal enabled controllers.
> Enabling this option enables users to setup/unlock/lock
> Locking ranges for SED devices using the Opal protocol.

Without `BLK_SED_OPAL`, it is impossible to resume from sleep when using
a locked self-encrypting drive.

This configuration option appeared in earlier kernels, but only reached
maturity in 4.14 according to discussion at:

- https://github.com/Drive-Trust-Alliance/sedutil/issues/90 and
- https://github.com/Drive-Trust-Alliance/sedutil/pull/190

This kernel option is enabled in the default kernels shipped with
Fedora, Debian, and other mainstream Linux distributions.
2019-02-21 12:14:47 +00:00
Peter Simons 6450d8c5ca haskell-hledger: drop obsolete (and already commented-out) overrides 2019-02-21 12:12:18 +01:00
Peter Simons 7a6bbb41ac haskell-hledger: don't install data files that don't belong to this package
Fixes https://github.com/NixOS/nixpkgs/issues/53936.
2019-02-21 12:12:18 +01:00
Peter Simons 1d6532d976
Merge pull request #56137 from jacereda/cereal-check-head
cereal: run test suite on ghc-head
2019-02-21 11:54:11 +01:00
Peter Simons 62eae63a49
Merge pull request #56139 from jacereda/psqueues-check-head
psqueues: run test suite on ghc-head
2019-02-21 11:53:25 +01:00