Luke Worth
19011bad0c
postgis: add explanatory comment
2019-08-01 08:50:41 +10: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
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
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
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
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
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
Ryan Mulligan
e626c93a9d
Merge pull request #65195 from r-ryantm/auto-update/synthv1
...
synthv1: 0.9.8 -> 0.9.9
2019-07-26 07:28:50 -07:00
Marek Mahut
6e762653de
module zabbixProxy: server is a mandatory parameter
2019-07-26 16:22:47 +02:00
zimbatm
2a227c6cd8
.github/ISSUE_TEMPLATE/security.md: remove
...
since the .github/SECURITY.md was added in the org-level repo, there are
now two entries in the list. So remove this-one.
2019-07-26 15:33:26 +02:00
Tim Steinbach
2b014be886
slack-dark: 2019-06-04 -> 2019-07-25
2019-07-26 09:25:38 -04:00
Tim Steinbach
2295a3c46d
linux: 5.2.2 -> 5.2.3
2019-07-26 09:10:28 -04:00
Tim Steinbach
f2449fd184
linux: 5.1.19 -> 5.1.20
2019-07-26 09:07:08 -04:00
Tim Steinbach
5aa00520af
linux: 4.19.60 -> 4.19.61
2019-07-26 09:06:58 -04:00
Jörg Thalheim
c7812b2e00
terraform-providers: bump versions ( #64260 )
...
terraform-providers: bump versions
2019-07-26 13:41:42 +01:00
Vladyslav Burzakovskyy
3188402aab
pythonPackages.rq: init at 1.1.0
2019-07-26 13:18:24 +02:00
Urban Skudnik
f432ae3ba4
terraform-providers: bump versions
2019-07-26 12:45:21 +02:00
Urban Skudnik
a98e4248b9
Update provider
...
Matchbox changed owners on github
2019-07-26 12:45:20 +02:00
Urban Skudnik
f1b81ff2cd
Update ansible package
...
Needs to be moved out of automatic update-all since it requires
goDeps.
2019-07-26 12:45:20 +02:00
Jörg Thalheim
fcd940feb1
Merge pull request #65284 from colemickens/gopass
...
gopass: v1.8.5 -> v1.8.6; support wayland
2019-07-26 11:45:19 +01:00
John Ericson
34919c38e3
Merge pull request #65410 from jaykru/master
...
Add RISC-V embedded crossSystems
2019-07-26 06:39:50 -04:00
Cole Mickens
f0950fa3f6
gopass: v1.8.5 -> v1.8.6; support wayland
2019-07-26 12:01:25 +02:00
Vladimír Čunát
7a85636644
Merge branch 'staging-next'
...
This reverts the *incomplete* unzip CVE fix that caused many
false positives.
2019-07-26 10:52:45 +02:00
Jörg Thalheim
741046a4d6
Merge pull request #65331 from Mic92/zfs-trim
...
nixos/zfs: add trim service
2019-07-26 07:53:33 +01:00
Jörg Thalheim
732163dae6
Merge pull request #65408 from dtzWill/update/termdown-1.16.0
...
termdown: 1.15.0 -> 1.16.0
2019-07-26 07:47:04 +01:00
Jörg Thalheim
d07fb6be03
linuxkit: 2017-07-08 -> 0.7 ( #65359 )
...
linuxkit: 2017-07-08 -> 0.7
2019-07-26 07:45:35 +01:00
Will Dietz
82ee9c5324
termdown: 1.15.0 -> 1.16.0
2019-07-25 23:47:03 -05:00
Jay Kruer
e931a525f9
Add RISC-V embedded crossSystems
2019-07-25 21:45:11 -07:00
Nick Novitski
e65244ee56
linuxkit: 2017-07-08 -> 0.7
2019-07-25 21:32:20 -07:00
Vladimír Čunát
c9793b81b8
Merge #65393 : Revert "unzip: CVE-2019-13232"
...
...into staging-next
2019-07-25 23:41:14 +02:00