Commit graph

18083 commits

Author SHA1 Message Date
Vladyslav Mykhailichenko d87a2481d2
bat: fix build on darwin 2018-11-03 02:06:08 +02:00
Renaud 4e8bed52ce
Merge pull request #49352 from talyz/master
nomachine-client: init at 6.3.6_1
2018-11-03 00:01:10 +01:00
Robert Helgesson 811509e5a3
abcmidi: 2018.06.23 -> 2018.10.25 2018-11-02 23:19:18 +01:00
Jan Tojnar 3493f44727
Merge pull request #49560 from worldofpeace/eos-third-update
update some elementary thirdparty apps
2018-11-02 21:29:57 +01:00
talyz 06acfb853f nomachine-client: init at 6.3.6_1
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.

Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.

Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
2018-11-02 15:56:46 +01:00
Linus Heckemann e23ebd02ab
Merge pull request #49347 from sjau/easysnap-init
easysnap: init at 2018-10-28
2018-11-02 15:01:47 +01:00
Michael Raskin e5ca104835
Merge pull request #49562 from zarelit/ntp_upstream_patch
ntp: fix ntpd shutdown by using upstream patch
2018-11-02 08:11:24 +00:00
Renaud 31e9f37539
vulkan-tools: 1.1.85 -> 1.1.85.0 (#49615)
sdk-1.1.85 is a branch and not the stable release tag
2018-11-01 23:25:26 +01:00
xeji a1d4a77ca7
Merge pull request #49611 from markuskowa/rev-virtualgl
virtualgl: revert PR #49185
2018-11-01 22:06:24 +01:00
Markus Kowalewski ddd761abb3
Revert "virtualgl-lib: fix broken startup script (#49185)"
This reverts commit efd3f8b57f.
2018-11-01 21:40:38 +01:00
R. RyanTM ed0d0eef73 vulkan-tools: 1.1.82.0 -> 1.1.85
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-tools/versions
2018-11-01 22:19:41 +02:00
Daniël de Kok 1836905bf1 cargo-tree: 0.20.0 -> 0.21.0 2018-11-01 08:22:55 +01:00
David Costa 6759b7900e ntp: fix ntpd shutdown by using upstream patch
After a series of amendments the seccomp.patch made ntpd work properly
but only on 32-bit systems.
This commit replaces that patch with the one submitted upstream by
cleverca22 and that fixes the issue also on 64-bit systems.

Close #38627, #45885
2018-10-31 23:01:40 +00:00
worldofpeace 8bf705658a hashit: 0.2.0 -> 1.0.0 2018-10-31 18:49:40 -04:00
xeji 5f755425a1
Merge pull request #49505 from qolii/eternal-terminal__5_1_7__5_1_8
eternal-terminal: 5.1.7 -> 5.1.8.
2018-10-31 19:28:06 +01:00
xeji c970b4ef12 eternal-terminal: fix homepage url 2018-10-31 19:11:23 +01:00
qolii 30c92945a4 eternal-terminal: 5.1.7 -> 5.1.8. 2018-10-31 19:10:29 +01:00
Tristan Helmich (omniIT) 41880aea09 saml2aws: 2.6.1 -> 2.10.0 2018-10-31 18:59:32 +01:00
Timo Kaufmann 6ff17834db youtube-dl: 2018.10.05 -> 2018.10.29 2018-10-31 14:41:17 +01:00
sjau df51c5ef80 easysnap: init at 2018-10-28 2018-10-31 04:41:23 +01:00
Michael Raskin b201817eb3
Merge pull request #49416 from veprbl/pr/texlive_repstopdf_fix
texlive: provide repstopdf
2018-10-30 20:37:27 +00:00
markuskowa efd3f8b57f virtualgl-lib: fix broken startup script (#49185)
Replace /bin/sh with bash in vglrun.
'exec' fails with /bin/sh
2018-10-30 16:15:53 +01:00
Robert Schütz 88155c643a getmail: 5.6 -> 5.7 2018-10-30 16:03:57 +01:00
Eelco Dolstra 81b2bfaf36
nixUnstable: 2.2pre6520_18b4c53f -> 2.2pre6526_9f99d624 2018-10-30 16:01:49 +01:00
Jaka Hudoklin 7df72ad928
google-cloud-sdk: 215.0.0 -> 222.0.0 2018-10-30 10:58:53 +01:00
Dmitry Kalinkin 20643a7807
texlive: provide repstopdf
repstopdf is supposed to be a symlink to epstopdf. Then epstopdf looks
at "$0" to detect when restricted mode needs to be enabled.  Unfortunately
our wrapper will drop all intermediate symlinks, which messes up "$0".
Restricted mode appears to be a security feature, so a test is
introduced to verify that the wrapper works as expected.
2018-10-29 16:56:45 -04:00
Matthew Bauer 075e4883e0 ibus: fix cross compilation
gtk-doc is a native input so we need to use buildPackages here.
2018-10-29 13:45:40 -05:00
Will Dietz a8973bb75a fd: 7.1.0 -> 7.2.0 2018-10-29 07:59:41 -05:00
Jörg Thalheim cd0e925a13
Merge pull request #49362 from Mic92/openopc
openopc: remove
2018-10-29 07:44:32 +00:00
Jörg Thalheim 0e72714d5d
Merge pull request #49358 from Mic92/nixdoc
nixdoc: init at 1.0.1
2018-10-28 23:12:43 +00:00
Vincent Ambo f03929f649
nixdoc: init at 1.0.1
Adds nixdoc, a tool to generate documentation for Nix functions in the
standard library.

See #49275 for some background information.
2018-10-28 22:17:16 +00:00
Jörg Thalheim c00b2b3074
openopc: remove
The project is dead and it blocks the upgrade of Pyro (https://github.com/NixOS/nixpkgs/pull/49351)
2018-10-28 21:02:29 +00:00
Tristan Helmich 20a62ea591 graylogPlugins: update
graylog-plugin-aggregates: 2.0.0 -> 2.3.0
graylog-plugin-auth-sso: 2.3.0 -> 2.4.2
graylog-plugin-dnsresolver: 1.1.2 -> 1.2.0
graylog-plugin-internal-logs: 2.3.0 -> 2.4.0
graylog-plugin-jabber: 2.0.0 -> 2.4.0
graylog-plugin-slack: 2.4.0 -> 3.1.0
2018-10-28 19:44:06 +01:00
Jörg Thalheim 48127c9c7b
Merge pull request #49344 from jD91mZM2/powerline-rs
powerline-rs: 0.1.8 -> 0.1.9
2018-10-28 16:07:26 +00:00
jD91mZM2 cba6c931ab
powerline-rs: 0.1.8 -> 0.1.9 2018-10-28 14:34:18 +01:00
jD91mZM2 fec3af14e5
xidlehook: 0.4.9 -> 0.5.0 2018-10-28 14:31:36 +01:00
Shea Levy bd7e0aec71
nixUnstable: 2.1pre6377_954d1f4d -> 2.2pre6520_18b4c53f 2018-10-28 00:01:27 -04:00
markuskowa f0868b8425
Merge pull request #49300 from r-ryantm/auto-update/icdiff
icdiff: 1.9.3 -> 1.9.4
2018-10-27 21:55:22 +02:00
R. RyanTM 2cb9858b34 icdiff: 1.9.3 -> 1.9.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/icdiff/versions
2018-10-27 11:26:07 -07:00
markuskowa 3988615279
Merge pull request #49296 from r-ryantm/auto-update/hwinfo
hwinfo: 21.58 -> 21.60
2018-10-27 20:23:56 +02:00
R. RyanTM 12bbb99e12 hwinfo: 21.58 -> 21.60
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-10-27 10:27:19 -07:00
Jörg Thalheim 744573f1c6
Merge pull request #49289 from Mic92/nix-review
nix-review: 0.5.3 -> 0.6.0
2018-10-27 18:14:33 +01:00
Jörg Thalheim 42f17d8f14
nix-review: 0.5.3 -> 0.6.0 2018-10-27 18:09:32 +01:00
Renaud 84d56226aa
Merge pull request #48883 from r-ryantm/auto-update/syslog-ng
syslogng: 3.17.2 -> 3.18.1
2018-10-27 14:47:34 +02:00
Renaud 5e9d66e125
Merge pull request #49133 from r-ryantm/auto-update/truffleHog
trufflehog: 2.0.91 -> 2.0.97
2018-10-27 13:55:59 +02:00
Renaud 863578d646
Merge pull request #49134 from r-ryantm/auto-update/urlwatch
urlwatch: 2.14 -> 2.15
2018-10-27 13:53:09 +02:00
R. RyanTM 62c860efd7 miller: 5.3.0 -> 5.4.0 (#49239)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/miller/versions
2018-10-27 07:17:58 -04:00
Jörg Thalheim dbb2aa143a
Merge pull request #49201 from markuskowa/up-snapper
snapper: 0.5.0 -> 0.7.2
2018-10-27 07:38:10 +01:00
Jörg Thalheim 255cc1ff8f
Merge pull request #48866 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20181007 -> 0.0.20181018
2018-10-27 07:28:19 +01:00
Markus Kowalewski a4df2d4315
snapper: 0.5.0 -> 0.7.2 2018-10-27 01:59:07 +02:00