Michael Raskin
6b0234942b
Merge pull request #44501 from timokau/sage-native-pari
...
sage: don't override pari
2018-08-05 15:14:00 +00:00
Michael Raskin
1df8085132
Merge pull request #44506 from timokau/sage-new-deps
...
Init libbraiding and libhomfly
2018-08-05 15:12:23 +00:00
Silvan Mosberger
0aa19ba47a
Merge pull request #44450 from bignaux/squashfuse
...
squashfuse : unstable-2018-02-20 -> 0.1.103
2018-08-05 17:07:27 +02:00
Timo Kaufmann
aabc55e154
libhomfly: init at 1.02r5
...
libhomfly is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:33 +02:00
Timo Kaufmann
34c2f4150b
libbraiding: init at 1.0
...
libbraiding is a new standard package for sage. See
https://trac.sagemath.org/ticket/25705
2018-08-05 16:50:32 +02:00
Vincent Bernat
cc1d82196c
haproxy: 1.8.9 -> 1.8.13 ( #44487 )
...
The patches previously applied have been included upstream. Upstream
changelog (only MAJOR/MEDIUM):
2018/07/30 : 1.8.13
- BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess
- BUG/MEDIUM: h2: never leave pending data in the output buffer on close
- BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout
- BUG/MEDIUM: threads: Fix the exit condition of the thread barrier
- BUG/MEDIUM: stream-int: don't immediately enable reading when the buffer was reportedly full
- BUG/MEDIUM: stats: don't ask for more data as long as we're responding
- BUG/MEDIUM: threads/sync: use sched_yield when available
- BUG/MEDIUM: h2: prevent orphaned streams from blocking a connection forever
- BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS
- BUG/MEDIUM: threads: unbreak "bind" referencing an incorrect thread number
- MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed
2018/06/27 : 1.8.12
- BUG/MAJOR: stick_table: Complete incomplete SEGV fix
2018/06/26 : 1.8.11
- BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table
2018/06/22 : 1.8.10
- BUG/MEDIUM: spoe: Flags are not encoded in network order
- BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags
- BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags
- BUG/MEDIUM: cache: don't cache when an Authorization header is present
- BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure.
- BUG/MEDIUM: fd: Only check update_mask against all_threads_mask.
- BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file
- BUG/MEDIUM: lua/socket: Length required read doesn't work
- BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters
- BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode
- BUG/MEDIUM: lua/socket: wrong scheduling for sockets
- BUG/MAJOR: lua: Dead lock with sockets
- BUG/MEDIUM: lua/socket: Notification error
- BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock
- BUG/MEDIUM: lua/socket: Buffer error, may segfault
- MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0
- BUG/MEDIUM: threads: handle signal queue only in thread 0
- BUG/MAJOR: map: fix a segfault when using http-request set-map
- BUG/MAJOR: ssl: Random crash with cipherlist capture
- BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot
- BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete().
- BUG/MEDIUM: threads: Use the sync point to check active jobs and exit
2018-08-05 16:48:22 +02:00
Travis Whitaker
a3e7fc876a
haskellPackages.llvm-hs: Use LLVM 6 with llvm-hs, don't run tests on Darwin.
2018-08-05 07:46:10 -07:00
Jörg Thalheim
bb76f9a210
atom: gtk3 should be in buildInputs
2018-08-05 15:35:35 +01:00
jpathy
8a9733361e
ccid: 1.4.27 -> 1.4.29 ( #44503 )
...
Also update the non-existent homepage and download link.
2018-08-05 16:32:15 +02:00
Yannik Sander
57d5e2b20d
atom: fix crash on Glib-GIO-ERROR
...
include gtk3 to fix atom's path such that file open dialogs wont cause atom to crash due to missing GIO files
2018-08-05 15:30:30 +01:00
Jens Binkert
f5cf11b2f1
openshift: 3.9.0 -> 3.10.0 ( #44484 )
2018-08-05 16:28:45 +02:00
worldofpeace
62d0b676dd
solargraph: 0.23.3 -> 0.23.6 ( #44480 )
2018-08-05 16:23:31 +02:00
Vladyslav M
9f9e5d4371
oxipng: 1.0.1 -> 2.1.0 ( #44488 )
2018-08-05 16:20:38 +02:00
Timo Kaufmann
30c822189d
sage: don't override pari
...
Sage assumes that pari does not use threads. However instead of
disabling them at compile time, we can diable them at runtime instead.
As a result, sage doesn't need its own version of pari anymore. That
means less rebuilds, less complexity and easier debugging.
2018-08-05 13:48:14 +02:00
Daiderd Jordan
78e2e32972
Merge pull request #43612 from Enzime/add/mpv-app-bundle
...
mpv: build and install macOS App Bundle
2018-08-05 13:29:54 +02:00
Michael Weiss
c3266a03a8
tdesktopPackages.preview: 1.3.11 -> 1.3.12
2018-08-05 11:56:10 +02:00
Robert Schütz
ad377b4cba
svtplay-dl: use python3Packages
2018-08-05 10:39:44 +02:00
Michael Raskin
58384b1dd0
scilab-bin: 5.5.2 -> 6.0.1
2018-08-05 11:27:35 +03:00
Michael Raskin
9ac7ec7fc7
vim_configurable: enable gtk3 GUI; Fixes #44440
2018-08-05 10:20:24 +03:00
Michael Raskin
2b6e13157f
pythonPackages.mozlog: fix the hash
2018-08-05 10:20:24 +03:00
Michael Raskin
25cfc9812a
pythonPackages.mozterm: pass pythonPackages.six
2018-08-05 10:20:23 +03:00
Wael M. Nasreddine
b246709f1b
tmuxPlugins: add fzf-tmux-url to the list of plugins
2018-08-05 00:13:47 -07:00
Imuli
a6e17d6f11
idrisPackages.quantities: init at 2018-04-17
2018-08-04 23:10:43 -04:00
Robert Schütz
2215834789
simp_le: use python3Packages ( #44476 )
2018-08-05 01:17:38 +02:00
Jan Tojnar
544f1d471a
Merge pull request #44471 from worldofpeace/elementary-requesites
...
Various elementary necessaries
2018-08-05 00:49:47 +02:00
markuskowa
01eb4cd70e
rtl_433: 2018-02-23 -> 18.05 ( #44453 )
2018-08-05 00:25:33 +02:00
Vladyslav M
da6cbc3a44
gutenberg: 0.3.4 -> 0.4.0 ( #44475 )
2018-08-05 00:24:13 +02:00
Edmund Wu
4306bc070e
yarn: 1.9.2 -> 1.9.4 ( #44477 )
2018-08-05 00:23:22 +02:00
worldofpeace
5d95f474d8
scour: init at 0.37
2018-08-04 18:19:25 -04:00
worldofpeace
1ef8646a73
appstream: 0.11.8 -> 0.12.2
2018-08-04 18:19:25 -04:00
worldofpeace
d279992fc6
appstream: add vala
2018-08-04 18:19:25 -04:00
worldofpeace
1e1c7c88a5
appstream: gir is default true
2018-08-04 18:19:25 -04:00
Jesper
0254ae4e80
netdata: 1.9.0 -> 1.10.0 ( #44472 )
...
The web_access.patch would no longer apply.
It disabled a check that required the static files
for the web UI to be owned by the user the daemon runs as
(not root, so it doesn't work well with nix).
Besides updating netdata, this commit removes that patch,
changes the netdata service config to set the "web files owner/group"
option to "root" and adds a test that checks that the web UI is being served.
This allows the web files to be owned by root without patching.
2018-08-05 00:05:48 +02:00
Benjamin Saunders
606a260f3b
renderdoc: 1.0 -> 1.1 ( #44474 )
2018-08-05 00:02:57 +02:00
Austin Seipp
aa79ae0c64
foundationdb: install python bindings
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-04 16:56:16 -05:00
worldofpeace
7f57ebd2c4
libunity: init at 7.1.4
2018-08-04 17:37:34 -04:00
xeji
8d184e14e4
Merge pull request #44469 from nyarly/simp_le_090
...
simp_le: 0.8.0 -> 0.9.0
2018-08-04 23:35:41 +02:00
Judson
fb26b73f11
simp_le: Restricting to platforms.linux
2018-08-04 14:21:19 -07:00
Bignaux Ronan
0bc6225bb4
cadence: init at 0.9.0 ( #44281 )
2018-08-04 23:05:42 +02:00
Vladyslav M
2ce2f721b8
ripgrep: 0.8.1 -> 0.9.0 ( #44473 )
2018-08-04 22:59:33 +02:00
Daiderd Jordan
ddc4235279
elixir: fix 1.7 build on linux
2018-08-04 22:46:09 +02:00
Kyle Lacy
87069061c5
plex-media-player: init at 2.14.1 ( #43839 )
2018-08-04 22:25:48 +02:00
Bignaux Ronan
4c2c12da20
caprice32: unstable-2018-02-10 -> unstable-2018-03-05 ( #44462 )
2018-08-04 22:21:17 +02:00
Judson
7ab9e9b15b
(simp_le): (0.8.0 -> 0.9.0)
2018-08-04 12:56:55 -07:00
xeji
8fe5b457a4
Merge pull request #44455 from marsam/feature/update-rtorrent
...
libtorrent: 20161212 -> 0.13.7, rtorrent: 20161023 -> 0.9.7
2018-08-04 21:19:17 +02:00
Johannes Frankenau
c481117673
nginxMainline: 1.15.1 -> 1.15.2 ( #44431 )
2018-08-04 21:06:35 +02:00
Will Dietz
e103ad48ea
f2fs-tools: 1.10.0 -> 1.11.0 ( #43715 )
2018-08-04 20:55:23 +02:00
Izorkin
e0de8354b9
nginxModules.lua-upstream: init at v0.07
2018-08-04 20:54:36 +03:00
Izorkin
29b3e11541
nginxModules.url: init at rev 9299816
2018-08-04 20:54:36 +03:00
Izorkin
a5674cebb9
nginxModules.sysguard: init at rev e512897
2018-08-04 20:54:35 +03:00
Izorkin
9100091f3f
nginxModules.stream-sts: init at v0.1.1
2018-08-04 20:54:35 +03:00
Izorkin
9958868dfd
nginxModules.sts: init at v0.1.1
2018-08-04 20:54:35 +03:00
Vladimír Čunát
0274e72481
exiv2: bugfix updates
...
- use upstream branch with backports
- backport two fixes missing from it yet
2018-08-04 19:38:22 +02:00
Kirill Elagin
121c264c7b
b2sum: Update to master
2018-08-04 18:54:22 +03:00
Bignaux Ronan
39ab7a0778
soulseekqt: 2016-1-17 -> 2018-1-30 ( #44460 )
2018-08-04 17:24:52 +02:00
Bignaux Ronan
3f0decd822
squashfuse : unstable-2018-02-20 -> 0.1.103
2018-08-04 17:11:41 +02:00
Kirill Elagin
74732ec298
b2sum: init at 20160619
2018-08-04 17:59:20 +03:00
Austin Seipp
6b0451c060
foundationdb60: 6.0.3pre2446 -> 6.0.4pre2497
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-04 09:47:41 -05:00
Austin Seipp
d8652e9fc2
foundationdb52: 5.2.6 -> 5.2.8
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-04 09:47:41 -05:00
adisbladis
ffcaaedf75
firefox-beta-bin: 62.0b10 -> 62.0b14
2018-08-04 22:40:55 +08:00
adisbladis
6b0bed4f01
firefox-devedition-bin: 62.0b10 -> 62.0b14
2018-08-04 22:40:54 +08:00
Michael Weiss
9ef1406a99
signal-desktop: Allow overriding the spell checker language ( #44456 )
...
Thought this could be useful for others as well. Unfortunately it will
also override the UI language.
Example usage:
environment.systemPackages = with pkgs; [
(signal-desktop.override {
spellcheckerLanguage = "de_DE";
})
];
2018-08-04 16:01:44 +02:00
Mario Rodas
2d7e6b79dc
rtorrent: 20161023 -> 0.9.7
2018-08-04 08:35:54 -05:00
Mario Rodas
b723af3174
libtorrent: 20161212 -> 0.13.7
2018-08-04 08:35:54 -05:00
Michael Raskin
d4893a74e5
Merge pull request #44123 from timokau/spotify-snap
...
Fetch spotify from snapcraft
2018-08-04 13:33:58 +00:00
Timo Kaufmann
e875678f8e
spotify: 1.0.80.480.g51b03ac3-13 -> 1.0.80.474.gef6b503e-7
...
The purpose of this update (or downgrade?) is to switch the spotify
source to one more reliable. The current source only contains the last
few releases, while the new source retains all old releases.
2018-08-04 15:18:15 +02:00
Michael Raskin
b79dbfe482
Merge pull request #43281 from timokau/sage-8.3
...
sage: 8.2 -> 8.3
2018-08-04 13:02:06 +00:00
Timo Kaufmann
834a24e0ff
sage: don't pin ntl
...
Now possible because of the lcalc c++11 patch.
2018-08-04 14:22:58 +02:00
Timo Kaufmann
e550e5d0c7
lcalc: apply c++11 patch
2018-08-04 14:22:29 +02:00
Timo Kaufmann
fa34f6d41c
sage: don't pin pari
2018-08-04 14:22:28 +02:00
Timo Kaufmann
e82c26af9b
sage: don't pin singular
2018-08-04 14:22:28 +02:00
Timo Kaufmann
289173366b
singular: backport ntl error handling patch
2018-08-04 14:22:27 +02:00
Timo Kaufmann
840b64fdb8
sage: 8.2 -> 8.3
2018-08-04 14:22:21 +02:00
aanderse
20f1388c3f
perlPackages.Apache-AuthCookie: init at 3.27 ( #44437 )
2018-08-04 12:40:48 +01:00
Frederik Rietdijk
d296a379ba
python.pkgs.beaker: move expression
2018-08-04 13:33:32 +02:00
Frederik Rietdijk
e002b543af
python.pkgs.basiciw: move expression
2018-08-04 13:30:24 +02:00
Frederik Rietdijk
455bf6d875
Merge pull request #44414 from dotlambda/antfs-cli-python3
...
antfs-cli: use python3Packages
2018-08-04 13:24:42 +02:00
Jan Tojnar
880bc29d45
gnome3.gnome-todo: init at 3.28.1
2018-08-04 11:58:05 +02:00
Frederik Rietdijk
82f80f4cfa
Merge pull request #44420 from dotlambda/awslogs-python3
...
awslogs: use python3Packages
2018-08-04 11:42:12 +02:00
Janne Heß
ae4dc14f0b
smarty3: Init at 3.1.32 ( #44427 )
2018-08-04 11:02:23 +02:00
Johannes Löthberg
adc4e1d6b7
inter-ui: init at 2.5 ( #44433 )
...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-04 10:59:32 +02:00
Janne Heß
558c032e53
scriptaculous: Init at 1.9.0 ( #44429 )
2018-08-04 10:09:58 +02:00
Johannes Frankenau
dc02a284bc
reaper: 5.93 -> 5.94 ( #44445 )
2018-08-04 09:56:04 +02:00
Jörg Thalheim
4fc2ad9b6d
Merge pull request #44443 from volth/patch-217
...
r-packages: fix regression
2018-08-04 08:55:47 +01:00
Jörg Thalheim
5653b125e7
Merge pull request #44430 from flokli/terraform-updates
...
terraform: update providers
2018-08-04 07:25:58 +01:00
volth
e6d3c65442
r-packages: fix regression
2018-08-04 06:19:08 +00:00
Michael Hoang
f8fb13e64c
mpv: build and install macOS App Bundle
2018-08-04 13:17:19 +10:00
Aaron Andersen
4cc3a5a6c9
added the pecl oci8 library for php
...
had to make an adjustment to the oracle instantclient to make it compile
2018-08-03 21:58:57 -04:00
Jan Tojnar
cb4263a7a8
Merge pull request #44037 from flokli/fix-nm-applet-vpn
...
networkmanager: fix VPN activation through nm-applet
2018-08-04 02:17:27 +02:00
Florian Klink
24726a35d9
networkmanager: fix compile error due to NM_AVAILABLE_IN_1_12_2 macro
2018-08-04 01:32:45 +02:00
Florian Klink
e63ef63c93
network-manager-applet: add patch for import file chooser
2018-08-04 01:08:25 +02:00
Florian Klink
88b2b6c71c
network-manager: 1.12.0 -> 1.12.2
...
fix VPN activation through nm-applet (#43806 ),
upstream bug https://gitlab.gnome.org/GNOME/network-manager-applet/issues/12
2018-08-04 01:08:25 +02:00
Jörg Thalheim
de683046c3
Merge pull request #44400 from dotlambda/pdfredacttools-python2
...
pdf-redact-tools: explicitly use python2Packages
2018-08-03 23:58:17 +01:00
Jörg Thalheim
44e4dbf9ac
Merge pull request #44403 from dotlambda/bashplotlib-python3
...
bashplotlib: use python3Packages
2018-08-03 23:54:22 +01:00
Florian Klink
0a772e3c04
terraform-provider-libvirt: 0.3 -> 0.4
...
goDeps isn't used anymore
add note about why cdrtools is propagated
2018-08-04 00:54:21 +02:00
Florian Klink
5bf656e33b
terraform: filter out azure-classic while generating data.nix
2018-08-04 00:54:21 +02:00
Florian Klink
5d4ab1baaa
terraform: update all providers
...
also, stop excluding terraform.plugins.telefonicaopencloud (since
c07670bcdc
), as there's a tag on their
repo now.
2018-08-04 00:54:21 +02:00
Jörg Thalheim
c065349282
Merge pull request #44402 from dotlambda/doitlive-python3
...
doitlive: use python3Packages
2018-08-03 23:49:58 +01:00
Jörg Thalheim
7d73fe0402
Merge pull request #44417 from dotlambda/apt-offline-1.8.1
...
apt-offline: 1.3 -> 1.8.1
2018-08-03 23:45:02 +01:00
Pascal Wittmann
32bda9a112
pdf2djvu: 0.9.9 -> 0.9.10
2018-08-03 22:16:03 +02:00
xeji
c9f3382a39
Merge pull request #43934 from jfrankenau/mpd-smb
...
mpd: add nfs and smb support
2018-08-03 21:59:30 +02:00
Maciek Starzyk
af176db5d7
obnam: removed ( #44422 )
2018-08-03 21:43:08 +02:00
Johannes Frankenau
b9234ea49c
nixos/mpd: allow storage plugins in musicDirectory
2018-08-03 21:36:38 +02:00
xeji
f2f28654d5
Merge pull request #43778 from volth/xfce413-updates
...
xfce4-13: backport panel plugins and icon themes from xfce4-12
2018-08-03 21:26:07 +02:00
Silvan Mosberger
ce4e1a15bc
Merge pull request #44404 from alyssais/bundler
...
bundler: 1.16.2 -> 1.16.3
2018-08-03 20:54:08 +02:00
John Ericson
ebbd6f3471
Merge pull request #44083 from dingxiangfei2009/cross-compiling-postgresql
...
Allow postgresql to cross compile
2018-08-03 14:44:55 -04:00
Frederik Rietdijk
57852282cf
Merge pull request #44416 from dotlambda/antlr-python2
...
antlr: explicitly use python2
2018-08-03 20:44:03 +02:00
Frederik Rietdijk
2356a84bbd
Merge pull request #44381 from twhitehead/tensorflow
...
tensorflow: workaround tensorboard collision due to upstream pip hack
2018-08-03 20:43:39 +02:00
Justin Humm
b8da5fc4bd
pius: introduce perl as buildInput ( #44415 )
...
Otherwise, pius-party-worksheet would be unusable.
(cherry picked from commit 4dbf327d924d454a931c93da3eb4c6e8a13935a2)
2018-08-03 20:36:08 +02:00
Lancelot SIX
51b8c7986a
qgis: 2.18.20 -> 2.18.22 ( #44266 )
2018-08-03 20:34:47 +02:00
Tyson Whitehead
fd0c467f96
tensorflow: workaround tensorboard collision from upstream pip hack
...
Upstream lists tensorboard as a utility from tensorflow despite it
being provided by tensorboard to stop pip for deleting it. This
causes python.withPackages collisions between the two.
2018-08-03 14:28:46 -04:00
Thomas Bach
7e60f1c678
mfcl8690cdw: init lpdr and cupswrapper at 1.0.2/1.0.3 ( #43968 )
...
Provide printer driver for Brother MFC-L8690CDW.
2018-08-03 20:18:32 +02:00
Robert Schütz
f0702c62a6
antlr: explicitly use python2
...
Also, put python2 into nativeBuildInputs because Arch lists it in makedepends.
2018-08-03 20:01:51 +02:00
Robert Schütz
c2649439d5
Merge pull request #44408 from dotlambda/actdiag-application
...
*diag: use python3 and toPythonApplication
2018-08-03 19:59:15 +02:00
Robert Schütz
e2a81241e5
awslogs: use python3Packages
2018-08-03 19:53:46 +02:00
Robert Schütz
0cd86e1e9d
adb-sync: use python3 ( #44409 )
...
According to https://github.com/google/adb-sync/pull/2#commitcomment-11399661 ,
it should work with python2 and python3. Using python3 is prefered in nixpkgs.
2018-08-03 19:48:42 +02:00
Silvan Mosberger
f061271938
Merge pull request #44411 from dotlambda/almonds-python3
...
almonds: use python3
2018-08-03 19:33:12 +02:00
Robert Schütz
5acb3f5774
nwdiag: use python3Packages and toPythonApplication
2018-08-03 19:22:18 +02:00
Robert Schütz
7d4d49bf1d
seqdiag: use python3Packages and toPythonApplication
2018-08-03 19:21:02 +02:00
Robert Schütz
8769f25c6a
blockdiag: use python3Packages and toPythonApplication
2018-08-03 19:18:22 +02:00
Robert Schütz
c0589af34e
apt-offline: 1.3 -> 1.8.1
2018-08-03 19:13:38 +02:00
Robert Schütz
e6fc21af9c
antfs-cli: use python3Packages
2018-08-03 18:37:09 +02:00
Michael Raskin
82bce290f5
Merge pull request #44410 from dotlambda/afflib-python3
...
afflib: use python3
2018-08-03 16:16:18 +00:00
Silvan Mosberger
30783a52bc
Merge pull request #44405 from dotlambda/emptyepsilon-python3
...
EmptyEpsilon: use python3
2018-08-03 18:12:01 +02:00
Robert Schütz
974cb36abd
ams-lv2: use python3
...
It is python3-compatible since 1.1.5.
2018-08-03 18:11:55 +02:00
Silvan Mosberger
a35a4884c7
Merge pull request #43792 from Chiiruno/dev/hydron
...
Update: easyjson, hydron, meguca, nodePackages: meguca; Improve: quicktemplate
2018-08-03 18:10:12 +02:00
Robert Schütz
ae3bbf2958
almonds: use python3
2018-08-03 18:04:46 +02:00
Silvan Mosberger
a7ea08d60d
Merge pull request #44406 from johanot/certmgr-pkgs-init
...
certmgr: init at 1.6.1
2018-08-03 17:55:34 +02:00
Robert Schütz
8413f1883e
afflib: use python3
...
Python3 is supported since 3.7.14.
2018-08-03 17:54:38 +02:00
Jörg Thalheim
a6900b9a13
dino: 2018-06-03 -> 2018-07-08
2018-08-03 16:54:21 +01:00
Frederik Rietdijk
e271c47fcb
Merge pull request #44390 from dotlambda/keras-2.2.2
...
python.pkgs.Keras: 2.2.0 -> 2.2.2
2018-08-03 17:53:34 +02:00
Robert Schütz
0f8185e3fc
python.pkgs.Keras: 2.2.0 -> 2.2.2
2018-08-03 17:46:09 +02:00
Okina Matara
6de26d6647
meguca: 2018-07-01 -> 2018-08-02
2018-08-03 10:43:28 -05:00
Okina Matara
74a57e24d0
hydron: 2018-07-15 -> 2018-07-30
2018-08-03 10:43:00 -05:00
Okina Matara
4f99b18985
nodePackages: meguca: 1.0.8 -> 1.0.9
2018-08-03 10:41:45 -05:00
Robert Schütz
54ae6ea537
actdiag: use python3 and toPythonApplication
2018-08-03 17:41:31 +02:00
Okina Matara
8e690b6ffd
easyjson: 2018-06-06 -> 2018-07-30
2018-08-03 10:41:15 -05:00
Robert Schütz
95134fb939
pythonPackages.actdiag: run tests
2018-08-03 17:40:56 +02:00
Okina Matara
405e4fbea9
quicktemplate: Use fetchFromGitHub, not fetchgit
2018-08-03 10:40:38 -05:00
Johan Thomsen
505007471d
certmgr: init at 1.6.1
2018-08-03 17:35:46 +02:00
Silvan Mosberger
da53c1248b
Merge pull request #44353 from Zimmi48/graphql-cli
...
graphql-cli: init at 2.16.5
2018-08-03 17:18:25 +02:00
snaar
841e2ed547
run-scaled: init at 2018-06-03 ( #44385 )
...
* run-scaled: init at 2018-06-03
* run-scaled: change platform from linux to unix to match dependencies
2018-08-03 17:18:13 +02:00
Alyssa Ross
011c6411f3
bundler: 1.16.2 -> 1.16.3
2018-08-03 15:59:38 +01:00
Robert Schütz
57b6eb6514
EmptyEpsilon: use python3
2018-08-03 16:56:46 +02:00
Alexander Krupenkin
8d708d28a1
parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1 ( #44170 )
...
* parity: 1.10.8 -> 1.10.9
* parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1
2018-08-03 16:54:29 +02:00
xeji
725f253190
Merge pull request #44346 from Fork-Native-Light-Foundation/package/protonmail-bridge
...
protonmail-bridge: init at 1.0.5-1
2018-08-03 16:42:54 +02:00
Robert Schütz
c5fb1d70ca
bashplotlib: use python3Packages
2018-08-03 16:02:33 +02:00
Robert Schütz
2f5bbbebfd
doitlive: use python3Packages
2018-08-03 15:53:52 +02:00
Robert Schütz
bf256564f9
pdf-redact-tools: explicitly use python2Packages
...
Python2-only syntax, e.g. print without paratheses, is used in the pdf-redact-tools script.
2018-08-03 15:42:39 +02:00
Robert Schütz
0fd688a1a5
blueman: use python3Packages
2018-08-03 15:25:19 +02:00
Timo Kaufmann
86f058c842
python2Packages.ipython: apply upstream signature patch
2018-08-03 15:22:04 +02:00
Jörg Thalheim
30b3f277b6
Merge pull request #44275 from georgewhewell/fix-libgpg-error-cross
...
fix libgpg-error cross build on armv7
2018-08-03 14:09:18 +01:00
Roger Qiu
83cc1e3d38
pythonPackages.imgaug: init at 0.2.6 ( #43720 )
2018-08-03 14:39:55 +02:00
Jan Tojnar
f735d6a38d
Merge pull request #43992 from jtojnar/upstream-sessions
...
Upstream sessions
2018-08-03 14:23:17 +02:00
Tim Steinbach
4ac2740895
linux: 4.17.11 -> 4.17.12
2018-08-03 08:20:22 -04:00
Tim Steinbach
52c4a7a909
linux: 4.14.59 -> 4.14.60
2018-08-03 08:20:13 -04:00
Tim Steinbach
2e4410ac38
linux: 4.9.116 -> 4.9.117
2018-08-03 08:20:03 -04:00
Michael Weiss
1ebee36c23
tdesktopPackages.preview: 1.3.10 -> 1.3.11
2018-08-03 14:15:22 +02:00
LightDiscord
3f9edf1bd6
protonmail-bridge: init at 1.0.5-1
2018-08-03 14:04:10 +02:00
Johannes Frankenau
d99d14f357
reaper: init at 5.93 ( #44391 )
2018-08-03 13:36:11 +02:00
Michael Weiss
6cf519df6e
androidStudioPackages.{dev,canary}: 3.3.0.2 -> 3.3.0.3
2018-08-03 13:31:00 +02:00
Uli Baum
a4ec1ec039
pythonPackages.shippai: fix eval (typo)
2018-08-03 13:18:41 +02:00
Michael Weiss
915e506f7c
signal-desktop: 1.14.4 -> 1.15.0
2018-08-03 13:11:44 +02:00
Gabriel Ebner
feabc475c0
vdirsyncer: 0.17.0a2 -> 0.17.0a3
...
fixes build
2018-08-03 12:42:22 +02:00
Gabriel Ebner
0a519ad6df
pythonPackages.shippai: init at 0.2.3
2018-08-03 12:40:34 +02:00
Robert Schütz
148f0746ab
python.pkgs.keras-applications: init at 1.0.4
2018-08-03 11:36:42 +02:00
Jörg Thalheim
29387fbbe9
Merge pull request #44387 from jfrankenau/update-bcal
...
bcal: 1.8 -> 1.9
2018-08-03 08:55:56 +01:00
Jörg Thalheim
2be0d9cc9b
Merge pull request #44368 from Enzime/fix/latest-mpv-on-macos
...
mpv: Fix mpv 0.29.0 on macOS and disable OpenAL
2018-08-03 08:43:34 +01:00
Johannes Frankenau
79cd841713
bcal: 1.8 -> 1.9
2018-08-03 09:08:26 +02:00
Peter Simons
f64c01fa79
Merge pull request #44380 from meditans/swi-prolog-check-installation
...
Add missing dependencies for swi-prolog
2018-08-03 08:45:18 +02:00
Uli Baum
052e4baf0a
somatic-sniper: disable parallel building
...
to fix non-deterministic failure
2018-08-03 08:27:41 +02:00
Robert Schütz
2553369795
python.pkgs.keras-preprocessing: init at 1.0.2
2018-08-03 07:48:04 +02:00
Jörg Thalheim
3633a2bdd1
Merge pull request #44384 from carlosdagos/tldr-macos
...
tldr: add support for darwin
2018-08-03 05:47:01 +01:00
Jörg Thalheim
ed5531383e
tldr: override makeFlags to set CC
2018-08-03 05:43:43 +01:00
adisbladis
8b6e575c92
Merge pull request #44153 from Kaali/nodejs10-update
...
nodejs: 10.6.0 -> 10.7.0
2018-08-03 11:45:13 +08:00
Carlos D
dc8aa01c91
tldr: add support for darwin
2018-08-03 12:36:24 +10:00
Bas van Dijk
3328ea7749
haskellPackages.sexpr: fix build
2018-08-03 02:00:47 +02:00
Orivej Desh
687771ced6
clickhouse: 1.1.54385 -> 18.1.0
2018-08-02 23:29:41 +00:00
Michael Hoang
69ed31a57b
mpv: Fix mpv 0.29.0 on macOS and disable OpenAL
2018-08-03 09:20:55 +10:00
John Ericson
f539c30095
postgresql: Fix nits after cross fixes
2018-08-02 18:48:06 -04:00
Matthew Bauer
b32d0a41d0
llvm: fix triple setting
...
llvm is a library so it should just need to know about build & host.
GCC will already have a cross compiler built.
/cc @Ericson2314 @dtzWill
2018-08-02 17:04:47 -04:00
Matthew Bauer
117680b0e9
Merge pull request #44126 from eadwu/opencollada/resolve-pcre-declarations
...
opencollada: include pcre.h (KhronosGroup/OpenCOLLADA#570 )
2018-08-02 16:44:08 -04:00
Kai
405cc5b1a0
lbdb: 0.46 -> 0.47 ( #44376 )
2018-08-02 22:16:29 +02:00
Mitsuhiro Nakamura
c77e4de58e
cataclysm-dda-git: fix desktop launcher installation ( #44364 )
2018-08-02 21:36:18 +02:00
Johannes Frankenau
81e65071bb
hugo: 0.42.1 -> 0.46 ( #44363 )
2018-08-02 20:49:19 +02:00
Jan Tojnar
705f0bc0d4
Merge pull request #44366 from hedning/flatpak
...
flatpak: Don't hardcode flatpak binary path in launchers
2018-08-02 20:16:16 +02:00
Tor Hedin Brønner
e5e91efa4c
flatpak: Don't hardcode flatpak binary path in launchers
...
The hardcoded flatpak path breaks all installed applications when flatpak is
updated.
fixes: https://github.com/NixOS/nixpkgs/issues/43581
2018-08-02 20:00:19 +02:00
Carlo Nucera
bc96cec295
Add missing dependencies for swi-prolog
...
In the previous version of this derivation, when the command
?- check_installation.
was issued in the swipl prompt, five errors were encountered. This patch fixes
that, so that the installation is correctly checked.
This enables the usage of the command pack_install to install prolog libraries,
which otherwise fails for the lack of libarchive.
2018-08-02 19:36:48 +02:00
Mitsuhiro Nakamura
0a541aa38c
rPackages.buildRPackage: fix error if requireX is missing
2018-08-03 01:08:35 +09:00
Mitsuhiro Nakamura
559997179d
rPackages: export buildRPackage
2018-08-03 01:08:07 +09:00
Frederik Rietdijk
89a89ddfb3
Merge pull request #44357 from FRidh/pythonmajor
...
Python interpreter updates
2018-08-02 16:45:53 +02:00
Bas van Dijk
0aae3fda06
graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules ( #44276 )
...
Fixes #30891
* Upgrade `graphite-web`, `carbon` and `whisper` from 1.0.2 -> 1.1.3.
* Replaced the deprecated `pythonPackages.graphite_influxdb` with
`pythonPackages.influxgraph.`
* Renamed `pythonPackages.graphite_web` to `pythonPackages.graphite-web`
to be consistent with the Python package name.
* Replaced the unmaintained `pythonPackages.graphite_pager` with
`pythonPackages.graphitepager`
* Moved all new packages from `python-packages.nix` to
`pkgs/development/python-modules`
2018-08-02 16:39:57 +02:00
Vladimír Čunát
86b5b1e174
Revert "android-studio-preview: Print a deprecation warning"
...
This reverts commit 88bfbf6c7d
.
It broke the tarball job. Discussion:
https://github.com/NixOS/nixpkgs/pull/44310#issuecomment-409690460
2018-08-02 16:32:55 +02:00
Frederik Rietdijk
3a61a94789
python35: 3.5.5 -> 3.5.6
2018-08-02 16:30:27 +02:00
Frederik Rietdijk
3bd5580b04
python34: 3.4.8 -> 3.4.9
2018-08-02 16:30:16 +02:00
Imuli
632bda238f
idrisPackages.graphviz: fix homepage ( #44355 )
2018-08-02 16:24:48 +02:00
xeji
a7bfe3c5f5
Merge pull request #43971 from gnidorah/pakcs
...
pakcs: 1.14.0 -> 2.0.2
2018-08-02 16:16:31 +02:00
xeji
5c7bf43c24
Merge pull request #44342 from carlosdagos/tinyproxy
...
tinyproxy: init at 1.8.4
2018-08-02 16:12:12 +02:00
Bas van Dijk
353b568255
Merge pull request #44331 from jerith666/language-ecmascript-jailbreak
...
lift version restrictions on language-ecmascript inputs
2018-08-02 16:00:08 +02:00
Carlos D'Agostino
a568eec08c
tinyproxy: add docbook_xsl and add nonet option to a2x
2018-08-02 23:35:29 +10:00