188315 Commits

Author SHA1 Message Date
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
markuskowa
1eb5b83f9a
Merge pull request #65356 from freepotion/harmonist-0.1-to-0.2
harmonist: 0.1 -> 0.2
2019-07-27 00:50:41 +02:00
Aaron Andersen
1ab91bee65
Merge pull request #65418 from mmahut/proxy_server
nixos/zabbixProxy: server is a mandatory parameter
2019-07-26 18:46:21 -04:00
Cole Mickens
2c66613103 libva: 2.4.1 -> 2.5.0 2019-07-27 00:45:42 +02:00
markuskowa
4e81197420
Merge pull request #65423 from srghma/hubstaff_update
hubstaff: 1.4.6 -> 1.4.9
2019-07-27 00:37:28 +02:00
Austin Seipp
ad63a90de1 liburing: 1.0.0pre150_93f3e8d -> 1.0.0pre156_c31c7ec
Signed-off-by: Austin Seipp <as@fastly.com>
2019-07-26 16:27:13 -05:00
Michael Weiss
5f9145d56c
Merge pull request #63195 from gnidorah/wlc
Drop obsolete Wayland compositors
2019-07-26 22:41:36 +02:00
Averell Dalton
289c607cf5 x2goclient: fix startup
Fixes the following error:
```
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
```

See also #54484 and others.
2019-07-26 20:59:36 +02:00
Averell Dalton
3034859422 x2goclient: unstable-2018-11-30 -> unstable-2019-07-24 2019-07-26 20:59:36 +02:00
Silvan Mosberger
d3dfe06c38
nixos/xserver: add option to install custom xkb layouts (#47764)
nixos/xserver: add option to install custom xkb layouts
2019-07-26 20:43:37 +02:00
Will Dietz
4ad627eca8 ethtool: 5.1 -> 5.2 2019-07-26 20:29:08 +02:00
Tim Steinbach
6dfd13ab34
docker: 18.09.8 -> 19.03.1
Keep docker_18_09 around as it is still supported.
2019-07-26 12:43:36 -04:00
Tim Steinbach
86f424585f
docker: 18.09.7 -> 18.09.8 2019-07-26 12:43:36 -04:00
rnhmjoj
e91f0c38c0
docs/xserver: use <note> tag for notes 2019-07-26 18:08:05 +02:00
rnhmjoj
3effc55b5b
docs/xserver: document xserver.extraLayouts 2019-07-26 18:08:04 +02:00
rnhmjoj
171d5c9200
nixos/xserver: add option to install custom xkb layouts 2019-07-26 18:08:04 +02:00
Serhii Khoma
11efe2a759 hubstaff: 1.4.6 -> 1.4.9 2019-07-26 18:48:07 +03:00
Casey Ransom
c658b9db97 gh-ost: update platforms 2019-07-26 10:34:27 -04:00
Ryan Mulligan
f7579996c7
Merge pull request #62566 from r-ryantm/auto-update/serviio
serviio: 1.10.1 -> 2.0
2019-07-26 07:34:22 -07:00
Ryan Mulligan
ad4b3d4e51
Merge pull request #65053 from r-ryantm/auto-update/calf
calf: 0.90.2 -> 0.90.3
2019-07-26 07:29:20 -07:00