Commit Graph

172949 Commits

Author SHA1 Message Date
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 () 2019-03-07 22:27:12 +01:00
nyanloutre
0a54055ffd
jellyfin: init at 10.2.2 2019-03-07 22:22:37 +01:00
Will Dietz
fe043784a6
Merge pull request 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 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 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 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 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 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 .

- 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 from dywedir/rustup
rustup: 1.16.0 -> 1.17.0
2019-03-07 19:36:46 +00:00
Danylo Hlynskyi
60e8fcf0e5
module system: revert "remove types.optionSet", just deprecate ()
The explicit remove helped to uncover some hidden uses of `optionSet`
in NixOps. However it makes life harder for end-users of NixOps - it will
be impossible to deploy 19.03 systems with old NixOps, but there is no
new release of NixOps with `optionSet` fixes.

Also, "deprecation" process isn't well defined. Even that `optionSet` was
declared "deprecated" for many years, it was never announced. Hence, I
leave "deprecation" announce. Then, 3 releases after announce,
we can announce removal of this feature.

This type has to be removed, not `throw`-ed in runtime, because it makes
some perfectly fine code to fail. For example:
```
$ nix-instantiate --eval -E '(import <nixpkgs/lib>).types' --strict
trace: `types.list` is deprecated; use `types.listOf` instead
error: types.optionSet is deprecated; use types.submodule instead
(use '--show-trace' to show detailed location information)
```
2019-03-07 21:28:09 +02: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
Aaron Andersen
198b7ea83a
superTuxKart: fix broken build
(cherry picked from commit a59375340407e5309bb3516c1da3aba1ea2d6930)
2019-03-07 19:39:39 +01:00
Artemis Tosini
357f51b93d openafs: Add support for Linux 5.0 to openafs_1_8 ()
OpenAFS 1.8.2 does has not yet merged support for Linux 4.20 or 5.0
This patch cherry-picks commits from the git repository, and includes
them in the patches/ directory. This also replaces the amalgamated Linux 4.20
patches I added earlier with the original outputs from `git show`.

This has been tested to build on Linux 4.4, 4.14, 4.20, and 5.0.

This does not change the derivations of openafs_1_8, only
linuxPackages_*.openafs_1_8.
2019-03-07 13:34:16 -05:00
Silvan Mosberger
34e67f3f9f
Merge pull request from serokell/youtrack-hostname
youtrack: add hostname to path
2019-03-07 18:56:29 +01:00
Franz Pletz
6a69ce9750
Merge pull request from WilliButz/update-oxidized
oxidized: 0.25.0 -> 0.26.2
2019-03-07 16:25:44 +00:00
Franz Pletz
619ae61631
Merge pull request from WilliButz/grafana-update
grafana: 6.0.0 -> 6.0.1
2019-03-07 16:25:22 +00:00
Christian Höppner
c568dad253
nixos/youtrack: add hostname to path 2019-03-07 17:21:20 +01:00
Jakub Fišer
af0e6f4bc4 claws-mail: add build dependency (libical) for vcalendar plugin
fixes 
2019-03-07 16:41:46 +01:00
obadz
275e6a0a12 pythonPackages.flickrapi: init at 2.4.0 2019-03-07 15:37:19 +00:00
obadz
7d7727e436 pythonPackages.lzstring: init at 1.0.4 2019-03-07 15:37:18 +00:00
Franz Pletz
ebb8a07062
Merge pull request from vcunat/p/bird
bird: minor updates
2019-03-07 15:20:11 +00:00
Ryan Mulligan
4415dc5fef
Merge pull request from r-ryantm/auto-update/uwsgi
uwsgi: 2.0.17.1 -> 2.0.18
2019-03-07 07:18:25 -08:00
Timo Kaufmann
e2b287b32a maxima: remove ecl known-failures patch
It doesn't apply anymore since the recent update. Since the testsuite is
completely disabled now, there is little point in rebasing it.
2019-03-07 16:08:10 +01:00
Michael Roitzsch
6a4d2eea8a swift: 4.2.2 -> 4.2.3 2019-03-07 15:22:45 +01:00
Ryan Mulligan
5b4152a911
Merge pull request from lilyball/jazzy
jazzy: 0.9.0 -> 0.9.5
2019-03-07 06:17:00 -08:00
Alyssa Ross
5b52e90e4a
crystal: fix build on Darwin 2019-03-07 13:38:35 +00:00
Janne Heß
2a6f518b90 nixos/openldap: Fix quoting of log level 2019-03-07 14:19:50 +01:00
markuskowa
7f96a9fbce
Merge pull request from ck3d/sile-doc
sile: build and install documentation (self test)
2019-03-07 13:40:53 +01:00
Frederik Rietdijk
1f7b8c71a9 libr3: propagate pcre 2019-03-07 13:31:11 +01:00
Michael Raskin
500d61560f Release notes: switch to modesetting: mention backlight problem 2019-03-07 13:38:19 +01:00
Josef Kemetmüller
36f5c0d58d pythonPackages.wrf-python: Fix build ()
The latest changes to support better cross-compilation compatibility
have introduced a stricter handling of dependency specification in
python. Since b4acd977, gfortran should be put into nativeBuildInputs,
as it's a build-time only dependency for wrf-python. Similarly, mock is
only required when testing, so it should go to checkInputs.
2019-03-07 13:21:04 +01:00
Christian Kögler
b08408566d sile: build and install documentation (self test)
- added primary fonts (some non free fonts are missing, but sile selects
  alternative fonts) used by documentation
