187873 Commits

Author SHA1 Message Date
worldofpeace
58e54e54e0
Merge pull request #65396 from colemickens/nixpkgs-mesa
mesa: 19.1.1 -> 19.1.3
2019-07-27 09:08:31 -04:00
worldofpeace
50c634a705
Merge pull request #65395 from colemickens/nixpkgs-libva
libva: 2.4.1 -> 2.5.0
2019-07-27 09:08:15 -04:00
Thomas Tuegel
6e2e11a024
Merge pull request #65446 from NixOS/revert-57097-qmake-header
Revert "qtbase: Fix paths returned by qmake -query"
2019-07-27 08:05:40 -05:00
Léo Gaspard
dd47b2d50a
Merge pull request #65463 from pacien/matrix-synapse-1.2.1
[security] matrix-synapse: 1.1.0 -> 1.2.1
2019-07-27 14:46:45 +02:00
Florian Klink
89aae903da gitaly: fix hashes
It seems the sha256 hashes of 3 gitaly dependencies were wrong or
changed.
2019-07-27 14:29:29 +02:00
Aaron Andersen
a7c0071717 openscenegraph: 3.6.3 -> 3.6.4 2019-07-27 08:15:58 -04:00
Meghea Iulian
ed9b84da33 avocode: 3.8.1 -> 3.9.0 2019-07-27 15:11:55 +03:00
Meghea Iulian
41881902e8 vagrant: add bash completions 2019-07-27 14:58:00 +03:00
pacien
50d0a5b299 matrix-synapse: 1.1.0 -> 1.2.1 2019-07-27 12:48:39 +02:00
Frederik Rietdijk
66ce9ba14b python: Cython: 0.29.12 -> 0.29.13 2019-07-27 12:19:54 +02:00
Frederik Rietdijk
d09a85de5e python: statsmodels: 0.10.0 -> 0.10.1 2019-07-27 12:19:17 +02:00
Frederik Rietdijk
55d82d5430 python: numpy: 1.16.4 -> 1.17.0 2019-07-27 12:19:17 +02:00
Florian Klink
fae3438572 python.pkgs.numpy: don't exclude f2py test anymore
It is on PATH, and the tests pass.
2019-07-27 12:19:03 +02:00
Sébastien Maret
1354a2e642 pythonPackages.astroquery: add checkPhase 2019-07-27 11:58:50 +02:00
Sébastien Maret
93a6bba94e pythonPackages.pyregion: add checkPhase 2019-07-27 11:58:50 +02:00
Sébastien Maret
ffd71594f6 pythonPackages.aplpy: add checkPhase 2019-07-27 11:58:50 +02:00
Sébastien Maret
723382b0bf pythonPackages.radio_beam: add checkPhase 2019-07-27 11:58:50 +02:00
Sébastien Maret
5e7213b615 pythonPackages.spectral-cube: add checkPhase 2019-07-27 11:58:50 +02:00
Sébastien Maret
ee6c007fcc pythonPackages.astropy: add checkPhase 2019-07-27 11:58:50 +02:00
Sébastien Maret
2dabd051a7 pythonPackages.pytest-arraydiff: fix infinite recursion 2019-07-27 11:58:50 +02:00
Frederik Rietdijk
bd47c5721f Python: introduce NIX_PYTHONEXECUTABLE in order to set sys.executable
This is needed in case of `python.buildEnv` to make sure sys.executable
does not point to the unwrapped executable.
2019-07-27 11:52:49 +02:00
Daniel Wheeler
124fb417fc pythonPackages.fastapi: init at 0.33.0 2019-07-27 11:50:48 +02:00
Daniel Wheeler
f878d34e5f pythonPackages.pydantic: init at 0.31 2019-07-27 11:50:48 +02:00
Daniel Wheeler
1c3c07394a pythonPackages.starlette: init at 0.12.4 2019-07-27 11:50:48 +02:00
Daniel Wheeler
266d0bbf2c pythonPackages.uvicorn: init at 0.8.4 2019-07-27 11:50:48 +02:00
Daniel Wheeler
3b7b86f67d Add wd15 to maintainers.nix 2019-07-27 11:50:48 +02:00
Chris Ostrouchov
4c85595ada pythonPackages.simple-salesforce: init at 0.74.3 2019-07-27 11:49:37 +02:00
Luke Worth
7f54b9a2c6 postgis: make libiconv dependent on darwin 2019-07-27 19:43:31 +10:00
Luke Worth
330fff02a6 postgis: allow on Darwin
To get PostGIS going on Darwin:
1. Add libiconv, as is often required.
2. Expand platforms to `platforms.all`.
3. Deal with PostGIS' quirky build system.

