Commit Graph

142638 Commits

Author SHA1 Message Date
R. RyanTM
985aea6b55 anki: 2.0.51 -> 2.0.52 (#41582)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/anki passed the binary check.
- /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/..anki-wrapped-wrapped passed the binary check.
- /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/.anki-wrapped passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 3 of 3 passed binary check by having the new version present in output.
- found 2.0.52 with grep in /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52
- directory tree listing: https://gist.github.com/1a53026ee3eea78708113c1b6e9d857f
- du listing: https://gist.github.com/c8dcabda5b46155a959b86843ee24ddd
2018-06-10 10:22:47 +02:00
Frederik Rietdijk
3b4c68f574
Merge pull request #41598 from bkchr/nividia_390_67
nvidia_x11: 390.48 -> 390.67
2018-06-10 10:22:25 +02:00
Frederik Rietdijk
1fdc5a9f0f
Merge pull request #41681 from Assassinkin/ansicov
pythonPackages.ansiconv: init at 1.0.0
2018-06-10 10:14:27 +02:00
Frederik Rietdijk
d358525280
Merge pull request #41628 from jyp/tensorflow-deps-fix
pythonPackages.Tensorflow: fix dependencies
2018-06-10 10:12:40 +02:00
Robert Helgesson
aa8e572e13
josm: 13576 -> 13878 2018-06-10 10:05:59 +02:00
Austin Seipp
ce93645c9c pythonPackages.paperspace: propagate boto3, requests
Otherwise, 'paperspace-python' does not work properly.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-10 02:45:32 -05:00
Austin Seipp
6d6ff86c85 pythonPackages: paperspace 0.0.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-10 02:28:24 -05:00
Will Dietz
d1eb255036
Merge pull request #41630 from dtzWill/update/aws-sdk-cpp-1.4.60
aws-sdk-cpp: 1.4.50 -> 1.4.60
2018-06-09 21:44:53 -05:00
Matthew Justin Bauer
924edffb0c
Merge pull request #41719 from r-ryantm/auto-update/ddcutil
ddcutil: 0.9.0 -> 0.9.1
2018-06-09 20:40:19 -04:00
Matthew Justin Bauer
568b1c514e
Merge pull request #41718 from r-ryantm/auto-update/darktable
darktable: 2.4.3 -> 2.4.4
2018-06-09 20:39:53 -04:00
Matthew Justin Bauer
e465cc7d0e
Merge pull request #41774 from bhipple/xfsprogs-src-url
xfsprogs: swap src url to HTTPS
2018-06-09 20:38:43 -04:00
Matthew Bauer
86e5595dda spidermonkey: fix i686 error on 38
spidermonkey doesn’t compile correctly on i686 linux & gcc7. It gives
the error:

  with gcc-7: undefined reference to `__divmoddi4'
2018-06-09 20:21:45 -04:00
Matthew Justin Bauer
1aaab72291
ghcjs-ng: fixup system tuple
on i686-linux, the libexec dir should be /libexec/i386-linux-ghc-8.2.2 not /libexec/i686-linux-ghc-8.2.2
2018-06-09 19:45:46 -04:00
Nicolas Dudebout
72fe3d7b08 bind: compile with libcap (#41755)
Additionally:

   + split native and other build inputs
   + alphabetically order dependencies
   + explicitly disable libjson support (the configure script looks for it in
     /usr, /usr/local, and /opt/local)
2018-06-10 01:43:13 +02:00
Izorkin
9ef30fd56a sshd: change location of config file (#41744)
create symlink /etc/ssh/sshd_config
2018-06-10 01:39:06 +02:00
Benjamin Hipple
5cc335cd55 xfsprogs: swap src url to HTTPS
This swaps the fetchgit call to be more consistent with the majority of other
NixPkgs fetchgit calls. Moreover, almost every network will be able to do HTTPS,
while some enterprise networks may limit external SSH access.
2018-06-09 19:35:39 -04:00
Daiderd Jordan
91be6b9f40
Merge pull request #41770 from marsam/feature/synapse-bt-enable-darwin
synapse-bt: fix darwin build
2018-06-10 01:22:39 +02:00
Benjamin Hipple
e20abf829a p7zip: fix src URL for debian gitlab move (#41769)
Another broken URL related to: https://github.com/NixOS/nixpkgs/issues/39927

Note that the patch file has legitimately changed, because ~4 months ago Debian
replaced their CVE security fix with a newer version that fixes some additional
bugs: d6fd3b3734
2018-06-09 23:08:59 +00:00
Austin Seipp
350f49734b pythonPackages.pylibmc: fix runtime dependency on libsasl2.so, by way of cyrus_sasl
Without explicitly specifying that libsasl2 is part of the build, and
without explicitly making it part of pylibmc's linker flags for its
CPython extension, the cpython code enters a build state error where it
instead attempts to blindly `dlopen("libsasl2.so")` out of
$LD_LIBRARY_PATH; this fails as it can't be found in the store,
obviously.

The bigger problem with this is that it otherwise makes pylibmc
unusable, as it will try to immediately load libsasl2 at startup. This
means even using 'import pylibmc' at all will cause a failure.

Instead, add cyrus_sasl into the build closure of the library, and pass
an argument to the setup.py script to properly pass -lsasl2 to the C
extension. This causes a link to properly be formed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-09 17:35:12 -05:00
worldofpeace
84670fb9c8 antibody: 3.4.6 -> 3.5.0 (#41746) 2018-06-10 00:14:54 +02:00
Mario Rodas
d5ca8dea78 synapse-bt: fix darwin build 2018-06-09 17:14:38 -05:00
Vincent Ambo
8e9e728aee kontemplate: 1.5.0 -> 1.6.0 (#41766)
Upstream release notes at:

https://github.com/tazjin/kontemplate/releases/tag/v1.6.0
2018-06-10 00:03:02 +02:00
R. RyanTM
7710faccee mate.mate-desktop: 1.20.1 -> 1.20.3 (#41548)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/mate-color-select had a zero exit code or showed the expected version
- /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/mate-about passed the binary check.
- Warning: no invocation of /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/.mate-color-select-wrapped had a zero exit code or showed the expected version
- /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/.mate-about-wrapped passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3
- directory tree listing: https://gist.github.com/31f847260d9910561df955f376feb063
- du listing: https://gist.github.com/2b921cbfb4bda4b008a2b2a496b49229
2018-06-09 23:44:55 +02:00
R. RyanTM
492f1649f8 springLobby: 0.255 -> 0.264 (#41508)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264/bin/springlobby had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264/bin/.springlobby-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.264 with grep in /nix/store/i6g7iand22k99ry0hjda1gs71amk9q11-springlobby-0.264
- directory tree listing: https://gist.github.com/4d077ab682c9643337f22bf2bd75f51c
- du listing: https://gist.github.com/f215b8788c2ea5ebb286f3dddc34fdf9
2018-06-09 23:37:07 +02:00
R. RyanTM
4d5cb8617c kdeconnect: 1.3.0 -> 1.3.1 (#41551)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-cli passed the binary check.
- Warning: no invocation of /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-indicator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-handler had a zero exit code or showed the expected version
- 1 of 3 passed binary check by having a zero exit code.
- 1 of 3 passed binary check by having the new version present in output.
- found 1.3.1 with grep in /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1
- directory tree listing: https://gist.github.com/a152722e459e7e8094cfdbd791a8c55b
- du listing: https://gist.github.com/665212497cfba50b98110a2788e52eec
2018-06-09 23:35:35 +02:00
R. RyanTM
00156c3cae fanficfare: 2.25.0 -> 2.26.0 (#41569)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/.fanficfare-wrapped passed the binary check.
- /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0/bin/fanficfare passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.26.0 with grep in /nix/store/8xysybhmjya5wx4rsykxk7d9f37g3qbk-fanficfare-2.26.0
- directory tree listing: https://gist.github.com/8dac0cbfced5624b49e894cfb51f13be
- du listing: https://gist.github.com/3710839076360d257f245cd976e974fa
2018-06-09 23:35:06 +02:00
R. RyanTM
c283f18b0f debootstrap: 1.0.100 -> 1.0.101 (#41573)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/x9xnb4bkg9h18iz4xvjsqwq1yzy7y4fg-debootstrap-1.0.101/bin/debootstrap passed the binary check.
- 1 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 1.0.101 with grep in /nix/store/x9xnb4bkg9h18iz4xvjsqwq1yzy7y4fg-debootstrap-1.0.101
- directory tree listing: https://gist.github.com/ff456a293ac749e2bb7a78fd6cf95906
- du listing: https://gist.github.com/57824cbc8d981aa24e5d98ca35e86053
2018-06-09 23:34:36 +02:00
R. RyanTM
cc9fc2bdcd ipopt: 3.12.9 -> 3.12.10 (#41555)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.12.10 with grep in /nix/store/6748l35g9dz7z77wqwal99ylrhn87liv-ipopt-3.12.10
- directory tree listing: https://gist.github.com/5da4bb4853af0913caca26e8cbc87666
- du listing: https://gist.github.com/c4d8373c7d9a61f39479151fdffa99cb
2018-06-09 23:33:17 +02:00
R. RyanTM
f8621a2025 matomo: 3.5.0 -> 3.5.1 (#41540)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1/bin/matomo-console 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.5.1 with grep in /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1
- directory tree listing: https://gist.github.com/1ab3b04c7d594c57458b6d4ef8e65867
- du listing: https://gist.github.com/c105a7109ba84d6e2715bc3800c66780
2018-06-09 23:32:31 +02:00
R. RyanTM
d5cb2b49e7 thermald: 1.7.1 -> 1.7.2 (#41512)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2/bin/thermald 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 1.7.2 with grep in /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2
- directory tree listing: https://gist.github.com/ad1f865238e5c5f860f3887649db1e4e
- du listing: https://gist.github.com/7d5e5cedb23a1867821a4444b72d29ab
2018-06-09 23:30:16 +02:00
R. RyanTM
488ee63a13 sysstat: 11.7.3 -> 11.7.4 (#41510)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/sar passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/sadf passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/iostat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/tapestat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/mpstat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/pidstat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/cifsiostat passed the binary check.
- 7 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- found 11.7.4 with grep in /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4
- directory tree listing: https://gist.github.com/099df05f7cbb5510144a7b1741ff0fda
- du listing: https://gist.github.com/21956b2e9d623a7923391b59af578f7e
2018-06-09 23:29:41 +02:00
Daiderd Jordan
253d78142d
Merge pull request #41768 from flokli/iproute2mac
darwin.iproute2mac: init at 1.2.1
2018-06-09 23:17:35 +02:00
Florian Klink
dcdeaa1a24 darwin.iproute2mac: wrap network_cmds 2018-06-09 23:12:16 +02:00
Matthew Justin Bauer
e8072de87e
Merge pull request #41354 from mulderr/master
odpic: init at 2.3.2
2018-06-09 17:07:06 -04:00
Florian Klink
857ab32cca darwin.iproute2mac: init at 1.2.1 2018-06-09 22:47:21 +02:00
R. RyanTM
fff4f5ad95 nextcloud: 13.0.2 -> 13.0.3 (#41666)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 13.0.3 with grep in /nix/store/hbps5w1zb88icnpqdpix29yx24hcf3ww-nextcloud-13.0.3
- directory tree listing: https://gist.github.com/feec7566b2d989d0e2f4a1870b1bb899
- du listing: https://gist.github.com/52d6f78c92d6b0bbd7179d3ed6da3d75
2018-06-09 22:46:31 +02:00
Lorenzo Manacorda
ab82f54f46 keybase: 1.0.44 -> 2.0.0 (#41695) 2018-06-09 22:45:56 +02:00
Jan Malakhovski
ee1550b763 hello-unfree: init at 1.0 (#41763)
Also add `version` attribute to GNU `hello` while we are at it.
2018-06-09 22:14:36 +02:00
Joachim Fasting
fc618a15e8
tor-browser-bundle-bin: 7.5.4 -> 7.5.5 2018-06-09 22:10:08 +02:00
xeji
08197d032a
nixos/tests/gnome3: switch to lightdm (#41742) 2018-06-09 22:02:48 +02:00
Pascal Wittmann
79511c8434
nzbget: 19.1 -> 20.0 2018-06-09 21:21:52 +02:00
Jörg Thalheim
bf794aaffc mypy: 0.600 -> 0.610 2018-06-09 18:26:27 +01:00
Jan Tojnar
05b9e9f011
gnome3.totem: fix build
Hopefully a proper fix for be17bccf38
2018-06-09 19:08:19 +02:00
Florian Klink
f4434bef8b odpic: enable on darwin 2018-06-09 19:00:09 +02:00
Matthew Bauer
bc490a4b3f emacs-mac: don’t propagate frameworks
This makes the closure really big & is not needed for a running emacs.
2018-06-09 12:58:58 -04:00
Matthew Bauer
697ae2a073 emacsMacport: apply clean-env.patch 2018-06-09 12:33:18 -04:00
Matthew Justin Bauer
e2a10788c3
Merge pull request #41760 from bhipple/fix/npth-url
npth: use gnupg mirrors for fetchurl
2018-06-09 12:28:54 -04:00
Benjamin Hipple
7a17a117d6 npth: use gnupg mirrors for fetchurl
This lets nix try any of the gnupg mirror alternatives if the previous FTP site
is down or temporarily unavailable.
2018-06-09 12:16:24 -04:00
obadz
34d3a97ec6 citrix-receiver: add workaround to #41279 2018-06-09 15:20:03 +01:00
obadz
62f4cc349b citrix-receiver: fix default version 2018-06-09 15:19:48 +01:00