Commit Graph

143677 Commits

Author SHA1 Message Date
Jörg Thalheim 20a7c83a77 Merge pull request #42252 from r-ryantm/auto-update/lasso
lasso: 2.5.1 -> 2.6.0
2018-06-20 23:28:40 +01:00
Joachim Fasting b9c953eb19 nixos/tests/tor: a minimal test
For now check that the default client config boots.

Ideas for the future:
- Expand on control via netcat
- Configure a circuit of nodes exercise various configs (e.g., check
  that a client node can access a hidden www service).  Needs setting up
  authoritative directory servers &c.
2018-06-21 00:26:44 +02:00
Jörg Thalheim 0456edc275 Merge pull request #42258 from r-ryantm/auto-update/godot
godot: 3.0.2 -> 3.0.3
2018-06-20 23:24:51 +01:00
Jörg Thalheim ef1a18b584 google-cloud-sdk: 190.0.1 -> 206.0.0 (#42307) 2018-06-20 23:17:24 +01:00
Jörg Thalheim dcacca707f Merge pull request #42310 from Mic92/lxqt.pavucontrol-qt
lxqt.pavucontrol-qt: fix build
2018-06-20 23:14:15 +01:00
Jörg Thalheim 34758efc70 lxqt.pavucontrol-qt: 0.3.0 -> 0.4.0 2018-06-20 23:13:36 +01:00
Jörg Thalheim f85d30b3f8 lxqt.lxqt-build-tools: 0.4.0 -> 0.5.0 2018-06-20 23:12:49 +01:00
Jörg Thalheim 17621f63eb Merge pull request #42262 from r-ryantm/auto-update/eom
mate.eom: 1.20.0 -> 1.20.1
2018-06-20 22:48:59 +01:00
Jörg Thalheim 8b3b9e0804 Merge pull request #42277 from r-ryantm/auto-update/doclifter
doclifter: 2.17 -> 2.18
2018-06-20 22:42:00 +01:00
Jörg Thalheim a03f342a56 Merge pull request #42303 from akru/master
parity: 1.10.6 -> 1.10.7
2018-06-20 22:35:06 +01:00
Jörg Thalheim 04917b22a0 Merge pull request #42309 from Infinisil/fix/tasknc
tasknc: fix
2018-06-20 22:32:06 +01:00
Jörg Thalheim d63cb0695f Merge pull request #42133 from markuskowa/pgbackup
nixos/pgbackup: Fix and refactor the postgres backup module
2018-06-20 22:21:52 +01:00
Silvan Mosberger 2f407c43b0 tasknc: fix 2018-06-20 23:18:14 +02:00
Jörg Thalheim 80fa12f1cf Merge pull request #42300 from woffs/shotcut-180602-qt511
shotcut: 18.06.02 -> 18.05.08
2018-06-20 22:04:42 +01:00
Jörg Thalheim ecd47deb85 Merge pull request #42299 from dywedir/gopass
gopass: 1.7.1 -> 1.8.1
2018-06-20 22:03:57 +01:00
Jan Tojnar 173c749f31 sysprof: fix includedir in pc file 2018-06-20 23:01:22 +02:00
Bastian Köcher 67c7b00abf skypeforlinux: 8.18.0.6 -> 8.24.0.2 2018-06-20 20:53:25 +00:00
Franz Pletz 8f4f748810 Merge pull request #42306 from ryantm/mattermost
mattermost: 4.10.0 -> 5.0.0
2018-06-20 20:52:04 +00:00
Matthew Justin Bauer ec3957591f emacs-mac: fix meta
- add myself as a maintainer
- fix name and description for emacs 26
2018-06-20 16:28:25 -04:00
Benno Fünfstück d91a8a6ece Merge pull request #42279 from r-ryantm/auto-update/cutecom
cutecom: 0.40.0 -> 0.45.0
2018-06-20 22:04:39 +02:00
Florian Engel 1748313f30 monetdb: 11.29.3 -> 11.29.7 2018-06-20 21:40:15 +02:00
numkem 5e95dd3026 Merge remote-tracking branch 'upstream/master' 2018-06-20 15:25:26 -04:00
numkem 89678fc87d Update google-cloud-sdk to 206.0.0 2018-06-20 15:20:53 -04:00
Robert Helgesson b717ca8e45 eclipse-plugin-spotbugs: 3.1.3 -> 3.1.5 2018-06-20 20:24:45 +02:00
Daiderd Jordan 654960c1cd Merge pull request #42290 from mnacamura/r-igraph-darwin
rPackages.igraph: fix Darwin build
2018-06-20 19:52:36 +02:00
Matthew Justin Bauer d62db0bff0 Merge pull request #42289 from mnacamura/r-RcppEigen-darwin
rPackages.RcppEigen: fix Darwin build
2018-06-20 13:48:40 -04:00
Daiderd Jordan 94a926816e fribidi: fix dylib install_name on darwin 2018-06-20 18:55:23 +02:00
Domen Kožar 7a7463d0a3 pipenv: 11.9.0 -> 2018.5.18 2018-06-20 17:31:37 +01:00
Markus Kowalewski 6dc06fdd28 nixos/pgbackup: rename option period -> startAt 2018-06-20 17:58:48 +02:00
Alexander Krupenkin 4e1bbd189f parity: 1.10.6 -> 1.10.7 2018-06-20 18:57:34 +03:00
Tuomas Tynkkynen f9218b1346 nixos/stage-1: Make find-libs not choke on dynamic linker being in DT_NEEDED
find-libs is currently choking when it finds the dynamic linker
as a DT_NEEDED dependency (from glibc) and bails out like this
(as glibc doesn't have a RPATH):

Couldn't satisfy dependency ld-linux-x86-64.so.2

Actually the caller of find-libs ignores the exit status, so the issue
almost always goes unnoticed and happens to work by chance. But
additionally what happens is that indirect .so dependencies are
left out from the dependency closure calculation, which breaks
latest cryptsetup as libssl.so isn't found anymore.
2018-06-20 17:58:02 +03:00
Frank Doepper 0127c4295f shotcut: nicer patch url 2018-06-20 16:15:51 +02:00
Jörg Thalheim d91c70171f Merge pull request #42297 from mnacamura/fcitx-qt5
fcitx-qt5: fix build with Qt 5.11
2018-06-20 14:45:25 +01:00
Jörg Thalheim bbbd1aaa92 Merge pull request #42205 from r-ryantm/auto-update/spectrojack
spectrojack: 0.4 -> 0.4.1
2018-06-20 14:40:03 +01:00
Mitsuhiro Nakamura 6ce9c5e97c fcitx-qt5: fix build with Qt 5.11 2018-06-20 21:55:39 +09:00
Franz Pletz cac9f08810 Merge pull request #42134 from tazjin/feat/journaldriver
Add package & NixOS module for journaldriver
2018-06-20 12:14:31 +00:00
R. RyanTM 2f371536f2 facter: 3.11.1 -> 3.11.2 (#42273) 2018-06-20 12:11:46 +00:00
Frank Doepper e0d0460d07 shotcut: 18.06.02 -> 18.05.08
also patched to build with qt511, see
https://github.com/mltframework/shotcut/issues/590
2018-06-20 14:00:31 +02:00
Vladyslav Mykhailichenko a64b88a833 gopass: 1.7.1 -> 1.8.1 2018-06-20 14:53:46 +03:00
Pascal Wittmann f0e7af3b6b Merge pull request #42236 from mnacamura/esh
esh: init at 0.1.1
2018-06-20 13:02:55 +02:00
Jörg Thalheim d5437a2d67 Merge pull request #42238 from eadwu/wakatime/10.2.1
wakatime: 10.1.0 -> 10.2.1
2018-06-20 11:19:29 +01:00
Jörg Thalheim 22bc57c314 Merge pull request #42264 from r-ryantm/auto-update/git-secret
git-secret: 0.2.3 -> 0.2.4
2018-06-20 10:53:08 +01:00
Jörg Thalheim 263d3aba8f Merge pull request #42271 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.00 -> 0.02.01
2018-06-20 10:51:26 +01:00
Jörg Thalheim fd7751c0ce Merge pull request #42285 from r-ryantm/auto-update/adapta-gtk-theme
adapta-gtk-theme: 3.93.1.18 -> 3.93.1.22
2018-06-20 10:38:27 +01:00
Jörg Thalheim 5b2dc32015 Merge pull request #42286 from r-ryantm/auto-update/brial
brial: 1.2.3 -> 1.2.4
2018-06-20 10:37:47 +01:00
Jörg Thalheim 53f86fbd36 Merge pull request #42288 from r-ryantm/auto-update/bitcoin
altcoins.bitcoin: 0.16.0 -> 0.16.1
2018-06-20 10:37:18 +01:00
R. RyanTM a3963742e5 ethtool: 4.16 -> 4.17
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ethtool/versions.

These checks were done:

- built on NixOS
- /nix/store/l6vkhh88xfbdfjaqm9wmnlvm1q6qqg7i-ethtool-4.17/bin/ethtool passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 4.17 with grep in /nix/store/l6vkhh88xfbdfjaqm9wmnlvm1q6qqg7i-ethtool-4.17
- directory tree listing: https://gist.github.com/1861fff97928fe0b6cb81079b3266156
- du listing: https://gist.github.com/65766ebe5f7022f5c96f6f8266a93c78
2018-06-20 11:02:05 +02:00
R. RyanTM ec93a51187 grails: 3.3.5 -> 3.3.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/grails/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/sp0w4frknlgjhmw18j8rsj5sgaf95zhm-grails-3.3.6/bin/grails had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.3.6 with grep in /nix/store/sp0w4frknlgjhmw18j8rsj5sgaf95zhm-grails-3.3.6
- directory tree listing: https://gist.github.com/8278e7c1c9d28a8983fdaf23975bb930
- du listing: https://gist.github.com/10a146e1e865583f68e892f13c310026
2018-06-20 11:02:05 +02:00
Jörg Thalheim a940a39b9f Merge pull request #42278 from r-ryantm/auto-update/clex
clex: 4.6.patch6 -> 4.6.patch9
2018-06-20 10:00:47 +01:00
Jörg Thalheim 7afab16eba Merge pull request #42254 from Moredread/platformio/bump
Platformio: 3.5.2 -> 3.5.3 and fix for click dependency
2018-06-20 09:58:57 +01:00