Pierre Bourdon
128bb7be2a
ghostscript: link against "systemwide" liblcms2
...
GS ships with a fork of lcms2 ("lcms2mt"), but the ABI separation
between the fork and the original seems insufficient. If libgs is linked
alongside liblcms2 (for example, this is the case with imagemagick) then
it will call into the original library instead of the fork, causing
segfaults.
Follow the example of both Arch and Debian in this regard -- they both
use the systemwide lib instead of the fork.
2019-03-11 00:07:18 +01:00
Herwig Hochleitner
b854767dac
Merge pull request #56018 from knedlsepp/fix-cuda-gdb
...
cudatoolkit: Several fixes
2019-03-10 23:21:48 +01:00
Sander van der Burg
907c478ceb
titaniumenv: fix stripping the unneeded architectures
2019-03-10 23:18:08 +01:00
Austin Seipp
37fe6bf786
websocat: init at 1.3.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-03-10 16:50:24 -05:00
Timo Kaufmann
ce96994032
sage: fix docbuild ( #57294 )
...
The docbuild (or rather its tests) failed because sphinx built some
English parts of the documentation in Russian. The added debian patch
fixes that by isolating docbuilding threads in sphinx using
proper subprocesses.
2019-03-10 21:42:54 +00:00
Lancelot SIX
ce51fbab82
Merge pull request #56486 from lsix/add_qgis_3
...
qgis: 2.18.28 -> 3.4.5
2019-03-10 22:34:38 +01:00
José Luis Lafuente
053d79dbf0
zathura: 0.4.1 -> 0.4.3, new features and plugin
...
Update to 0.4.3, compile it with more features and add CB plugin
2019-03-10 22:22:10 +01:00
Herwig Hochleitner
88d9ef9e1f
pythonPackage.azure-mgmt-*: fix builds
...
see https://github.com/NixOS/nixpkgs/issues/52547
2019-03-10 22:16:31 +01:00
Herwig Hochleitner
292a4520f9
pythonPackages.msrestazure: init 0.6.0
2019-03-10 22:16:31 +01:00
Herwig Hochleitner
668d18c07a
pythonPackages.msrest: init 0.6.2
2019-03-10 22:16:31 +01:00
Sarah Brofeldt
9b3da9ef64
Merge pull request #57261 from Ma27/fix-autorandr-completions
...
autorandr: install bash completions properly
2019-03-10 21:04:13 +01:00
Peter Simons
a8965a516b
Merge pull request #56877 from peti/t/fix-boost-version-strings
...
boost: fix misspelled version numbers in 1.66.0, 1.67.0, 1.68.0, and 1.69.0
2019-03-10 21:01:57 +01:00
Sarah Brofeldt
f9bb0b3c3a
Merge pull request #57232 from bachp/bonnie-1.98
...
bonnie: 1.97.3 -> 1.98
2019-03-10 20:35:37 +01:00
R. RyanTM
091fbe9409
libcpuid: 0.4.0 -> 0.4.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/libcpuid/versions
2019-03-10 11:47:10 -07:00
Elis Hirwing
eaa24202b4
phpPackages.phpstan: 0.11.2 -> 0.11.3
...
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.3
2019-03-10 19:45:27 +01:00
John Ericson
83e3aff78d
Merge pull request #57267 from obsidiansystems/override-unstable-nix
...
nix*: Make .override work
2019-03-10 14:19:49 -04:00
Tim Steinbach
0db1b7b025
linux: 5.0 -> 5.0.1
2019-03-10 14:16:48 -04:00
Tim Steinbach
742a089322
linux: 4.20.14 -> 4.20.15
2019-03-10 14:16:26 -04:00
Tim Steinbach
810401284f
linux: 4.19.27 -> 4.19.28
2019-03-10 14:16:02 -04:00
John Ericson
4dfe9f9eb8
Merge remote-tracking branch 'upstream/master' into override-unstable-nix
2019-03-10 13:53:59 -04:00
John Ericson
bfc72142e0
nix*: Make .override work
...
Currently, .override is only on a temporary attrset that is thrown away, now it
is also on the nix derivations we use.
2019-03-10 13:52:55 -04:00
Maximilian Bosch
0015e526c7
autorandr: install bash completions properly
2019-03-10 18:06:48 +01:00
Dmitry Kalinkin
db66867b9d
Merge pull request #56050 from hlolli/csound-qt-update
...
csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes
2019-03-10 12:42:01 -04:00
Dmitry Kalinkin
8bf0a82642
csound-qt: fix indentation
2019-03-10 12:40:51 -04:00
José Romildo Malaquias
94e6c82aab
qogir-theme: 2018-11-12 -> 2019-03-10
2019-03-10 12:25:00 -03:00
Daiderd Jordan
132a9a0c32
Merge pull request #56980 from LnL7/python-distlib
...
pythonPackages.distlib: init at 0.2.8
2019-03-10 15:39:29 +01:00
Ryan Mulligan
aeb707d1a9
Merge pull request #57213 from r-ryantm/auto-update/bdf2psf
...
bdf2psf: 1.189 -> 1.190
2019-03-10 07:08:24 -07:00
R. RyanTM
e53b5aaf2c
libgnurl: 7.63.0 -> 7.64.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/libgnurl/versions
2019-03-10 05:58:15 -07:00
Matthew Glazar
0bf2d63366
python35: fix build on macOS
...
The upstream patch for distutils does not apply cleanly to Python 3.5's
sources. Fix the patch to make python35 build on macOS.
2019-03-10 13:38:43 +01:00
R. RyanTM
54cca013ef
freewheeling: 0.6.4 -> 0.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freewheeling/versions
2019-03-10 13:19:57 +01:00
R. RyanTM
459aceacc3
focuswriter: 1.7.1 -> 1.7.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/focuswriter/versions
2019-03-10 13:19:25 +01:00
R. RyanTM
841d338f4e
flatpak-builder: 1.0.3 -> 1.0.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-03-10 13:19:07 +01:00
R. RyanTM
20510cf24e
drumkv1: 0.9.4 -> 0.9.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drumkv1/versions
2019-03-10 13:18:50 +01:00
R. RyanTM
be593f21a5
double-conversion: 3.1.1 -> 3.1.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/double-conversion/versions
2019-03-10 13:18:29 +01:00
R. RyanTM
c10e59e7bf
ddcutil: 0.9.4 -> 0.9.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ddcutil/versions
2019-03-10 13:18:14 +01:00
R. RyanTM
416a965692
coturn: 4.5.1.0 -> 4.5.1.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/coturn/versions
2019-03-10 13:17:16 +01:00
R. RyanTM
9161b2012a
ckbcomp: 1.189 -> 1.190
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ckbcomp/versions
2019-03-10 13:17:00 +01:00
R. RyanTM
d7c1eedf81
cfr: 0.139 -> 0.140
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cfr/versions
2019-03-10 13:16:48 +01:00
R. RyanTM
6cbf57f65c
brave: 0.60.45 -> 0.61.50
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-03-10 13:16:33 +01:00
R. RyanTM
404b76582c
appstream: 0.12.5 -> 0.12.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream/versions
2019-03-10 13:15:33 +01:00
R. RyanTM
65ec866a56
ammonite: 1.6.3 -> 1.6.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2019-03-10 13:15:16 +01:00
R. RyanTM
3bf3a1a795
gcompris: 0.95 -> 0.96
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gcompris/versions
2019-03-10 04:35:54 -07:00
Peter Simons
c103b5b236
python-suds-jurko: disable the test suite
...
The test suite was broken by ee38a0d183
.
2019-03-10 12:13:37 +01:00
Vladyslav M
a2b7b2fd83
Merge pull request #57068 from dywedir/exiftool
...
exiftool: 11.11 -> 11.30
2019-03-10 13:04:22 +02:00
Peter Simons
3dd4ea56d7
haskell-ci: bump to latest git version
2019-03-10 11:12:57 +01:00
Peter Simons
51435890dd
haskell-pandoc: update overrides for the latest LTS release
2019-03-10 11:12:56 +01:00
Peter Simons
fa376f7548
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.2 from Hackage revision
9939986acd
.
2019-03-10 11:12:51 +01:00
Peter Simons
9b5ce24b2e
LTS Haskell 13.11
2019-03-10 11:12:35 +01:00
Peter Simons
ee1f34e9f1
Retire support for "haskellPackageOverrides" from the Nixpkgs config file.
...
54baa53df1
added support for the special
attribute "haskellPackageOverrides" to the Nixpkgs config file to which users
could add their Haskell-specific package overrides. That mechanism has since
then been replaced by the more general "packageOverrides", which has
subsequently been replaced by Nixpkgs overlays, which have recently been
extended for Haskell-specific needs by the "haskell.packageOverrides"
attribute.
"haskellPackageOverrides" was never documented anywhere, so it seems unlikely
that its removal is going to affect anyone.
2019-03-10 11:00:11 +01:00
Jörg Thalheim
e39935ce1a
Merge pull request #57230 from kostspielig/bitwig-studio2
...
bigwig-studio2: 2.4.3->2.5
2019-03-10 09:53:20 +00:00