Michael Roitzsch
6a4d2eea8a
swift: 4.2.2 -> 4.2.3
2019-03-07 15:22:45 +01:00
Ryan Mulligan
5b4152a911
Merge pull request #56399 from lilyball/jazzy
...
jazzy: 0.9.0 -> 0.9.5
2019-03-07 06:17:00 -08:00
Alyssa Ross
5b52e90e4a
crystal: fix build on Darwin
2019-03-07 13:38:35 +00:00
Janne Heß
2a6f518b90
nixos/openldap: Fix quoting of log level
2019-03-07 14:19:50 +01:00
markuskowa
7f96a9fbce
Merge pull request #56873 from ck3d/sile-doc
...
sile: build and install documentation (self test)
2019-03-07 13:40:53 +01:00
Frederik Rietdijk
1f7b8c71a9
libr3: propagate pcre
2019-03-07 13:31:11 +01:00
Michael Raskin
500d61560f
Release notes: switch to modesetting: mention backlight problem
2019-03-07 13:38:19 +01:00
Josef Kemetmüller
36f5c0d58d
pythonPackages.wrf-python: Fix build ( #56989 )
...
The latest changes to support better cross-compilation compatibility
have introduced a stricter handling of dependency specification in
python. Since b4acd977
, gfortran should be put into nativeBuildInputs,
as it's a build-time only dependency for wrf-python. Similarly, mock is
only required when testing, so it should go to checkInputs.
2019-03-07 13:21:04 +01:00
Christian Kögler
b08408566d
sile: build and install documentation (self test)
...
- added primary fonts (some non free fonts are missing, but sile selects
alternative fonts) used by documentation
2019-03-07 13:04:44 +01:00
dywedir
2a4a90f740
rustup: 1.16.0 -> 1.17.0
2019-03-07 13:50:55 +02:00
Frederik Rietdijk
645ac131dd
libr3: init at 1.3.4
2019-03-07 12:11:41 +01:00
Michael Raskin
bd616c0cd3
Merge pull request #57010 from teto/luarocks_update
...
Luarocks update
2019-03-07 10:52:56 +00:00
Jörg Thalheim
3aa7d41944
Merge pull request #56936 from witchof0x20/upgrade_teensyduino
...
teensyduino: 1.40 -> 1.45
2019-03-07 10:50:37 +00:00
Jörg Thalheim
3befd1314c
Merge pull request #56232 from elseym/wireguard-go
...
wireguard-go: 0.0.20181001 -> 0.0.20181222
2019-03-07 10:43:18 +00:00
Vladimír Čunát
d85974bb3c
bird, bird6: 1.6.3 -> 1.6.6
...
https://gitlab.labs.nic.cz/labs/bird/blob/v1.6.6/NEWS
The patch doesn't need so much context.
2019-03-07 11:37:24 +01:00
Jörg Thalheim
2dc7486b39
Merge pull request #57015 from Mic92/lua-pkgs
...
Subset of `Lua: convert some more packages`
2019-03-07 10:37:04 +00:00
Matthieu Coudron
246e354e1f
lua5Packages.luuid: fix build
...
libuuid is null outside of linux which may explain why ofborg refused it.
2019-03-07 10:34:26 +00:00
Matthieu Coudron
ed7818219a
lua: run postConfigure hook for rock and rockspec
...
it was previously run only for src.rock
2019-03-07 10:34:01 +00:00
Vladimír Čunát
e47a33ddfb
bird2: 2.0.2 -> 2.0.4
...
https://gitlab.labs.nic.cz/labs/bird/blob/v2.0.4/NEWS
The patch doesn't need so much context.
2019-03-07 11:30:30 +01:00
markuskowa
dd60ccaca7
Merge pull request #56981 from knedlsepp/fix-sewer
...
sewer: Fix build
2019-03-07 11:22:58 +01:00
Matthieu Coudron
b93ccb7136
lua: add isLua53
2019-03-07 10:17:44 +00:00
markuskowa
9fd50e6955
Merge pull request #56942 from markuskowa/fix-gr-limesdr
...
gnuradio-limesdr: fix build
2019-03-07 10:58:57 +01:00
Matthieu Coudron
0752393738
python3Packages.matplotlib: 3.0.2 -> 3.0.3
2019-03-07 10:07:29 +01:00
Frederik Rietdijk
1f8b70e5e5
ticpp: init at unstable-2019-01-09
2019-03-07 10:05:23 +01:00
Nikola Knezevic
1609f860f5
strongswan: Make it build on macOS
...
Original expression could not be built on macOS due to using dependencies to
Linux only packages. This change fixes that by grouping the dependencies based
on the suitable system. In addition, it uses `configure` flags recommended by
the project for building on macOS, as well the ones used by Homebrew.
2019-03-07 10:05:17 +01:00
Frederik Rietdijk
931ee3e589
multipart-parser-c: init at unstable-2015-12-14
2019-03-07 09:59:10 +01:00
Frederik Rietdijk
bca5d89ccf
prometheus-cpp: init at 0.6.0
2019-03-07 09:53:36 +01:00
Frederik Rietdijk
15e8eebb6d
civetweb: init at 1.11
2019-03-07 09:53:36 +01:00
Lancelot SIX
e5091dea9e
Merge pull request #56491 from lsix/django_updates
...
Django updates
2019-03-07 09:51:06 +01:00
Matthieu Coudron
64801cc153
lua-packages.nix:remove unused 'overrides' setting
...
This was leftover from early implementations.
The overrides are passed via packageOverrides in lua-modules/default.nix
2019-03-07 17:43:07 +09:00
Matthieu Coudron
68a72f1a47
luarocks-nix: bump to match luarocks
...
Also made changes to lua package generation system to account for packages like cqueues
that have one version per lua interpreter.
The csv file also accepts comments now.
2019-03-07 17:43:07 +09:00
Matthieu Coudron
c37b8925ba
luarocks: 2.4.4 -> 3.0.4
...
Some new features like test_dependencies/build_dependencies and flags ( --lua-versions)
that should make nix integration easier:
https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
2019-03-07 17:43:07 +09:00
Tom Hunger
488230c253
pytorch: Use nativeBuildInputs to specify binary build dependencies.
2019-03-07 09:41:43 +01:00
Lancelot SIX
3e81b4500e
pythonPackages.django_1_11: 1.11.18 -> 1.11.20
...
See release notes:
- https://docs.djangoproject.com/en/dev/releases/1.11.19/
- https://docs.djangoproject.com/en/dev/releases/1.11.20/
2019-03-07 09:30:15 +01:00
Michael Raskin
80d032b13b
Merge pull request #56999 from knedlsepp/fix-cgui
...
cgui: 2.0.3 -> 2.1.0 (to fix build)
2019-03-07 08:10:04 +00:00
lewo
76c1685457
Merge pull request #56929 from stephengroat/patch-4
...
gcompris: fix build
2019-03-07 08:40:17 +01:00
Peter Simons
33ebe0c79d
Merge pull request #56162 from jacereda/fix-purescript-build
...
purescript: fix build compiling with ghc 8.4.4
2019-03-07 08:39:08 +01:00
Ryan Mulligan
6aa7c9d776
Merge pull request #56828 from seqizz/g_gita080
...
gitAndTools.gita: 0.7.2 -> 0.8.2
2019-03-06 21:34:27 -08:00
Silvan Mosberger
992364d34e
Merge pull request #57003 from ivan/chromium-sha256
...
chromium: fix sha256 for 72.0.3626.121
2019-03-07 05:26:03 +01:00
Ryan Mulligan
5896677b47
Merge pull request #56956 from smaret/gildas
...
gildas: 20190201_b -> 20190301_a
2019-03-06 19:28:41 -08:00
Ryan Mulligan
6f583c3b92
Merge pull request #56858 from rnhmjoj/arx
...
arx-libertatis: 2018-08-26 -> 2019-02-16
2019-03-06 19:27:12 -08:00
kyren
4bf1d8c67d
nixos/bepasty: switch to python3Packages to match bepasty package
...
I think the bepasty nixos service has been broken since c539c02
, since
bepasty changed from using python2.7 to python3.7. This updates the
nixos module to refer to the matching python version.
2019-03-06 22:18:59 -05:00
kyren
ff6e4b44dc
stepmania: switch to clangStdenv
...
Stepmania appears to be miscompiled with gcc, fixes #54227
2019-03-06 22:14:18 -05:00
Ryan Mulligan
b144b7868b
Merge pull request #56829 from vbgl/obelisk-0.4.0
...
obelisk: 0.3.0 -> 0.4.0
2019-03-06 19:10:16 -08:00
Ryan Mulligan
7434fe2b3c
Merge pull request #56870 from fgaz/zeronet/0.6.5
...
zeronet: 0.6.4 -> 0.6.5
2019-03-06 19:03:36 -08:00
Ryan Mulligan
224ad7d5b5
Merge pull request #56930 from carlosdagos/sshuttle-0.78.5
...
sshuttle: 0.78.4 -> 0.78.5
2019-03-06 19:00:28 -08:00
Ryan Mulligan
de22967b5e
Merge pull request #56938 from buffet/update-filet
...
filet: 0.1.0 -> 0.1.1
2019-03-06 18:56:53 -08:00
Dmitry Kalinkin
0baa7c90c6
Merge pull request #56211 from eadwu/nvidia_x11/2019-02-22
...
nvidia_x11: 2019-02-22
2019-03-06 21:10:22 -05:00
Will Dietz
f686206fb4
Merge pull request #56984 from dtzWill/update/birdfont-2.26.0
...
birdfont: 2.25.0 -> 2.26.0
2019-03-06 19:39:01 -06:00
Will Dietz
7c9e0cbddc
Merge pull request #56983 from dtzWill/update/xapian-1.4.11
...
xapian: 1.4.10 -> 1.4.11
2019-03-06 19:38:01 -06:00