2019-03-07 13:04:44 +01:00
dywedir
2a4a90f740
rustup: 1.16.0 -> 1.17.0 2019-03-07 13:50:55 +02:00
Frederik Rietdijk
645ac131dd libr3: init at 1.3.4 2019-03-07 12:11:41 +01:00
Michael Raskin
bd616c0cd3
Merge pull request from teto/luarocks_update
Luarocks update
2019-03-07 10:52:56 +00:00
Jörg Thalheim
3aa7d41944
Merge pull request from witchof0x20/upgrade_teensyduino
teensyduino: 1.40 -> 1.45
2019-03-07 10:50:37 +00:00
Jörg Thalheim
3befd1314c
Merge pull request from elseym/wireguard-go
wireguard-go: 0.0.20181001 -> 0.0.20181222
2019-03-07 10:43:18 +00:00
Vladimír Čunát
d85974bb3c
bird, bird6: 1.6.3 -> 1.6.6
https://gitlab.labs.nic.cz/labs/bird/blob/v1.6.6/NEWS
The patch doesn't need so much context.
2019-03-07 11:37:24 +01:00
Jörg Thalheim
2dc7486b39
Merge pull request from Mic92/lua-pkgs
Subset of  `Lua: convert some more packages`
2019-03-07 10:37:04 +00:00
Matthieu Coudron
246e354e1f
lua5Packages.luuid: fix build
libuuid is null outside of linux which may explain why ofborg refused it.
2019-03-07 10:34:26 +00:00
Matthieu Coudron
ed7818219a
lua: run postConfigure hook for rock and rockspec
it was previously run only for src.rock
2019-03-07 10:34:01 +00:00
Vladimír Čunát
e47a33ddfb
bird2: 2.0.2 -> 2.0.4
https://gitlab.labs.nic.cz/labs/bird/blob/v2.0.4/NEWS
The patch doesn't need so much context.
2019-03-07 11:30:30 +01:00
markuskowa
dd60ccaca7
Merge pull request from knedlsepp/fix-sewer
sewer: Fix build
2019-03-07 11:22:58 +01:00
Matthieu Coudron
b93ccb7136
lua: add isLua53 2019-03-07 10:17:44 +00:00