PostGIS' configure.ac has the following gem:

  AC_MSG_RESULT([------------------------------------------------------------------------])
  AC_MSG_RESULT([  WARNING: You have set the --prefix to '$prefix'. But we mostly    ])
  AC_MSG_RESULT([  ignore the --prefix. For your info, using the values determined from ])
  AC_MSG_RESULT([  $PG_CONFIG we will be installing:   ])
  AC_MSG_RESULT([    * postgis shared library in $PGSQL_LIBDIR ])
  AC_MSG_RESULT([    * postgis SQL files in $PGSQL_SHAREDIR/contrib/postgis-$POSTGIS_MAJOR_VERSION.$POSTGIS_MINOR_VERSION ])
  AC_MSG_RESULT([    * postgis executables in $PGSQL_BINDIR ])
  AC_MSG_RESULT([------------------------------------------------------------------------])

This is suggestive of some assumptions in the build system, which are
revealed when building in Nix on Darwin: the build fails because the
postgres binary cannot be found in the install prefix specified for
postgis; vis.

  cc x -bundle_loader $POSTGIS_PREFIX/bin/postgres

This bundle_loader parameter is only available on Darwin, and this
problem doesn't appear to affect Linux systems.

The solution presented here is to symlink the postgres binary where
PostGIS expects it to be, and then remove it after the build completes.
2019-07-27 19:00:46 +10:00
Vladyslav M
0dfb5c5108
rust-bindgen: 0.50.0 -> 0.51.0 (#65445)
rust-bindgen: 0.50.0 -> 0.51.0
2019-07-27 11:52:53 +03:00
Markus Hauck
cd903247b8 dragon-drop: git-2014-08-14 -> 1.1.0 2019-07-27 09:54:31 +02:00
Johannes Schleifenbaum
236802c33d dbeaver: 6.1.0 -> 6.1.3 2019-07-27 09:31:15 +02:00
Chris Rendle-Short
30c81c8530 libgdata: propagate gnome-online-accounts to reverse dependencies
Required since `libgdata` now uses Meson. See also: #64295
2019-07-27 15:31:15 +10:00
Ashish SHUKLA
d3c2b992d4
sshguard: do not create ipset in post-start
Upstream switched to a different type of ipset table, whereas we
create ipset in post-start which overrides upstream, and renders
sshguard ineffective.

Remove ipset creation from post-start, and let it get automatically
by upstream script (sshg-fw-ipset) as part of startup
2019-07-27 10:59:50 +05:30
worldofpeace
eb4e067686
Merge pull request #65451 from samueldr/qt/cool-retro-term
cool-retro-term: Wrap with wrapQtApps
2019-07-27 00:52:53 -04:00
Samuel Dionne-Riel
70eae83043 cool-retro-term: Use qt5's own mkDerivation 2019-07-27 00:23:38 -04:00
worldofpeace
1e4d9e08cd nixos/plasma5: enable xdg.portal 2019-07-26 22:36:32 -04:00
worldofpeace
16c6f169a2 nixos/gnome3: enable xdg.portal 2019-07-26 22:36:14 -04:00
worldofpeace
785158fd64 nixos/flatpak: require xdg.portal to be enabled 2019-07-26 22:35:50 -04:00
worldofpeace
c4d06eff3f nixos/xdg: disable portal (again) 2019-07-26 22:33:49 -04:00
worldofpeace
e484667ec2 vaapiVdpau: cleanup expression 2019-07-26 20:33:26 -04:00
Cole Mickens
d0b50b8835 vaapiVdpau: fixup for libva-2.5.0 2019-07-26 20:33:12 -04:00
Thomas Tuegel
299e9345a8
Revert "qtbase: Fix paths returned by qmake -query" 2019-07-26 18:53:12 -05:00
xrelkd
a7c2dd267d rust-bindgen: 0.50.0 -> 0.51.0 2019-07-27 07:48:47 +08:00
Orivej Desh
c5592fabba opencv3: 3.4.6 -> 3.4.7 2019-07-26 23:47:10 +00:00
Will Dietz
b07cba5a0a
desktop-file-utils: 0.23 -> 0.24
https://hpjansson.org/blag/2019/07/26/desktop-file-utils-0-24-released/
2019-07-26 18:47:09 -05:00
xrelkd
5e0c5caebd youtube-dl: 2019.07.16 -> 2019.07.27 2019-07-27 07:37:45 +08:00
Cole Mickens
d4ffb8d4ec mesa: 19.1.1 -> 19.1.3 2019-07-27 01:22:54 +02:00
worldofpeace
b36bed3c06
Merge pull request #64525 from MrMebelMan/init/rq
pythonPackages.rq: init at 1.1.0
2019-07-26 19:10:10 -04:00
Orivej Desh
fdf08ce5fb openjpeg_1: fix build after #64391
That PR has enabled tests for both openjpeg_1 and openjpeg_2, but it did not
support the tests in openjpeg_1.
2019-07-26 23:05:02 +00:00