worldofpeace
adf0e91799
Merge pull request #57194 from dtzWill/update/pavucontrol-4.0
...
pavucontrol: 3.0 -> 4.0
2019-03-11 03:07:44 -04:00
Will Dietz
dbd7bbb7d8
Merge pull request #57040 from dtzWill/update/libhandy-0.0.9
...
libhandy: 0.0.8 -> 0.0.9
2019-03-11 01:57:39 -05:00
Will Dietz
4e33431246
vit: 1.2 -> 1.3, cleanup + maintain
...
1.3 is essentially same as long-time beta 1.3.beta1
https://github.com/scottkosty/vit/releases/tag/v1.3
(and linked notes to the beta)
2019-03-11 00:44:48 -05:00
Michael Raskin
2a41d0304f
Merge pull request #57291 from jlesquembre/zathura
...
zathura: 0.4.1 -> 0.4.3, new features and plugin
2019-03-11 05:36:44 +00:00
Cray Elliott
a7ee76676a
Merge pull request #57318 from r-ryantm/auto-update/mgba
...
mgba: 0.7.0 -> 0.7.1
2019-03-10 21:51:04 -07:00
R. RyanTM
ab162ec3aa
nx-libs: 3.5.99.18 -> 3.5.99.19
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nx-libs/versions
2019-03-10 21:41:31 -07:00
James Cook
a70eab360f
Merge pull request #57249 from r-ryantm/auto-update/libgnurl
...
libgnurl: 7.63.0 -> 7.64.0
2019-03-11 03:45:26 +00:00
R. RyanTM
21650abd8a
nmon: 16h -> 16i
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
2019-03-10 20:36:52 -07:00
Dmitry Kalinkin
2274611acb
Merge pull request #57195 from dtzWill/update/proot-5.1.0.20190305
...
proot: update, consolidate, python extension support
2019-03-10 23:21:04 -04:00
Peter Hoeg
136126ceae
Merge pull request #56498 from ariutta/patch-1
...
cytoscape: bump 3.6.1 -> 3.7.1
2019-03-11 11:20:50 +08:00
Peter Hoeg
126c2b0983
Merge pull request #57117 from marsam/update-heroku
...
heroku: 7.19.4 -> 7.22.4
2019-03-11 11:20:06 +08:00
Peter Hoeg
f4ffe5c951
Merge pull request #56328 from matti-kariluoma/master
...
candle: init at 1.1
2019-03-11 10:45:46 +08:00
R. RyanTM
bbee9fac85
mksh: 56c -> 57
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mksh/versions
2019-03-10 17:46:59 -07:00
worldofpeace
c14acca786
Merge pull request #57212 from r-ryantm/auto-update/audacity
...
audacity: 2.3.0 -> 2.3.1
2019-03-10 20:32:50 -04:00
worldofpeace
f589fe5835
Merge pull request #57197 from dtzWill/update/capitaine-cursors-3
...
capitaine-cursors: 2.1 -> 3
2019-03-10 20:28:37 -04:00
worldofpeace
f4d2e8dac1
capitaine-cursors: use pname
2019-03-11 00:24:39 +00:00
Ryan Mulligan
1512be9fd3
Merge pull request #57316 from r-ryantm/auto-update/mbuffer
...
mbuffer: 20190113 -> 20190127
2019-03-10 17:18:48 -07:00
R. RyanTM
132bb0bbe3
mgba: 0.7.0 -> 0.7.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/mgba/versions
2019-03-10 17:17:10 -07:00
Ryan Mulligan
beecd1b5c1
Merge pull request #57272 from r-ryantm/auto-update/libcpuid
...
libcpuid: 0.4.0 -> 0.4.1
2019-03-10 17:16:26 -07:00
R. RyanTM
7a5688d8a6
mbuffer: 20190113 -> 20190127
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
2019-03-10 16:45:37 -07:00
Pierre Bourdon
a9cf5c27ec
imagemagickBig: revert meta.broken to false
2019-03-11 00:13:02 +01:00
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
R. RyanTM
59db0ca1ea
libosmium: 2.15.0 -> 2.15.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/libosmium/versions
2019-03-10 13:12:09 -07: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
Izorkin
799f9004a9
php: add custom options
2019-03-10 15:43:45 +03: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
Jörg Thalheim
fc3f98bb7d
Merge pull request #57217 from r-ryantm/auto-update/ccls
...
ccls: 0.20181225.8 -> 0.20190301
2019-03-10 09:43:39 +00:00
Vladyslav M
ad2cbb8029
Merge pull request #57110 from volth/gtkdoc
...
gnome2.gtkdoc -> gtk-doc
2019-03-10 11:31:41 +02:00
Pascal Bach
260f0e0c5c
bonnie: fix bon_csv2txt utility
...
The bon_csv2txt utility is a perl script. By default it is looking forbonnie: fix bon_csv2txt utility
The bon_csv2txt utility is a perl script. By default it is looking for
perl in /usr/bin/perl which doesn't work on nixos.
This changes patches the perl interpreter correctly. But this comes as at a cost of
closure size increase from 34'006'536 bytes to 90'289'456 bytes as perl is now a dependency.
An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter
being present in PATH.
perl in /usr/bin/perl which doesn't work on nixos.
This changes patches the perl interpreter correctly. But this comes as at a cost of
closure size increase as perl is now a dependency.
An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter
being present in PATH.
2019-03-10 10:29:53 +01:00
Pascal Bach
d039887386
bonnie: 1.97.3 -> 1.98
...
Version is already available in debian testing.
2019-03-10 10:29:51 +01:00
Jörg Thalheim
f982aa04ac
Merge pull request #57122 from flokli/yubioath-desktop-qml2
...
yubioath-desktop: prefix QML2_IMPORT_PATH
2019-03-10 09:24:25 +00:00
kostspielig
3b4f54aa38
bigwig-studio2: 2.4.3->2.5
...
Update to newever version
2019-03-10 10:05:00 +01:00
Michael Raskin
92537b0179
Merge pull request #57135 from ar1a/_0x0
...
_0x0: init at 2018-06-24
2019-03-10 08:19:04 +00:00
R. RyanTM
cc27a10955
ccls: 0.20181225.8 -> 0.20190301
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccls/versions
2019-03-09 21:47:37 -08:00
R. RyanTM
93b1fe3500
bdf2psf: 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/bdf2psf/versions
2019-03-09 20:30:11 -08:00
R. RyanTM
348b734806
audacity: 2.3.0 -> 2.3.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/audacity/versions
2019-03-09 19:55:21 -08:00
worldofpeace
213d6dd6ac
Merge pull request #56939 from Kjuvi/appeditor-init-at-1.1.0
...
appeditor: init at 1.1.0
2019-03-09 20:31:59 -05:00
Will Dietz
812a99cdd3
ipe: be explicit about libpng, use lua 5.3 per readme
2019-03-09 19:30:09 -06:00
Will Dietz
39a8578931
ipe: 7.2.10 -> 7.2.11
...
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-March/000082.html
2019-03-09 19:30:08 -06:00
Will Dietz
d9c588f6d7
broot: 0.7.0 -> 0.7.1
2019-03-09 18:52:21 -06:00
Will Dietz
48568dd7af
tetra-gtk-theme: -> 201903
2019-03-09 18:50:50 -06:00
Will Dietz
35e62082ff
capitaine-cursors: 2.1 -> 3
...
Adds white variant!
2019-03-09 18:46:49 -06:00
Will Dietz
c950db7e61
iosevka-bin: 2.1.0 -> 2.2.0
...
https://github.com/be5invis/Iosevka/releases/tag/v2.2.0
2019-03-09 18:45:00 -06:00
Will Dietz
3e635ea5df
proot: cleanup (single version, make python optional, add maintainer)
2019-03-09 18:38:22 -06:00
Will Dietz
cd1471779c
proot: 5.1.0.20181214 -> 5.1.0.20190305
...
11972c0dab...ff61c86cb2
2019-03-09 18:19:44 -06:00
Will Dietz
00e66147aa
pavucontrol: 3.0 -> 4.0
2019-03-09 18:10:21 -06:00
Will Dietz
89c6d74d55
at-spi2-{core,atk}: 2.30.0 -> 2.30.1
2019-03-09 18:09:31 -06:00
Ryan Mulligan
5511fd1318
Merge pull request #57166 from ar1a/capture-license
...
capture: 1.0 -> 2019-03-10
2019-03-09 15:33:45 -08:00
Ryan Mulligan
0ad6a98d88
Merge pull request #57167 from ar1a/pbclibroken
...
pb_cli: 1.0 -> 2019-03-10
2019-03-09 15:33:09 -08:00
Aria Edmonds
42631524df
capture: 1.0 -> 2019-03-10
2019-03-10 10:22:43 +11:00
Aria Edmonds
57bfa0c395
pb_cli: 1.0 -> 2019-03-10
2019-03-10 10:15:41 +11:00
Matthew Bauer
1e7bac9401
xcode-sdk-pkgs: add sdk to extraPackages
...
this gives you access to libraries like Foundation.
2019-03-09 18:12:25 -05:00
Matthew Bauer
ca6e93155b
Merge pull request #56661 from matthewbauer/stack-hook-fixup
...
stack-hook: deduplicate better
2019-03-09 18:08:47 -05:00
Michael Weiss
c1c13e4115
fuse3: 3.4.1 -> 3.4.2
2019-03-10 00:03:25 +01:00
worldofpeace
cec337d50f
Merge pull request #55403 from xtruder/pkgs/hetzner-kube/0.3.2rc1
...
hetzner-kube: 0.3.1 -> 0.3.2rc1
2019-03-09 17:38:20 -05:00
worldofpeace
3c3ccaed81
hetzner-kube: pname cleanup
2019-03-09 22:37:45 +00:00
Matti Kariluoma
7b5318f065
candle: init at 1.1
2019-03-09 16:19:00 -06:00
worldofpeace
d81b51ac02
feedreader: add hicolor-icon-theme for setup-hook
2019-03-09 15:39:08 -05:00
Pascal Wittmann
c999c2c89b
instead: 3.2.2 -> 3.3.0
2019-03-09 21:09:06 +01:00
worldofpeace
7435c633f6
Merge pull request #57128 from FlorianFranzen/pyext
...
pythonPackages.pyext: 0.6 -> 0.8
2019-03-09 15:05:29 -05:00
Timo Kaufmann
3b7fb15182
Merge pull request #57126 from timokau/sage-maxima-downgrade
...
sage: downgrade maxima to 5.41
2019-03-09 20:05:01 +00:00
Aria Edmonds
582374ea9e
_0x0: init at 2018-06-24
2019-03-10 06:43:33 +11:00
Florian Franzen
e0b3eb075f
pythonPackages.pyext: 0.6 -> 0.8
2019-03-09 20:20:43 +01:00
Michael Raskin
1f8aa8bf1c
Merge pull request #57132 from ckauhaus/vulnix-1.8.0
...
vulnix: 1.7.1 -> 1.8.0
2019-03-09 19:03:06 +00:00
hlolli
b75042bfbb
csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes, examplepath patch and simplified build
2019-03-09 19:38:26 +01:00
worldofpeace
40953c84e4
Merge pull request #57119 from sveitser/python-rfc3986-pytest-fix
...
pythonPackages.rfc3986: fix pytest dependency
2019-03-09 12:56:38 -05:00
Christian Kauhaus
2172f4bd07
vulnix: 1.7.1 -> 1.8.0
2019-03-09 18:37:42 +01:00
worldofpeace
47dd2b4c6e
Replace deprecated py.test command with pytest
...
Co-Authored-By: sveitser <sveitser@gmail.com>
2019-03-10 00:40:44 +08:00
Timo Kaufmann
23908a0ee3
sage: downgrade maxima to 5.41
...
See discussion at
82254747af
.
2019-03-09 17:23:57 +01:00
Pascal Wittmann
bbfd2be8ed
mhddfs: fix build (see #53716 )
2019-03-09 17:14:42 +01:00
Pascal Wittmann
ca436d9db0
Merge pull request #57115 from NixOS/update-aide
...
aide: 0.16 -> 0.16.1
2019-03-09 17:06:17 +01:00
worldofpeace
fa64c63fa0
Merge pull request #56552 from worldofpeace/elementary-screenshot-tool/fix-conceal-text
...
pantheon.elementary-screenshot-tool: fix conceal text
2019-03-09 11:03:37 -05:00
Ryan Mulligan
32e9296244
Merge pull request #57111 from NixOS/update-calibre
...
calibre: 3.39.1 -> 3.40.1
2019-03-09 07:00:56 -08:00
Florian Klink
bfc590572f
yubioath-desktop: prefix QML2_IMPORT_PATH
...
Otherwise, yubioath-desktop can't find pyothersides qml files:
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:168 Type YubiKey unavailable
qrc:/qml/YubiKey.qml:2 module "io.thp.pyotherside" is not installed
[1] 17017 segmentation fault result/bin/yubioath-desktop
2019-03-09 15:32:57 +01:00
sveitser
a554b1c71f
pythonPackages.rfc3986: fix pytest dependency
2019-03-09 21:38:27 +08:00
markuskowa
2debad92f0
Merge pull request #56144 from callahad/digikam-media-player
...
digikam: fix media playback by adding ffmpeg to buildInputs
2019-03-09 14:15:38 +01:00
Mario Rodas
d59deb4a8d
heroku: 7.19.4 -> 7.22.4
2019-03-09 08:01:55 -05:00
Pascal Wittmann
2e1217fb48
aide: 0.16 -> 0.16.1
2019-03-09 13:33:11 +01:00
Vladimír Čunát
84be644f87
Merge #56833 : linuxPackages.bcc: fix build
2019-03-09 13:23:27 +01:00
Pascal Wittmann
d20f21de9c
Merge pull request #57113 from NixOS/fix-areca-build
...
areca: fix build
2019-03-09 13:16:59 +01:00
Pascal Wittmann
13e4398683
areca: fix build
2019-03-09 12:52:34 +01:00
Vincent Laporte
3c9bfa32e2
compcert: 3.4 -> 3.5
2019-03-09 05:49:26 -06:00
Maximilian Bosch
b8352653ac
Merge pull request #57098 from Infinisil/fix/sad
...
sad: Fix build
2019-03-09 12:29:39 +01:00
volth
84aed5da35
gnome2.gtkmm2 -> gtkmm2
2019-03-09 11:24:07 +00:00
volth
4e2c477cf8
gnome2.gtkdoc -> gtk-doc
...
fix evaluation when `config.allowAliases` == false
(regression after https://github.com/NixOS/nixpkgs/pull/56791 )
2019-03-09 11:24:01 +00:00
Pascal Wittmann
7c1ad76780
calibre: 3.39.1 -> 3.40.1
2019-03-09 12:16:36 +01:00
Maximilian Bosch
9df6083b72
Merge pull request #56733 from r-ryantm/auto-update/react-native-debugger
...
react-native-debugger: 0.8.2 -> 0.9.7
2019-03-09 11:58:55 +01:00
Ryan Mulligan
abe6ff7e8a
Merge pull request #55542 from Ekleog/ocropus-1.3.3
...
ocropus: 20170811 -> 1.3.3
2019-03-08 21:24:51 -08:00
Ryan Mulligan
5b6c5ded02
Merge pull request #55486 from demyanrogozhin/particl-0.17.1
...
particl-core: 0.17.0.2 -> 0.17.1.2
2019-03-08 21:21:40 -08:00
Ryan Mulligan
b7ebfec61f
Merge pull request #55982 from ivan/pushgateway-0.7.0
...
prometheus-pushgateway: 0.4.0 -> 0.7.0
2019-03-08 20:57:43 -08:00
Ryan Mulligan
08c589b90f
Merge pull request #56974 from vcunat/p/knot-dns-2.8
...
knot-dns: 2.7.6 -> 2.8.0
2019-03-08 20:31:03 -08:00
Silvan Mosberger
4a48f6ac98
Merge pull request #57096 from Infinisil/fix/sonata
...
sonata: Fix build
2019-03-09 03:06:13 +01:00
worldofpeace
2ef7d171f0
Merge pull request #57092 from Infinisil/fix/turses
...
turses: Fix
2019-03-08 20:27:15 -05:00
Silvan Mosberger
308dfc17ac
turses: Fix
2019-03-09 02:16:16 +01:00
Silvan Mosberger
8ca1c925c6
sad: Fix build
2019-03-09 01:07:18 +01:00
Silvan Mosberger
ba691817ca
sonata: Fix build
2019-03-09 00:30:11 +01:00
Alexandre Peyroux
10ec32a1d9
chirp: 20190206 -> 20190304 ( #56869 )
2019-03-08 23:31:15 +01:00
Daniël de Kok
449e7f9777
python2Packages.moinmoin: 1.9.9 -> 1.9.10 ( #56970 )
...
Changes:
https://github.com/moinwiki/moin-1.9/blob/1.9.10/docs/CHANGES#L13
This commit also replaces a ISO-8859-1 character in setup.cfg to fix the
build.
2019-03-08 23:21:28 +01:00
Silvan Mosberger
f4a8b3d71c
Merge pull request #56996 from qolii/zsh_git_prompt_change
...
zsh-git-prompt: switch to a new fork.
2019-03-08 23:18:53 +01:00
worldofpeace
a494ce9c62
pantheon.elementary-calculator: 1.5.1 -> 1.5.2
...
Just translations
https://github.com/elementary/calculator/releases/tag/1.5.2
2019-03-08 17:14:28 -05:00
Frank Doepper
ed76b08906
shotcut: 18.12.23 -> 19.02.28 ( #56875 )
...
fixes build with qt 5.12, apparently
2019-03-08 23:13:33 +01:00
xaverdh
ebcfdf5eb0
xteddy: init at 2.2 ( #57057 )
2019-03-08 23:12:49 +01:00
Will Dietz
d7c23cc65f
ntp: 4.2.8p12 -> 4.2.8p13 ( #57059 )
...
From http://www.ntp.org/index.html :
> ntp-4.2.8p13 was released on 07 March 2019.
> It addresses 1 medium-severity security issue in ntpd, and provides 17
> other non-security fixes and 1 improvements over 4.2.8p12.
2019-03-08 23:06:29 +01:00
Vincent Demeester
54cf5b4bbf
containerd: 1.2.2 -> 1.2.4 ( #56947 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:56:00 +01:00
worldofpeace
9bedfe59bd
Merge pull request #57090 from Infinisil/fix/vim-vint
...
vim-vint: Fix
2019-03-08 16:36:59 -05:00
Vincent Demeester
1bd0655e6d
podman: 1.1.0 -> 1.1.2 ( #56945 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:31:58 +01:00
Edmund Wu
128f691b87
vscode: 1.32.0 -> 1.32.1 ( #57089 )
2019-03-08 22:31:22 +01:00
Silvan Mosberger
55be7ae9d5
vim-vint: Fix
2019-03-08 22:31:20 +01:00
Silvan Mosberger
72a8952e84
xpilot-ng: Fix build and cleanup ( #57088 )
2019-03-08 22:25:47 +01:00
Will Dietz
eb8abb9ade
gbenchmark: 1.3.0 -> 1.4.1 ( #55646 )
2019-03-08 22:19:02 +01:00
Yurii Izorkin
59ccd3a70f
datadog-agent: 6.10.0 -> 6.10.1 ( #57065 )
2019-03-08 13:15:43 -08:00
qolii
d7310a8092
Switch over to fetchFromGitHub, and update version to reflect temporary nature.
2019-03-08 13:14:14 -08:00
Tobias Happ
4b39b04341
teamspeak_server: 3.5.1 -> 3.6.1 ( #56821 )
2019-03-08 22:09:35 +01:00
Vincent Demeester
2d4d6181b3
kustomize: 2.0.1 -> 2.0.3 ( #56944 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:04:56 +01:00
Michael Raskin
7788f714da
Merge pull request #57004 from aanderse/cmus
...
cmus: add mpris support on linux
2019-03-08 21:04:10 +00:00
Vincent Demeester
1f037a90f1
minikube: 0.30.0 -> 0.35.0 ( #56879 )
...
* minikube: 0.30.0 -> 0.34.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* minikube: 0.34.1 -> 0.35.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:01:53 +01:00
Sam Hug
283d9f58b4
pachyderm: 1.4.6 -> 1.8.5 ( #56916 )
2019-03-08 21:58:17 +01:00
Vincent Demeester
96b9d3a24a
skaffold: 0.21.1 -> 0.24.0 ( #56900 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 21:51:19 +01:00
Vincent Demeester
899aa23f4b
go-outline: unstable-2017-08-04 -> unstable-2018-11-22 ( #56896 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 21:50:54 +01:00
Will Dietz
7911b288c3
trilium: 0.29.1 -> 0.30.4 ( #57056 )
...
https://github.com/zadam/trilium/releases/tag/v0.30.4
2019-03-08 21:45:41 +01:00
Niclas
3519306f46
filet: 0.1.2 -> 0.1.3 ( #57070 )
2019-03-08 21:39:47 +01:00
Ingo Blechschmidt
20e32de5e3
tikzit: 2.1 -> 2.1.4 ( #57071 )
2019-03-08 21:38:17 +01:00
vanzef
6a11ba39ca
marisa-python: fix build ( #57013 )
2019-03-08 21:37:17 +01:00
Silvan Mosberger
2e92520e21
Merge pull request #56641 from r-ryantm/auto-update/facter
...
facter: 3.12.3 -> 3.13.0
2019-03-08 19:41:16 +01:00
Silvan Mosberger
6c03c2e504
libwhereami: Mark as unsupported for ARM
2019-03-08 19:39:59 +01:00
Silvan Mosberger
ced5e13dd7
libwhereami: 0.2.0 -> 0.2.2
2019-03-08 19:18:35 +01:00
Silvan Mosberger
c19c542fda
Merge pull request #56753 from r-ryantm/auto-update/streamlink
...
streamlink: 0.14.2 -> 1.0.0
2019-03-08 19:05:26 +01:00
Will Dietz
e29f6cc479
libxmlb: 0.1.6 -> 0.1.7
...
dad8a84f24
2019-03-08 11:57:36 -06:00
Silvan Mosberger
76701c95fc
Merge pull request #56655 from r-ryantm/auto-update/flow
...
flow: 0.92.0 -> 0.94.0
2019-03-08 18:55:31 +01:00
Silvan Mosberger
2dbd61d8ab
Merge pull request #56861 from artemist/factorio-0.17.5
...
factorio: experimental 0.17.2 → 0.17.6
2019-03-08 18:54:09 +01:00
Silvan Mosberger
e3e50a12cc
Merge pull request #56957 from teozkr/plantuml-graphviz-2.32
...
plantuml: downgrade graphviz to 2.32
2019-03-08 18:37:33 +01:00
Silvan Mosberger
36ee64276a
Merge pull request #56977 from kyren/master
...
stepmania: switch to clangStdenv
2019-03-08 18:28:12 +01:00
Silvan Mosberger
6f73b3360e
Merge pull request #55782 from cptMikky/master
...
claws-mail: add build dependency (libical) for vcalendar plugin
2019-03-08 16:59:27 +01:00
Silvan Mosberger
a540993d62
Merge pull request #56171 from bachp/tautulli
...
tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)
2019-03-08 16:52:40 +01:00
Nikola Knezevic
81042e810f
strongswan: 5.7.1 -> 5.7.2
2019-03-08 16:11:38 +01:00
Will Dietz
5d527793ae
nodejs-11_x: 11.7.0 -> 11.11.0 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md
(see notes for all versions after 11.7.0)
2019-03-08 07:45:23 -06:00
Will Dietz
9c894f8418
nodejs-10_x: 10.15.0 -> 10.15.3 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.3
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.2
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.1
2019-03-08 07:45:00 -06:00
Will Dietz
702120ee90
nodejs-8_x: 8.15.0 -> 8.15.1 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.15.1
2019-03-08 07:43:35 -06:00
Will Dietz
4df1c7234f
nodejs-6_x: 6.16.0 -> 6.17.0 (security)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.0
2019-03-08 07:43:35 -06:00
Jörg Thalheim
afb4878391
Merge pull request #57055 from dtzWill/fix/m2crypto-swig-libressl
...
pythonPackages.m2crypto: swig2 as nativeBuildInput so it can be invoked
2019-03-08 12:24:36 +00:00
Robert Schütz
4594640a97
home-assistant: 0.87.1 -> 0.89.1
2019-03-08 13:00:06 +01:00
Vladimír Čunát
6e6633bacb
Merge #56586 : vimPlugins.meson: init, following pkgs.meson
2019-03-08 12:21:44 +01:00
Jörg Thalheim
65b402ed67
Merge pull request #57023 from alyssais/crystal
...
crystal: fix build on Darwin
2019-03-08 11:18:31 +00:00
Jörg Thalheim
87f8d1de64
Merge pull request #56969 from knl/build-strongswan-on-macos
...
strongswan: Make it build on macOS
2019-03-08 11:14:18 +00:00
Jörg Thalheim
dbfb3f7f62
Merge pull request #57069 from luzpaz/gmsh4.2.1
...
gmsh: 4.1.5 -> 4.2.1
2019-03-08 11:06:43 +00:00
Jörg Thalheim
3465f3a498
Merge pull request #56926 from aaronduino/patch-2
...
protonmail-bridge: 1.1.1-1 -> 1.1.3-1
2019-03-08 10:59:54 +00:00
Jörg Thalheim
f1405f3eae
Merge pull request #55634 from erikarvstedt/im-broken
...
imagemagickBig: mark as broken
2019-03-08 10:58:01 +00:00
Jörg Thalheim
1b83302d5d
Merge pull request #57064 from Mic92/cheat
...
cheat: 2.3.1 -> 2.5.1
2019-03-08 10:53:21 +00:00
luz.paz
77cb537712
gmsh: 4.1.5 -> 4.2.1
2019-03-08 05:24:15 -05:00
Jan Tojnar
b771cdea35
almanah: init at 0.11.1
2019-03-08 11:08:16 +01:00
dywedir
398af805aa
exiftool: 11.11 -> 11.30
2019-03-08 11:44:59 +02:00
Jan Malakhovski
83ae1ffed4
pkgs/top-level/stage.nix: don't override overlays
and config
in nixpkgsFun
...
`nixpkgsFun` already sets them via `args`. Doing this also introduces unexpected
hard to debug errors, see the patch.
2019-03-08 11:37:20 +02:00
danbst
5aa813dcc9
pkgs/top-level: little doc fix for mkMassRebuild
2019-03-08 11:23:46 +02:00
Jan Malakhovski
4a647dd225
pkgs/top-level: check types of nixpkgs.config
...
This patch simply introduces a plain simple NixOS module and passes
`nixpkgs.config` through it via `evalModules` (with some temporary hackery to
passthru undefined options).
2019-03-08 11:19:38 +02:00
Michael Weiss
e84cf5edad
androidStudioPackages.beta: 3.4.0.14 -> 3.4.0.15
2019-03-08 09:11:10 +01:00
Izorkin
768bb1724e
php73: 7.3.2 -> 7.3.3
2019-03-08 10:21:41 +03:00
Jörg Thalheim
32214c25d4
Merge pull request #57049 from dtzWill/update/wireless-regdb-2019.03.01
...
wireless-regdb: 2018.10.24 -> 2019.03.01
2019-03-08 07:20:18 +00:00
Izorkin
c6290e381f
php72: 7.2.15 -> 7.2.16
2019-03-08 10:16:37 +03:00
Izorkin
627275399c
php71: 7.1.26 -> 7.1.27
2019-03-08 10:12:02 +03:00
Jörg Thalheim
e9b9f056a8
cheat: 2.3.1 -> 2.5.1
2019-03-08 06:49:17 +00:00
Jörg Thalheim
f907218f53
Merge pull request #57058 from tadfisher/plata
...
plata-theme: 0.5.0 -> 0.6.0
2019-03-08 06:41:34 +00:00
Jörg Thalheim
3707732e41
Merge pull request #57061 from elasticdog/bazel-buildtools
...
bazel-buildtools: unstable -> 0.22.0
2019-03-08 06:24:33 +00:00
Maximilian Bosch
94c3ac2574
pythonPackages.pybind11: apply patch to properly get headers directories
...
It seems as the `pybind11` build code returns the Python headers
directory (where the `pybind11` headers are stored as well on traditional
setups) rather than returning the dedicated prefix[1].
An exemplary fallout is the broken build of `pyopencl`[2].
[1] https://github.com/pybind/pybind11/issues/1425
[2] https://github.com/NixOS/nixpkgs/pull/56082
2019-03-08 07:08:44 +01:00
Aaron Bull Schaefer
1b3b781d60
bazel-buildtools: unstable -> 0.22.0
2019-03-07 20:37:23 -08:00
Matthieu Coudron
16e3574e29
buildLuarocksPackage: adjust the manifest path
...
the new luarocks 3.0.4 uses different paths for the manifests, hence creating new collisions.
2019-03-08 13:24:23 +09:00
Dmitry Kalinkin
2eeb7a9e69
texlive: add tug.org as a mirror for 2018-final
2019-03-07 21:43:49 -05:00
Tad Fisher
d2e375467b
plata-theme: 0.5.0 -> 0.6.0
2019-03-07 17:44:38 -08:00
Jan Tojnar
9c79db3b56
Merge pull request #57041 from dtzWill/update/geary-0.13.2
...
gnome3.geary: 0.13.1 -> 0.13.2
2019-03-08 01:46:46 +01:00
Will Dietz
10646d5e62
pythonPackages.m2crypto: swig2 as nativeBuildInput so it can be invoked
...
Fixes #56993 .
2019-03-07 17:39:28 -06:00
worldofpeace
9c88a4162a
Merge pull request #57047 from eadwu/vscode/1.32.0
...
vscode: 1.31.1 -> 1.32.0
2019-03-07 17:54:39 -05:00
Will Dietz
d2702cf81d
broot: 0.6.3 -> 0.7.0
2019-03-07 16:44:01 -06:00
Will Dietz
7ec3142207
pythonPackages.m2crypto: 0.30.1 -> 0.32.0
...
bdbacebd87
2019-03-07 16:43:08 -06:00
Will Dietz
bdc2080f95
wireless-regdb: 2018.10.24 -> 2019.03.01
2019-03-07 16:41:03 -06:00
Will Dietz
27fd948cf7
unifont_upper: 11.0.03 -> 12.0.01
2019-03-07 23:38:02 +01:00
Will Dietz
5531e13f65
unifont: 11.0.03 -> 12.0.01
...
http://lists.gnu.org/archive/html/info-gnu/2019-03/msg00002.html
2019-03-07 23:38:02 +01:00
worldofpeace
3ba5f177f0
pantheon.wingpanel: fix potentially overlapping windows
...
https://github.com/elementary/wingpanel/pull/198
2019-03-07 17:36:56 -05:00
worldofpeace
d7764de507
pantheon.wingpanel-indicator-sound: 2.1.2 -> 2.1.3
...
https://github.com/elementary/wingpanel-indicator-sound/releases/tag/2.1.3
2019-03-07 17:36:56 -05:00
worldofpeace
bd86c2905f
pantheon.wingpanel-indicator-keyboard: 2.1.1 -> 2.1.2
...
Just translations.
https://github.com/elementary/wingpanel-indicator-keyboard/releases/tag/2.1.2
2019-03-07 17:36:56 -05:00
worldofpeace
9ca0f4794a
pantheon.switchboard-plug-keyboard: 2.3.4 -> 2.3.5
...
No more silly LIBRARY_PATH
https://github.com/elementary/switchboard-plug-keyboard/releases/tag/2.3.5
2019-03-07 17:36:56 -05:00
worldofpeace
7eedc53ef1
pantheon.elementary-code: 3.0.2 -> 3.1.0
...
https://github.com/elementary/code/releases/tag/3.1.0
2019-03-07 17:36:56 -05:00
Niclas
12153dc4cc
filet: 0.1.1 -> 0.1.2 ( #57032 )
2019-03-07 23:34:34 +01:00
R. RyanTM
6afc071a6c
jackett: 0.10.707 -> 0.10.846 ( #56709 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-03-07 23:27:02 +01:00
Pascal Bach
87cb443497
unifiStable: 5.10.17 -> 5.10.19 ( #56992 )
2019-03-07 23:11:43 +01:00
Josef Kemetmüller
811293134b
pythonPackages.mxnet: Fix build ( #56848 )
2019-03-07 23:06:11 +01:00
Josef Kemetmüller
680e9f1d91
xorg.editres: fix build ( #56979 )
2019-03-07 23:01:46 +01:00
Josef Kemetmüller
22160302cf
xorg.oclock: Fix build ( #56978 )
2019-03-07 22:59:06 +01:00
Josef Kemetmüller
61a8aca8e5
udocker: Fix build ( #57002 )
...
The latest changes to support better cross-compilation compatibility
have introduced a stricter handling of dependency specifications in
python. Since b4acd97
, mock and nosetest should be checkInputs, since
they are used for testing.
Fixes : #56972
2019-03-07 22:55:12 +01:00
Will Dietz
e8d116f8ee
man-pages: 4.16 -> 5.00 ( #57039 )
2019-03-07 22:49:33 +01:00
Edmund Wu
2a0d01f076
vscode: 1.31.1 -> 1.32.0
2019-03-07 16:47:45 -05:00
Will Dietz
deb8936aba
gnome3.geary: 0.13.1 -> 0.13.2
2019-03-07 16:43:05 -05:00
Aaron Andersen
906017daf5
cmus: add mpris support on linux
2019-03-07 16:27:52 -05:00
Robert Schütz
39495404a3
asciidoc: replace tetex by texlive ( #56782 )
2019-03-07 22:27:12 +01:00
Will Dietz
fe043784a6
Merge pull request #57024 from mroi/patch-1
...
swift: 4.2.2 -> 4.2.3
2019-03-07 15:22:05 -06:00
Will Dietz
f835c66393
Merge pull request #56548 from dtzWill/update/clipgrab-3.8.2-qt5
...
clipgrab: 3.7.2 -> 3.8.2, qt4 -> qt5
2019-03-07 15:13:37 -06:00
Will Dietz
c42b570101
Merge pull request #56803 from dtzWill/update/shapelib-1.5.0
...
shapelib: 1.4.1 -> 1.5.0
2019-03-07 15:12:03 -06:00
Will Dietz
094a204cc4
Merge pull request #56529 from dtzWill/update/libplist-2019-01-20
...
libplist: 2018-07-25 -> 2019-01-20
2019-03-07 15:02:56 -06:00
Will Dietz
2f29fdbf83
Merge pull request #56598 from dtzWill/update/osinfo-1.4.0
...
libosinfo: 1.2.0 -> 1.4.0
2019-03-07 14:58:18 -06:00
Will Dietz
6aa04f01d0
Merge pull request #56799 from dtzWill/update/electron-2019-02
...
electron{,_3}: updates (fixes, security?)
2019-03-07 14:57:48 -06:00
Matthew Bauer
393b359f13
plasma: handle ksycoca5 better
...
- Remove xdg-desktop-menu-dummy.menu kbuildsycoca5. Not sure why we
need it but it is a pretty big failure if it exists.
See issue #56176 .
- plasma: clear ksycoca cache before building
This is needed to pick up on software removed since the last cache
update. Otherwise it hangs around as zombies forever (or until the
cache is cleared).
- Add the above + the icon cache cleanup to plasmaSetup
This will be run for the logged in user on each nixos-rebuild.
Unfortunately this only works if you are managing software through
nixos-rebuild (nix-env users need to run this manually, otherwise
log out and log back in).
2019-03-07 15:11:04 -05:00
Herwig Hochleitner
4901dc4e74
Merge commit '9ae406c0749bbc7373d7422edeaf6b1b6caa0dae' of github.com:NixOS/nixpkgs into fix-chromium
...
fixes https://github.com/NixOS/nixpkgs/pull/49797
2019-03-07 20:50:13 +01:00
Jörg Thalheim
f161478646
Merge pull request #57019 from dywedir/rustup
...
rustup: 1.16.0 -> 1.17.0
2019-03-07 19:36:46 +00:00
Will Dietz
a5264bd5e7
libhandy: 0.0.8 -> 0.0.9
2019-03-07 13:24:34 -06:00
Dmitry Kalinkin
cf1de3c2df
yoda: fix sha hash of the tarball
...
Tarball was replaced upstream. The files are the same, changes are meta
only (appear to be timestamps).
2019-03-07 14:08:10 -05:00