Commit graph

26086 commits

Author SHA1 Message Date
Tuomas Tynkkynen 164601faa2 mesa: Enable virgl driver
This gets NixOS tests requiring X11 to work on aarch64:

https://nix-cache.s3.amazonaws.com/log/nj4dwi3wkxx0cxv230ii4a99yz71b4km-vm-test-run-keymap-neo.drv
2018-05-26 18:03:44 +03:00
Thomas Tuegel db215a62b7
qtwebengine: fix build failure due to -Wformat-security
ninja builds some components with -Wno-format, which is not compatible with the
default hardening setting of -Wformat-security in Nixpkgs.
2018-05-25 20:14:05 -05:00
Jan Malakhovski ad35019501 Merge branch 'master' into staging
Fixed conflicts:
- lib/systems/for-meta.nix: in favor of staging
- pkgs/os-specific/darwin/xcode/default.nix: in favor of master
2018-05-26 00:20:17 +00:00
Matthew Justin Bauer 98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
R. RyanTM 10c973ef80 nanomsg: 1.1.2 -> 1.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/nanomsg/versions.

These checks were done:

- built on NixOS
- /nix/store/ixs53g4hgmjsapmv98rhp13dxnia80v7-nanomsg-1.1.3/bin/nanocat 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.1.3 with grep in /nix/store/ixs53g4hgmjsapmv98rhp13dxnia80v7-nanomsg-1.1.3
- directory tree listing: https://gist.github.com/cdb8b58cd0b2200dc629e5ed3c05af8b
- du listing: https://gist.github.com/76b99cc11ac487811d0eeff14406bfce
2018-05-24 14:41:19 -07:00
Gabriel Ebner 42af0d6ef9 libqalculate: 2.3.0 -> 2.5.0 2018-05-24 18:19:45 +02:00
Timo Kaufmann c8987a72e4 fplll: 5.2.0 -> 5.2.1, pythonPackages.fpylll: 0.3.0dev -> 0.4.0dev (#40995) 2018-05-24 16:36:18 +02:00
Andreas Rammhold 40e76194f8
Merge pull request #41005 from flokli/master-zziplib-0.13.69
zziplib: gdraheim/zziplib#27 is not an issue anymore
2018-05-24 08:09:00 +02:00
Matthew Justin Bauer 828d932fef
zookeeper_mt: add version 2018-05-23 22:08:31 -05:00
Florian Klink 16728fa4ee zziplib: gdraheim/zziplib#27 is not an issue anymore
fix included in 0.13.69, which was bumped in
3f36f6095f.
2018-05-24 01:32:20 +02:00
Johannes Frankenau b6b8cdd43f
libgudev: add gobjectIntrospection to nativeBuildInputs 2018-05-23 19:46:12 +02:00
Yegor Timoshenko e28a586f94
sqlite{,-analyzer}: use the same src (#40945) 2018-05-23 19:06:46 +03:00
John Ericson 18742471af Merge remote-tracking branch 'upstream/master' into staging
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
Yegor Timoshenko 3210c69c36
Merge pull request #40970 from r-ryantm/auto-update/folly
folly: 2018.04.23.00 -> 2018.05.21.00
2018-05-23 12:07:53 +03:00
R. RyanTM 23dce527d8 folly: 2018.04.23.00 -> 2018.05.21.00
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/folly/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 2018.05.21.00 with grep in /nix/store/n4qdpjqixmlcly3al00c5a2ivp6lh74f-folly-2018.05.21.00
- directory tree listing: https://gist.github.com/80adf61ca8bb6b1020e7b48cae590a9c
- du listing: https://gist.github.com/dc5d5cb97ea76a087a50b733c659ebe5
2018-05-22 23:59:15 -07:00
Matthew Justin Bauer 75ae4c5a19
Merge pull request #40904 from matthewbauer/freeciv-on-darwin
Freeciv: enable on darwin
2018-05-22 22:37:11 -05:00
Yegor Timoshenko eaf1c07836
Merge pull request #40626 from dtzWill/update/sqlite-2.23.1
sqlite: 3.22.0 -> 3.23.1
2018-05-23 01:27:20 +03:00
Will Dietz d8b96d5730 nghttp2: 1.31.0 -> 1.32.0
1.31.1 has security fix for CVE-2018-1000168:

https://nghttp2.org/blog/2018/04/12/nghttp2-v1-31-1/
2018-05-22 17:27:11 -05:00
Tuomas Tynkkynen aedc169d7f serf: Simplify 2018-05-23 01:14:51 +03:00
Tuomas Tynkkynen 20c2fd73ca apr-util: Fixup apu-1-config
apu-1-config --ldflags is giving broken output on the fixed-output
dependencies. This broke serf build since db was split to multiple
outputs.

https://nix-cache.s3.amazonaws.com/log/q35s5jba6p6dpdqlfn9qgy5w0hpa506v-serf-1.3.9.drv
2018-05-23 01:14:51 +03:00
Yegor Timoshenko 2e7897ab6e
Merge pull request #36462 from dtzWill/update/nghttp2-1.31.0
nghttp2: 1.24.0 -> 1.31.0
2018-05-23 00:59:58 +03:00
Yegor Timoshenko 5580765158 sqlite{,-analyzer}: add archiveVersion function 2018-05-23 00:49:11 +03:00
Yegor Timoshenko 25ec13a4f0 sqlite: with stdenv.lib, add downloadPage, add version attribute 2018-05-22 23:44:28 +03:00
Yegor Timoshenko 57200f58f4 sqlite3_analyzer: assert, rename to sqlite-analyzer, clean up 2018-05-22 23:43:04 +03:00
Benjamin Hipple a7ab884128 poppler: 0.64.0 -> 0.65.0 (#40786) 2018-05-22 18:22:42 +02:00
R. RyanTM 61a7b056fe libidn2: 2.0.4 -> 2.0.5 (#40852)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin/bin/idn2 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 2.0.5 with grep in /nix/store/lqhvipkml1hdjrc7x44a9qx6ib3h7fk4-libidn2-2.0.5-bin
- directory tree listing: https://gist.github.com/e275c93b988cd78a7716800d30d6d315
- du listing: https://gist.github.com/d80481a1635867ebfce278bd1e58d900
2018-05-22 18:20:53 +02:00
Josef Kemetmüller 23a83fbf86 librdf_redland: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 79476b5883 librdf_redland: Fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 18:19:28 +03:00
Josef Kemetmüller 1bf30c9223 librdf_rasqal: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 3d4ef86766 librdf_raptor2: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 020957716e heimdal: Fix darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 9a100e3e31 heimdal: Fix db include
[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 18:19:28 +03:00
Josef Kemetmüller 7c8705256c aprutil: fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin", also patch .la file]
2018-05-22 18:19:27 +03:00
Tuomas Tynkkynen 0fd461d5b5 db: Use more conventional outputs, also split bin 2018-05-22 17:49:04 +03:00
Tuomas Tynkkynen f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
xeji 5093abc8f1
Merge pull request #40900 from flokli/oracle-fixes
oracle-instantclient: simplify a lot, use autoPatchelfHook
2018-05-22 10:36:12 +02:00
Florian Klink 9770699ebd oracle-instantclient: disable building on hydra
we requireFile, so hydra can't build it anyways.
2018-05-22 03:35:05 +02:00
Florian Klink fe56ad70f0 oracle-instantclient: simplify, use autoPatchelfHook
Split `buildCommand`, provide `unpackCmd` and add `installPhase`.

Use autoPatchelfHook, we can get rid of all the manual hacking around
with patchelf.

Use install to install to $out
2018-05-22 03:34:55 +02:00
Matthew Bauer 9b8b29f175 gtk2: fix GNOME bug #557780
URL: https://gitlab.gnome.org/GNOME/gtk/issues/303

This patch will fix the assertion generated at startup for freeciv on
macOS. Conditionally applied on Darwin.

Gdk:ERROR:gdkimage-quartz.c:250:_gdk_image_new_for_depth: assertion failed: (depth == 24 || depth == 32)
2018-05-21 19:57:01 -05:00
Matthew Bauer dadb35fdb3 nvidia-texture-tools: support darwin 2018-05-21 19:55:37 -05:00
Matthew Bauer 50c158dee8 enet: supports darwin 2018-05-21 19:55:37 -05:00
Matthew Bauer 3dc8328b1f sfml: support darwin 2018-05-21 19:55:37 -05:00
John Ericson db4d77779c Merge remote-tracking branch 'upstream/master' into staging 2018-05-21 20:21:48 -04:00
R. RyanTM 60a666507c srtp: 2.1.0 -> 2.2.0 (#40849)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsrtp/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 2.2.0 with grep in /nix/store/6zbhr84zjcsvn8rjngwyqlhy1592pbcm-libsrtp-2.2.0
- directory tree listing: https://gist.github.com/87b0811e10da29e42c97917be0858d86
- du listing: https://gist.github.com/2e969bdfee6739383f70f7509c074b3b
2018-05-22 02:01:49 +02:00
Florian Klink 82eaa5ba37 oracle-instantclient: add flokli as maintainer 2018-05-22 01:29:00 +02:00
Jörg Thalheim 7796075209
Merge pull request #37253 from LnL7/darwin-communi
communi: fix darwin build
2018-05-21 14:22:11 +01:00
R. RyanTM 96ad842c47 librealsense: 2.11.0 -> 2.11.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/librealsense/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 2.11.1 with grep in /nix/store/qyy6s8nbpifg33h0hvnpf3fizwdycpvz-librealsense-2.11.1
- directory tree listing: https://gist.github.com/020e7e6cfc0e9cc89911d68349e47bc7
- du listing: https://gist.github.com/dfc212b0151822573970980eb31f8289
2018-05-21 09:15:41 +00:00
R. RyanTM a58e93bd78 simpleitk: 1.0.0 -> 1.1.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/simpleitk/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 1.1.0 with grep in /nix/store/926vcv62wgj9nyj4z4yw6hxi64yaqha8-simpleitk-1.1.0
- directory tree listing: https://gist.github.com/fc471fd5a722b3d1303143f4ca87457d
- du listing: https://gist.github.com/6f050e82917acd9dc266df3c2c3cb81b
2018-05-21 08:57:29 +00:00
Orivej Desh 03c61b71f9 spdk: fix sandboxed build 2018-05-21 03:39:54 +00:00
Orivej Desh 66002a0e07 spdk: init at 18.04
Closes #39138.
2018-05-21 02:00:07 +00:00
Jan Tojnar 641fa3d1c2
babl: 0.1.48 → 0.1.50 2018-05-21 00:50:33 +02:00
Orivej Desh 5188ef371f libnatpmp: init at 20150609 2018-05-20 11:51:17 +00:00
Vladimír Čunát 392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
Samuel Leathers 9a1fac43e6
Merge pull request #40769 from mnacamura/slib
slib: 3b2 -> 3b5
2018-05-19 21:37:12 -04:00
Jan Tojnar 2ffff13c8d
gegl_0_4: 0.4.0 → 0.4.2 2018-05-19 17:34:08 +02:00
R. RyanTM 28c1c0ab26 mlt: 6.6.0 -> 6.8.0 (#40653)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/xsmh09whsj39h5hc7g0ljj344i5i70zk-mlt-6.8.0/bin/melt passed the binary check.
- /nix/store/xsmh09whsj39h5hc7g0ljj344i5i70zk-mlt-6.8.0/bin/.melt-wrapped passed the binary check.
- 2 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 6.8.0 with grep in /nix/store/xsmh09whsj39h5hc7g0ljj344i5i70zk-mlt-6.8.0
- directory tree listing: https://gist.github.com/3a7f7c995e0d2d7232ab28093ddd4613
- du listing: https://gist.github.com/c8e940fb79b09b1aeee2243a1fff57ca
2018-05-19 17:17:18 +02:00
R. RyanTM 9534f999a4 librelp: 1.2.15 -> 1.2.16 (#40664)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/librelp/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 1.2.16 with grep in /nix/store/a6787dmhj4xpxwmqk8876gkyg00gr48h-librelp-1.2.16
- directory tree listing: https://gist.github.com/1f742ba05336ce792bdc905f5cd9dd4d
- du listing: https://gist.github.com/3677c4e01ab864cae128476ab579a776
2018-05-19 17:03:21 +02:00
Mitsuhiro Nakamura ce87e7083b slib: 3b2 -> 3b5 2018-05-19 22:23:40 +09:00
Robert Schütz 90c0100139 Merge branch 'master' into staging 2018-05-19 11:12:19 +02:00
Matthew Justin Bauer dd56a43946
Merge pull request #40493 from r-ryantm/auto-update/gdal
gdal: 2.2.4 -> 2.3.0
2018-05-18 21:46:42 -05:00
John Ericson 5ccb99e372 Merge remote-tracking branch 'upstream/master' into staging 2018-05-18 17:48:37 -04:00
R. RyanTM 218b60b85d ace: 6.4.7 -> 6.4.8 (#40696)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/2bjwljxg8xr8f44h622mqc3xacy9419y-ace-6.4.8/bin/ace_gperf 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 6.4.8 with grep in /nix/store/2bjwljxg8xr8f44h622mqc3xacy9419y-ace-6.4.8
- directory tree listing: https://gist.github.com/246159b0e45b5fe1369de042fd0534cf
- du listing: https://gist.github.com/dc07102e153c9c3a7f97e1fe743aed1b
2018-05-18 17:34:52 +02:00
Tuomas Tynkkynen 003473613a Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
2018-05-18 03:54:38 +03:00
Will Dietz 39696b6d56 qt-5.10: don't use features that require new-ish kernels, stay compat
Before this change:
$ readelf --notes /nix/store/zf5yja02g8n8dzgs25pqfd8w3myfzgzc-qtbase-5.10.1/lib/libQt5Core.so

Displaying notes found at file offset 0x004a7778 with length 0x00000020:
  Owner                 Data size       Description
  GNU                  0x00000010       NT_GNU_ABI_TAG (ABI version tag)
    OS: Linux, ABI: 3.17.0

After:
$ readelf --notes /nix/store/sg1s9hdw0b7p6h0dwg09g4lxy1acq7y6-qtbase-5.10.1/lib/libQt5Core.so

Displaying notes found at file offset 0x004a7dcc with length 0x00000020:
  Owner                 Data size       Description
  GNU                  0x00000010       NT_GNU_ABI_TAG (ABI version tag)
    OS: Linux, ABI: 2.6.28

-----------

The above paths were before rebasing the commit onto staging,
and it'd probably be good to have someone confirm the same happens
when built on a hydra builder or other non-dtzWill machine :).

[dezgeg: added comments]
2018-05-18 03:51:20 +03:00
John Ericson 33fa7b3f5a
Merge pull request #40640 from angerman/feature/yaml-all
Allow YAML on other platforms as well.
2018-05-17 19:31:40 -04:00
R. RyanTM f1323634c1 armadillo: 8.500.0 -> 8.500.1 (#40700)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/armadillo/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 8.500.1 with grep in /nix/store/fgj0bi559rzmrmzm0y0fyfr75wljlwzz-armadillo-8.500.1
- directory tree listing: https://gist.github.com/6b042c178fafc84e571bb6d2ed67ae65
- du listing: https://gist.github.com/32fd420f41d621a7b6b540cabbcf3f53
2018-05-18 00:32:15 +02:00
Jan Tojnar 41f0c4639a
Merge pull request #40699 from r-ryantm/auto-update/babl
babl: 0.1.46 -> 0.1.48
2018-05-18 00:25:59 +02:00
Will Dietz 0f7eaddc50 sqlar: init at 2018-01-07 2018-05-17 14:58:41 -05:00
R. RyanTM 85cc1364ad babl: 0.1.46 -> 0.1.48
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/babl/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 0.1.48 with grep in /nix/store/1pffxdly3bs42aqxf9zzmh3kcn304r8i-babl-0.1.48
- directory tree listing: https://gist.github.com/42f46e6f60e3db18a7a54f4ec1c31b80
- du listing: https://gist.github.com/3382dcb9c594fd5e06a9432be1c8d80b
2018-05-17 12:40:38 -07:00
Will Dietz 8c755ad7b3 sqlite3_analyzer: 3.22.0 -> 3.23.1 (to match sqlite3) 2018-05-17 13:03:12 -05:00
Florian Klink 7824c60a43 oracle-instantclient: patchelf and wrap adrci and genezi, too 2018-05-17 18:56:43 +02:00
Florian Klink ccb4558a91 oracle-instantclient: prefix LD_LIBRARY_PATH 2018-05-17 18:56:36 +02:00
Florian Klink 0f4269bf48 oracle-instantclient: remove unused arguments 2018-05-17 18:56:26 +02:00
Florian Klink 276f2897cb oracle-instantclient: move rpmextract and patchelf to nativeBuildInputs 2018-05-17 18:56:19 +02:00
adisbladis 7db0be8ab1
Merge pull request #40662 from r-ryantm/auto-update/libu2f-host
libu2f-host: 1.1.5 -> 1.1.6
2018-05-17 20:46:08 +08:00
R. RyanTM 596645d5d2 libu2f-host: 1.1.5 -> 1.1.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/libu2f-host/versions.

These checks were done:

- built on NixOS
- /nix/store/8jbzdkhk2krc8yc37c9bcxsbmam5csaa-libu2f-host-1.1.6/bin/u2f-host 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.1.6 with grep in /nix/store/8jbzdkhk2krc8yc37c9bcxsbmam5csaa-libu2f-host-1.1.6
- directory tree listing: https://gist.github.com/bc0958f894bcdad9565006be8be45096
- du listing: https://gist.github.com/e9a255d64be0442f7d14fca45cbcb6f0
2018-05-17 04:46:07 -07:00
Moritz Angermann 8ea265279e
Allow YAML on other platforms as well. 2018-05-17 15:22:31 +08:00
Will Dietz 1d6a14e24a sqlite: Add zlib dep, needed for sqlar support.
(and seems generally useful anyway?)
2018-05-16 21:33:42 -05:00
Will Dietz a6d8d54e79 sqlite: 3.22.0 -> 3.23.1
https://sqlite.org/releaselog/3_23_1.html

(also contains notes for 3.23.0)

Adds CLI support for SQLite archive files:
https://sqlite.org/sqlar.html
2018-05-16 21:23:11 -05:00
Will Dietz c8996506e1 dyncall: install cmake modules, man pages, use upstream's preferred URL 2018-05-16 16:07:06 -05:00
John Ericson ddbe9191ef Merge remote-tracking branch 'upstream/master' into staging
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Will Dietz 1bbe4e9618
Merge pull request #40596 from dtzWill/feature/dyncall-1.0
dyncall: init at 1.0
2018-05-16 10:52:29 -05:00
Will Dietz 65eb3ec842 dyncall: init at 1.0 2018-05-16 10:29:40 -05:00
R. RyanTM d596db5ea6 libite: 2.0.1 -> 2.0.2 (#40484)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.2 with grep in /nix/store/naarzbhrc25il5apxf2s1d6npnv5bdwj-libite-2.0.2
- directory tree listing: https://gist.github.com/5c0e5f0b94104a500555ba038e45c2bf
- du listing: https://gist.github.com/4fa4a3663027f65a44561a901994afc7
2018-05-16 14:44:31 +02:00
adisbladis 374a18fcb6
Merge pull request #40583 from adisbladis/emacsPackages.emacs-libvterm
emacsPackages.emacs-libvterm: init at unstable-2017-11-24
2018-05-16 14:20:34 +08:00
adisbladis 3290800d67
libvterm-neovim: init at 2017-11-05 2018-05-16 14:02:48 +08:00
Matthew Bauer c605d171bb treewide: remove lintl references
libintl should be used directly, not through NIX_LDFLAGS.
2018-05-16 01:02:31 -05:00
Matthew Justin Bauer 59fff18f77
Merge pull request #40482 from r-ryantm/auto-update/libmediainfo
libmediainfo: 18.03.1 -> 18.05
2018-05-16 00:58:56 -05:00
Matthew Justin Bauer f3f5980898
Merge pull request #40481 from r-ryantm/auto-update/mlt
libsForQt5.mlt: 6.6.0 -> 6.8.0
2018-05-16 00:58:46 -05:00
Tuomas Tynkkynen 6b6a575748 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/tools/networking/telnet/default.nix
	pkgs/top-level/aliases.nix
2018-05-16 03:09:33 +03:00
Jan Tojnar d5060ac3a7
Merge pull request #33371 from jtojnar/flatpak
Flatpak
2018-05-15 14:19:33 +02:00
Jan Tojnar 1c04363714
nixos/flatpak: add test 2018-05-15 14:18:44 +02:00
Jan Tojnar ec80c5e4c4
nixos/flatpak: allow specifying extra portals 2018-05-15 13:31:13 +02:00
Cray Elliott 0e6fb50954 ffmpeg: remove redundant nix expr from last commit
accidentally brought in from old local changes
2018-05-14 21:06:39 -07:00
Cray Elliott dd7f08a1a6 ffmpeg-full: 3.4.2 -> 4.0
init local package nv-codec-headers, which are external nvidia headers,
now used when nvenc is enabled
2018-05-14 21:05:42 -07:00
John Ericson 5e17335bd7 Merge remote-tracking branch 'upstream/staging' into strictDeps 2018-05-14 23:33:03 -04:00
John Ericson 330ca731e8 treewide: Get rid of all uses of crossConfig
The hack of using `crossConfig` to enforce stricter handling of
dependencies is replaced with a dedicated `strictDeps` for that purpose.
(Experience has shown that my punning was a terrible idea that made more
difficult and embarrising to teach teach.)

Now that is is clear, a few packages now use `strictDeps`, to fix
various bugs:

 - bintools-wrapper and cc-wrapper
2018-05-14 23:30:37 -04:00
John Ericson f2017c40ae Merge remote-tracking branch 'upstream/master' into staging 2018-05-14 22:53:10 -04:00
Matthew Justin Bauer 5288fbd60b
Merge pull request #40280 from Anton-Latukha/handbrake-patch-cleanup
Cleanup of HandBrake related patches
2018-05-14 19:00:18 -05:00
Matthew Justin Bauer 8dfecefd97
Merge pull request #40245 from bcdarwin/bicgl
bicgl: init at 2017-09-10
2018-05-14 18:09:27 -05:00
Thomas Tuegel 33e07634be
Merge pull request #40486 from adisbladis/kde-frameworks-5_46
kde-frameworks: 5.45 -> 5.46
2018-05-14 14:19:29 -05:00
John Ericson 01a525b84e Merge remote-tracking branch 'upstream/master' into staging 2018-05-14 13:31:20 -04:00
John Ericson d00cc1242f
Merge pull request #40040 from obsidiansystems/gnu-config-arm
gnu-config: Update, allowing hacks to be removed
2018-05-14 11:20:09 -04:00
R. RyanTM 2abd5916a7 fstrm: 0.3.2 -> 0.4.0 (#40489)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/p9y2vcrsa056xibh0y1xaz750mdcc5yq-fstrm-0.4.0-bin/bin/fstrm_capture --version’ and found version 0.4.0
- found 0.4.0 with grep in /nix/store/p9y2vcrsa056xibh0y1xaz750mdcc5yq-fstrm-0.4.0-bin
- directory tree listing: https://gist.github.com/5cc213160a9ec091c9e767b95bfe2cdd
- du listing: https://gist.github.com/c4b1f58631938c0cad031ac2dc920011
2018-05-14 17:13:57 +02:00
John Ericson f2b575bd7b Merge remote-tracking branch 'upstream/master' into gnu-config-arm 2018-05-14 10:58:15 -04:00
John Ericson 8e891e6ed4 Merge remote-tracking branch 'upstream/master' into staging 2018-05-14 10:57:33 -04:00
John Ericson 29db817003 gnu-config: Update to support ARM and 4 quardruples
I recently upstreamed

 - https://git.savannah.gnu.org/cgit/config.git/commit/?id=50a0413a5ba9684aa9247444c60a5cea47c4435d
 - https://git.savannah.gnu.org/cgit/config.git/commit/?id=09df750b994963a47f7c450f74b7e3f8567a6355
2018-05-14 10:55:32 -04:00
Pascal Wittmann 640c977996
Merge pull request #40500 from r-ryantm/auto-update/accountsservice
accountsservice: 0.6.47 -> 0.6.49
2018-05-14 14:56:39 +02:00
R. RyanTM 7d631f8978 accountsservice: 0.6.47 -> 0.6.49
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.6.49 with grep in /nix/store/5n1xmzvhis54f8vahhwxv4pn2k82sqmc-accountsservice-0.6.49
- directory tree listing: https://gist.github.com/d4f52cc42677c263ff034c14fb7741e3
- du listing: https://gist.github.com/0a90eaba29c57c4f54c36a659416df96
2018-05-14 05:44:43 -07:00
R. RyanTM 17ccab6b12 gdal: 2.2.4 -> 2.3.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/gdal/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/.gdal2tiles.py-wrapped -h’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/.gdal2tiles.py-wrapped --help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdal2tiles.py -h’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdal2tiles.py --help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/.gdalident.py-wrapped -h’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/.gdalident.py-wrapped --help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/.gdalident.py-wrapped help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdalident.py -h’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdalident.py --help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdalident.py help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/.mkgraticule.py-wrapped help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/mkgraticule.py help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdalsrsinfo help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/ogrinfo help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/testepsg -h’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/testepsg --help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/testepsg help’ got 0 exit code
- ran ‘/nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0/bin/gdal-config --version’ and found version 2.3.0
- found 2.3.0 with grep in /nix/store/6zxb4kpk3mk347ypcxdc2dymq9gl37w7-gdal-2.3.0
- directory tree listing: https://gist.github.com/b6bcad3891a98e65991899121540cc85
- du listing: https://gist.github.com/f89d55b943a68b1550b8eff3f204f27f
2018-05-14 03:58:18 -07:00
adisbladis 1406808468
kde-frameworks: 5.45 -> 5.46 2018-05-14 17:59:00 +08:00
R. RyanTM 5d78859c15 libmediainfo: 18.03.1 -> 18.05
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 18.05 with grep in /nix/store/5qyyi56b38pqwkrz245xv8skn3bsflzg-libmediainfo-18.05
- directory tree listing: https://gist.github.com/74cf8ceacead58990e67775b627a172a
- du listing: https://gist.github.com/a515ce2cc6f6d9f886c1948aa1d3e561
2018-05-14 01:53:22 -07:00
R. RyanTM c56dcb430d libsForQt5.mlt: 6.6.0 -> 6.8.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/mlt/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0/bin/melt -h’ got 0 exit code
- ran ‘/nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0/bin/melt --help’ got 0 exit code
- ran ‘/nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0/bin/melt help’ got 0 exit code
- ran ‘/nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0/bin/.melt-wrapped -h’ got 0 exit code
- ran ‘/nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0/bin/.melt-wrapped --help’ got 0 exit code
- ran ‘/nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0/bin/.melt-wrapped help’ got 0 exit code
- found 6.8.0 with grep in /nix/store/xp3sq5n9xcqwibdcwlnw1kndc67ykpb9-mlt-6.8.0
- directory tree listing: https://gist.github.com/486acd53034e92704cc044a92c6e32ef
- du listing: https://gist.github.com/ff98100a51f78de609043361454df0b1
2018-05-14 01:08:45 -07:00
Matthew Justin Bauer 09204fe806
Merge pull request #40440 from ruuda/libressl
libressl: init at 2.7, change url to https
2018-05-13 18:21:26 -05:00
Robert Schütz 409b97c95f libb2: fix build on ARM 2018-05-13 20:09:00 +03:00
Robert Schütz 03318efe09 libb2: 0.97 -> 0.98 2018-05-13 20:09:00 +03:00
Ruud van Asseldonk 3e293b2dc3 libressl: use https url in metadata 2018-05-13 15:26:34 +02:00
Ruud van Asseldonk 4371e5be0b libressl_2_7: init at 2.7.3 2018-05-13 15:25:24 +02:00
Frederik Rietdijk 658b7c3f2e Merge master into staging 2018-05-13 12:13:25 +02:00
John Ericson 2c5d915200 Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging 2018-05-13 01:02:09 -04:00
markuskowa 03d4694e61 hwloc: 1.11.9 -> 1.11.10 (#40382) 2018-05-13 00:17:49 +02:00
xeji ef102bd43a
Merge pull request #39514 from Tmplt/update-geant4
geant4: v10.0.2 -> v10.4.1, define datasets seperately, add dependencies for enableInventor
2018-05-12 23:13:01 +02:00
Tmplt 024efc9509 geant4: v10.0.2 -> v10.4.1, define datasets seperately, add deps for enableInventor
By seperating the datasets, geant4 now builds in a sandbox.

Resolves #39766
2018-05-12 21:58:41 +02:00
Tmplt 3eabf15f9b soxt: init at 1.3.0 2018-05-12 21:58:36 +02:00
Andreas Rammhold 6ec7291a79
Merge pull request #40006 from taku0/firefox-bin-59.0.3
firefox, firefox-bin: 59.0.2 -> 59.0.3, firefox-esr: 2.7.3esr -> 52.7.4esr
2018-05-12 19:50:04 +02:00
Matthew Justin Bauer 6f8cfae6c9
Merge pull request #40225 from brian-dawn/brian/add-librealsense
librealsense: init at 2.11.0
2018-05-12 11:47:06 -05:00
Matthew Justin Bauer 0c321443d5
unibilium: add ncurses as build input
unibilium expects to use the `ncursesw6-config` command to find terminfo dirs. Before that would fail & default to some nonexistant TERMINFO_DIRS value (on pure systems at least). This will add `ncurses.out` which is a little bit unfortunate because unibilium is meant as a replacement for ncurses. In the future, we should add a `terminfo` output to ncurses so that other things can use its db without pulling in its libraries & binaries.

Fixes #40404.
2018-05-12 10:43:05 -05:00
xeji b293a640a1
Merge pull request #38736 from r-ryantm/auto-update/dbus-glib
dbus-glib: 0.108 -> 0.110
2018-05-12 17:06:10 +02:00
Uli Baum 5829045fc5 dbus-glib: diable tests
Test fails in sandbox due to some path impurity but passes locally.
Not worth fixing since dbus-glib is deprecated.
2018-05-12 16:47:58 +02:00
R. RyanTM c24d836387 bobcat: 4.07.00 -> 4.08.03
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.08.03 with grep in /nix/store/dqhrp35b4vijwd6k77is0ma96vq9arwj-bobcat-4.08.03
- directory tree listing: https://gist.github.com/d768d97dc8cf8403bf62c2981e533bed
2018-05-12 15:17:21 +02:00
R. RyanTM eb8bc80998 ldb: 1.1.31 -> 1.3.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/ldb/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3/bin/ldbadd --help’ got 0 exit code
- ran ‘/nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3/bin/ldbsearch --help’ got 0 exit code
- ran ‘/nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3/bin/ldbdel --help’ got 0 exit code
- ran ‘/nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3/bin/ldbmodify --help’ got 0 exit code
- ran ‘/nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3/bin/ldbedit --help’ got 0 exit code
- ran ‘/nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3/bin/ldbrename --help’ got 0 exit code
- found 1.3.3 with grep in /nix/store/mffzix64mb7vjl2kandfj05n4lz0k8fy-ldb-1.3.3
- directory tree listing: https://gist.github.com/c6a5cda289b4f02fa7a87af2345baf74
2018-05-12 14:39:22 +02:00
R. RyanTM 280fba591d wayland-protocols: 1.13 -> 1.14 (#40312)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.14 with grep in /nix/store/ibl7b0wvz8l75vrp86mbm80ds7xzcwkb-wayland-protocols-1.14
- directory tree listing: https://gist.github.com/f3bc0989bebcd51aafb53ff19f920d69
2018-05-12 14:08:55 +02:00
R. RyanTM 058e10f241 gnome3.webkitgtk: 2.20.1 -> 2.20.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/webkitgtk/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2/bin/WebKitWebDriver -h’ got 0 exit code
- ran ‘/nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2/bin/WebKitWebDriver --help’ got 0 exit code
- found 2.20.2 with grep in /nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2
- directory tree listing: https://gist.github.com/e3496e2d8a6b933a107141f5caecb92d

(cherry picked from commit 926dc3881e)

Note from @obadz: merged #40315 to staging accidentally but this should go to
master due to CVE hence this cherry-pick.
2018-05-12 13:07:59 +01:00
R. RyanTM 926dc3881e gnome3.webkitgtk: 2.20.1 -> 2.20.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/webkitgtk/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2/bin/WebKitWebDriver -h’ got 0 exit code
- ran ‘/nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2/bin/WebKitWebDriver --help’ got 0 exit code
- found 2.20.2 with grep in /nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2
- directory tree listing: https://gist.github.com/e3496e2d8a6b933a107141f5caecb92d
2018-05-12 14:06:44 +02:00
R. RyanTM 6557ea2b45 sundials: 3.1.0 -> 3.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/sundials/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.1.1 with grep in /nix/store/fkdjdcj8ydq78an3dxgg2ppalahccla5-sundials-3.1.1
- directory tree listing: https://gist.github.com/bc116dd93142b639fe041213e8223715
2018-05-12 14:03:21 +02:00
R. RyanTM bb950e22e1 rabbitmq-c: 0.8.0 -> 0.9.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/rabbitmq-c/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-publish --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-get --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-consume --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-declare-queue --help’ got 0 exit code
- ran ‘/nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0/bin/amqp-delete-queue --help’ got 0 exit code
- found 0.9.0 with grep in /nix/store/4k9n5w1zcpnx1qq6rvdy2nc7zl7pkb7i-rabbitmq-c-0.9.0
- directory tree listing: https://gist.github.com/15d9dcbdbc027933140607d48794a9a3
2018-05-12 14:02:20 +02:00
R. RyanTM 21ac09ebdf sfml: 2.4.2 -> 2.5.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/sfml/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.5.0 with grep in /nix/store/j708rilms5fpihj454xv4m8yph07v3y5-sfml-2.5.0
- directory tree listing: https://gist.github.com/2efaabd811738a49adb17b7c96980837
2018-05-12 14:02:02 +02:00
R. RyanTM 2cedd44175 poppler_utils: 0.63.0 -> 0.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/poppler-utils/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftoppm -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftoppm --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftocairo -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftocairo --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdffonts -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdffonts --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfimages -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfimages --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfinfo -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfinfo --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftops -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftops --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftotext -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftotext --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftohtml -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdftohtml --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfseparate -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfseparate --help’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfunite -h’ got 0 exit code
- ran ‘/nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0/bin/pdfunite --help’ got 0 exit code
- found 0.64.0 with grep in /nix/store/k4ir4j8s5skczlgnscf0gfvxp1kpv2ll-poppler-utils-0.64.0
- directory tree listing: https://gist.github.com/117a95ee3c53e7aa2ec1e2404a22f621
2018-05-12 13:59:53 +02:00
R. RyanTM 32558af970 opendht: 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/opendht/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtnode -h’ got 0 exit code
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtnode --help’ got 0 exit code
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtnode help’ got 0 exit code
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtchat -h’ got 0 exit code
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtchat --help’ got 0 exit code
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtscanner -h’ got 0 exit code
- ran ‘/nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2/bin/dhtscanner --help’ got 0 exit code
- found 1.7.2 with grep in /nix/store/j00w2x6mfk421h6z7ma1ndvp0yy3is7g-opendht-1.7.2
- directory tree listing: https://gist.github.com/bae66cd16ade0c7ae0789b34e0528267
2018-05-12 13:56:26 +02:00
R. RyanTM 5f41c98f89 libwebsockets: 2.4.2 -> 3.0.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/libwebsockets/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.0.0 with grep in /nix/store/m8jcyxq9zxn19vzwmvy8jld4kmjcwnmj-libwebsockets-3.0.0
- directory tree listing: https://gist.github.com/3fda3b4331b75bec575d1a71ba21e84a
2018-05-12 13:43:04 +02:00
R. RyanTM af8ddc3db7 libpqxx: 6.2.2 -> 6.2.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/libpqxx/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/6mshwwzcsvpxxwn4hw9msm5ffwyy5wv3-libpqxx-6.2.3/bin/pqxx-config -h’ got 0 exit code
- ran ‘/nix/store/6mshwwzcsvpxxwn4hw9msm5ffwyy5wv3-libpqxx-6.2.3/bin/pqxx-config --help’ got 0 exit code
- ran ‘/nix/store/6mshwwzcsvpxxwn4hw9msm5ffwyy5wv3-libpqxx-6.2.3/bin/pqxx-config help’ got 0 exit code
- found 6.2.3 with grep in /nix/store/6mshwwzcsvpxxwn4hw9msm5ffwyy5wv3-libpqxx-6.2.3
- directory tree listing: https://gist.github.com/509fd3c73bc4d5401153a2eb6e21a804
2018-05-12 13:39:31 +02:00
R. RyanTM 9572c5415f libraw: 0.18.10 -> 0.18.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/raw-identify -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/raw-identify --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/raw-identify help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/unprocessed_raw -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/unprocessed_raw --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/unprocessed_raw help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/4channels -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/4channels --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/4channels help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/simple_dcraw -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/simple_dcraw --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/simple_dcraw help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/mem_image -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/mem_image --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/mem_image help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/dcraw_half -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/dcraw_half --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/dcraw_half help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/half_mt -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/half_mt --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/half_mt help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/multirender_test -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/multirender_test --help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/multirender_test help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/postprocessing_benchmark -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/postprocessing_benchmark help’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/dcraw_emu -h’ got 0 exit code
- ran ‘/nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11/bin/dcraw_emu help’ got 0 exit code
- found 0.18.11 with grep in /nix/store/0ghav8lhx7nd7rl2d7rhyiwycmh2n618-libraw-0.18.11
- directory tree listing: https://gist.github.com/237be4ff577316cefd0205ca6699ea88
2018-05-12 13:38:47 +02:00
R. RyanTM 18f09e43e3 libfilezilla: 0.12.1 -> 0.12.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/libfilezilla/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.12.2 with grep in /nix/store/1a0qm1j932zsiysy0hjhs8fvg3hsq6cf-libfilezilla-0.12.2
- directory tree listing: https://gist.github.com/13640dfb6e0ad1f3a5005c8c75cbc6c1
2018-05-12 13:37:01 +02:00
Andreas Rammhold 4320c1151d nss: removed aarch64 patch
With the update to 3.36 the patch introduced with e96473b is no longer
required.
2018-05-12 20:03:31 +09:00
xeji 6d9f8b8f29
Merge pull request #40348 from r-ryantm/auto-update/libdrm
libdrm: 2.4.91 -> 2.4.92
2018-05-12 01:24:59 +02:00
John Ericson 81387c2e78 Merge remote-tracking branch 'upstream/master' into staging 2018-05-11 17:12:04 -04:00
markuskowa cd9b1b1665 openmpi: 3.0.1 -> 3.1.0 (#40344) 2018-05-11 21:29:45 +02:00
John Ericson ee4b56edd3 Merge remote-tracking branch 'upstream/master' into staging 2018-05-11 14:36:08 -04:00
Robin Gloster 2d4e30ccb0
graphite2: fix cross 2018-05-11 19:08:53 +02:00