Commit Graph

138464 Commits

Author SHA1 Message Date
Jörg Thalheim
96abc33451
Merge pull request #48761 from romildo/upd.elementary-icon-theme
elementary-icon-theme: 4.3.1 -> 5.0
2018-10-21 00:20:18 +01:00
Jörg Thalheim
e1b72348cf
Merge pull request #48711 from c0deaddict/master
electron: 1.8.2 -> 3.0.5
2018-10-21 00:19:55 +01:00
Jörg Thalheim
7e51738957
Merge pull request #48751 from unode/freerdp
freerdp: 2.0.0-rc2 -> 2.0.0-rc3
2018-10-21 00:12:03 +01:00
Jörg Thalheim
27f51b4884
Merge pull request #48759 from mayflower/pkg/stern
stern: 1.8.0 -> 1.10.0
2018-10-20 23:59:26 +01:00
José Romildo Malaquias
526d2b28c9 elementary-icon-theme: 4.3.1 -> 5.0 2018-10-20 19:57:44 -03:00
Jörg Thalheim
52ad76f074
Merge pull request #48747 from vlaci/master
kitty: fix locating libstartup-notification-1
2018-10-20 23:50:17 +01:00
Jörg Thalheim
9b1c2c479b
Merge pull request #48750 from Ma27/fix-vim-clang-completion
vimPlugins.clang_complete: fix path to libclang.so
2018-10-20 23:45:19 +01:00
Unknown
956a4b2bb6 marble: Fix include install to dev output 2018-10-20 14:17:22 -08:00
Timo Kaufmann
38c71c1163
Merge pull request #48394 from r-ryantm/auto-update/libvirt-glib
libvirt-glib: 1.0.0 -> 2.0.0
2018-10-20 23:26:54 +02:00
Timo Kaufmann
a3971059e1
Merge pull request #47081 from r-ryantm/auto-update/elfutils
elfutils: 0.173 -> 0.174
2018-10-20 23:18:45 +02:00
Timo Kaufmann
dd00db3c63
Merge pull request #46992 from r-ryantm/auto-update/ocamlbuild
ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0
2018-10-20 23:12:04 +02:00
Timo Kaufmann
2b5a353535
Merge pull request #46991 from r-ryantm/auto-update/openal-soft
openal: 1.18.2 -> 1.19.0
2018-10-20 23:09:51 +02:00
Timo Kaufmann
4fb56f1368
Merge pull request #48387 from r-ryantm/auto-update/ocaml4.06.1-ppxlib
ocamlPackages.ppxlib: 0.3.0 -> 0.3.1
2018-10-20 23:01:08 +02:00
Timo Kaufmann
d75c5585cd
Merge pull request #48755 from leenaars/thonny
thonny: 3.0.0b3 -> 3.0.1
2018-10-20 22:58:07 +02:00
Vladyslav M
183310a75b
Merge pull request #48746 from romildo/upd.sierra-gtk-theme
sierra-gtk-theme: 2018-10-01 -> 2018-10-12
2018-10-20 23:34:01 +03:00
Jörg Thalheim
9772ea0314
Merge pull request #48693 from samueldr/ruby/2.5.3
ruby: 2.5.2 -> 2.5.3
2018-10-20 21:24:25 +01:00
Jaka Hudoklin
8ff3df3eef
Merge pull request #48736 from mayflower/pkg/minishift
minishift: init at 1.25.0
2018-10-20 22:14:06 +02:00
Franz Pletz
672ff7eb0e
docker-machine-kvm2: use minikube version & source 2018-10-20 21:44:32 +02:00
Franz Pletz
5d45de1fc1
docker-machine-kvm: 0.8.2 -> 0.10.0 2018-10-20 21:44:31 +02:00
Franz Pletz
02ca5c10ef
stern: 1.8.0 -> 1.10.0 2018-10-20 21:43:36 +02:00
Joachim F
c39fa89db5
Merge pull request #48727 from spacefrogg/factor
factor-lang: 0.97 -> 0.98
2018-10-20 19:40:23 +00:00
Michiel Leenaars
2fd8732ccc thonny: 3.0.0b3 -> 3.0.1 2018-10-20 21:26:20 +02:00
Stewart Mackenzie
d0b9f95ac8 ndn-cxx: fixed broken build and updated to latest release (#48706) 2018-10-20 21:16:26 +02:00
Timo Kaufmann
0c7934017b
Merge pull request #48741 from uvNikita/todolist/upgrade
todolist: 0.8 -> 0.8.1
2018-10-20 20:44:45 +02:00
Vaskó László
2fdfa2115d kitty: fixing environment variable substituition in docs/Makefile
The previous substitutution only worked by accident as make requires
environment variables to be enclosed in curly brackets as shown in this
excerpt from the build output:
> PYTHONPATH=YTHONPATH:.. HOME=MPDIR/nowhere sphinx-build -M html "." "_build" -T

The substituition is moved to the existing patch file to simplify the
builder expression.
2018-10-20 20:42:23 +02:00
Vaskó László
1842c4aaa4 kitty: fix locating libstartup-notification-1
Startup notification doesn't work in recent versions of Kitty:
> Traceback (most recent call last):
>   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 216, in init_startup_notification
>     return init_startup_notification_x11(window_handle, startup_id)
>   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 201, in init_startup_notification_x11
>     return init_x11_startup_notification(display, window_handle, sid)
> OSError: Failed to load libstartup-notification-1.so with error: libstartup-notification-1.so: cannot open shared object file: No such file or directory

Apparently dispatching of startup notification has been moved to a C
binding in kitty 0.6.0 [1] so the substituion had to be modified to reflect
that. Without this fix Kitty still works except that window managers
which depend on startup notifications to be fired (e.g. Awesome)
cannot apply special placement rules.

The substitution mechanism is also changed to use a patch file to detect
this kind of mistakes in the future.

[1]: b08f4ab593
2018-10-20 20:40:54 +02:00
Jörg Thalheim
ef10c80847
Merge pull request #48742 from danieldk/spacy-update
pythonPackages.spacy: 2.0.12 -> 2.0.16
2018-10-20 19:25:51 +01:00
Michael Weiss
d3ede3db59 androidStudioPackages.{dev,canary}: 3.3.0.12 -> 3.4.0.0 2018-10-20 20:03:55 +02:00
Michael Weiss
ff93048c3b androidStudioPackages.beta: 3.2.1.0 -> 3.3.0.13 2018-10-20 20:03:09 +02:00
Piotr Bogdan
be63e30563 debootstrap: fix up paths to {chroot,unshare}, small clean up
Fixes #45915.
2018-10-20 18:02:09 +01:00
Thomas Tuegel
2285503d54
Merge pull request #48555 from bkchr/kde_frameworks_5_51
kde-frameworks: 5.50 -> 5.51
2018-10-20 11:43:05 -05:00
Renaud
80906eb858
Merge pull request #48522 from r-ryantm/auto-update/flatpak
flatpak: 1.0.2 -> 1.0.4
2018-10-20 17:21:49 +02:00
Renaud
ffcfa3f820
Merge pull request #48335 from pnelson/weather-icons-2.0.10
weather-icons: init at 2.0.10
2018-10-20 17:21:24 +02:00
Tim Steinbach
154f457bc3
linux: 4.18.15 -> 4.18.16 2018-10-20 11:16:21 -04:00
Tim Steinbach
719087fb8c
linux: 4.14.77 -> 4.14.78 2018-10-20 11:15:12 -04:00
Tim Steinbach
560e61a3fd
linux: 4.9.134 -> 4.9.135 2018-10-20 11:14:57 -04:00
Tim Steinbach
218bf14c3e
linux: 4.4.161 -> 4.4.162 2018-10-20 11:14:19 -04:00
Renato Alves
7cd0cec3f4
freerdp: 2.0.0-rc2 -> 2.0.0-rc3 2018-10-20 16:53:15 +02:00
Renaud
0b97a9c475
Merge pull request #48386 from r-ryantm/auto-update/opencollada
opencollada: 1.6.63 -> 1.6.65
2018-10-20 16:23:03 +02:00
José Romildo Malaquias
1fcf0a143e sierra-gtk-theme: 2018-10-01 -> 2018-10-12 2018-10-20 11:13:15 -03:00
R. RyanTM
2be930cc4a flatbuffers: 1.8.0 -> 1.10.0 (#48521)
* flatbuffers: 1.8.0 -> 1.10.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatbuffers/versions

* flatbuffers: fix build on Darwin and enable checks

Bazel BUILD file is conflicting with build directory on case-insensitive FS
+ checkPhase now runs "make test"
2018-10-20 15:33:09 +02:00
Thomas Tuegel
43130899ab
Merge pull request #48700 from alyssais/qtwebkit-darwin
qt59.qtwebkit: fix build on Darwin
2018-10-20 08:27:49 -05:00
Thomas Tuegel
2e4397f631
Merge pull request #35213 from jluttine/suitesparse-5.1.2
suitesparse: 4.4.4 -> 5.3.0
2018-10-20 08:07:27 -05:00
Maximilian Bosch
d301d5cb74
vimPlugins.clang_complete: fix path to libclang.so
With the current plugin configuration I get the following error when
opening a C/C++ file in ViM:

```
"main.cpp" 246L, 7522C
Loading libclang failed, completion won't be available. Are you sure '/nix/store/jdz3pbl853dw6k0qg54ifd5fplkq7xl8-cla
ng-3.9.1/lib/libclang.so' contains libclang?
```
2018-10-20 14:54:46 +02:00
Daniël de Kok
b932a35c08 pythonPackages.spacy: 2.0.12 -> 2.0.16 2018-10-20 12:20:42 +02:00
Daniël de Kok
b505418a70 pythonPackages.thinc: 6.11.2 -> 6.12.0 2018-10-20 12:20:41 +02:00
Daniël de Kok
5e58e979e4 pythonPackages.preshed: 1.0.1 -> 2.0.1 2018-10-20 12:20:37 +02:00
Daniël de Kok
5653f3d531 pythonPackages.cymem: 1.31.2 -> 2.0.2 2018-10-20 12:20:30 +02:00
Nikita Uvarov
8659ff38a8
todolist: 0.8 -> 0.8.1 2018-10-20 11:32:30 +02:00
markuskowa
7a10601dc4
Merge pull request #48530 from r-ryantm/auto-update/chirp-daily
chirp: 20180906 -> 20181009
2018-10-20 11:26:16 +02:00
Yegor Timoshenko
7731f70045
Merge pull request #46920 from urkud/pokerth-1.1.2
pokerth: 1.1.1 -> 1.1.2, refactor, Qt 5
2018-10-20 09:11:51 +00:00
Daniël de Kok
35349b17cf libtensorflow: add pkgconfig file
Some software that depends on libtensorflow (e.g. the Tensorflow Rust
bindings) expect tensorflow.pc to be available. This change adds a
pkgconfig file.
2018-10-20 09:49:53 +02:00
Jörg Thalheim
809e566c25
Merge pull request #48716 from jslight90/mattermost
mattermost: 5.3.0 -> 5.4.0
2018-10-20 08:42:22 +01:00
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Will Dietz
ceb0ce849f
Merge pull request #48735 from dtzWill/update/xbps-0.53
xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux)
2018-10-20 00:07:30 -05:00
Franz Pletz
c6b09766aa
minishift: init at 1.25.0 2018-10-20 06:08:29 +02:00
Will Dietz
9973ca8c2f xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux) 2018-10-19 22:22:25 -05:00
Will Dietz
8895ae2a62
Merge pull request #48730 from dtzWill/update/snowman-0.1.3
snowman: 0.1.2 -> 0.1.3
2018-10-19 22:21:36 -05:00
Thomas Tuegel
e63a843efb
Merge pull request #46957 from bkchr/plasma_5_14_0
plasma5: 5.13.5 -> 5.14.0
2018-10-19 21:40:37 -05:00
Will Dietz
6b06bda3b3 snowman: 0.1.2 -> 0.1.3 2018-10-19 20:56:40 -05:00
Michael Raitza
69cabf7750 factor-lang: 0.97 -> 0.98
Much improved build with support for GUI libraries and FUEL, the emacs
development environment.

Also directs the work vocabulary to point to /var/lib/factor as a machine-local
writable location. So, scaffolding should work as intended, now.
2018-10-20 02:51:35 +02:00
Thomas Tuegel
daa0cd73f3
Merge pull request #48724 from bhipple/u/libdbusmenu-qt
libdbusmenu-qt: 0.9.3+14 -> 0.9.3+16
2018-10-19 19:25:40 -05:00
Timo Kaufmann
a413dedde1
Merge pull request #44527 from timokau/sage-8.4
[WIP] sage: 8.3 -> 8.4
2018-10-20 01:34:34 +02:00
volth
3c493d852e perlPackages: fix evaluate with allowAliases=false 2018-10-19 23:20:33 +00:00
Renaud
f641099792
warmux: 11.04.1 -> unstable-2017-10-20 (#48277)
Gna.org forge is closed but someone was kind
enough to clone the repo on GitHub and even
add some fixes on top of it
2018-10-20 00:25:22 +02:00
Renaud
42ead52bfe
Merge pull request #48718 from oxij/pkgs/anki-send-to-trash
anki: use send2trash from nixpkgs
2018-10-20 00:18:22 +02:00
worldofpeace
af8dc1f1de lollypop: 0.9.604 -> 0.9.605 (#48717) 2018-10-20 00:14:03 +02:00
worldofpeace
9d49b19ea5 eolie: 0.9.41 -> 0.9.45 (#48719) 2018-10-20 00:12:54 +02:00
Jan Tojnar
185c7fa993
Merge pull request #48723 from dywedir/rust-cbindgen
rust-cbindgen: 0.6.2 -> 0.6.3
2018-10-20 00:08:41 +02:00
Jan Malakhovski
141eb8b843 anki: update meta 2018-10-19 21:59:47 +00:00
Jörg Thalheim
7f4608f047
Merge pull request #48722 from oxij/pkgs/remmina-no-webkit-no-gnome
remmina: no webkit, optional gnome
2018-10-19 22:59:28 +01:00
Pavel Platto
8781308ab6 unity3d: 5.6.1 -> 2017.4.10 (#48643) 2018-10-20 00:36:50 +03:00
Michael Weiss
02b5f4ff79
Merge pull request #46304 from teto/gpgme_python3
python3Packages.gpgme: enable python3 support
2018-10-19 22:17:19 +02:00
Benjamin Hipple
9e056a9629 libdbusmenu-qt: 0.9.3+14 -> 0.9.3+16
The upgraded version has memory leak fixes and test case fixes for qt5.

This also swaps to git due to difficulties in fetching src with `bzr` without
'not a branch' errors.
2018-10-19 20:15:11 +00:00
Vladyslav Mykhailichenko
f41a35bf14 rust-cbindgen: 0.6.2 -> 0.6.3 2018-10-19 22:47:58 +03:00
Jan Malakhovski
9f32d79ef4 remmina: reindent 2018-10-19 19:14:31 +00:00
Jan Malakhovski
972ec8b3be remmina: make gnome support optional
There's no runtime option to disable GNOME stuff, and storing things in
GNOME Keyring is very inconvenient for non-GNOME users.
2018-10-19 19:14:25 +00:00
Jan Malakhovski
8ec6322711 remmina: remove webkitgtk dependency
It was used by "survey" module which was removed in revision
d97920eb9b32dbe17b85f8eff12928d26c19fd3d of their repository
on 2016-12-13.

Meanwhile, WebKit plugin is a separate package
https://aur.archlinux.org/packages/remmina-plugin-webkit/
not packaged in nixpkgs.
2018-10-19 19:12:36 +00:00
Jan Malakhovski
0779d71915 anki: use send2trash from nixpkgs 2018-10-19 18:20:35 +00:00
markuskowa
382cd5463d
Merge pull request #48349 from r-ryantm/auto-update/wcslib
wcslib: 5.19.1 -> 5.20
2018-10-19 20:19:11 +02:00
Jan Tojnar
c857cf99e1
Merge pull request #48517 from hedning/gdm-fix-environement
gnome3.gdm: Always reset the environment for new sessions
2018-10-19 20:14:36 +02:00
Yegor Timoshenko
031083b564
pokerth: clean up 2018-10-19 17:01:32 +00:00
Yury G. Kudryashov
f923187c20
pokerth: 1.1.1 -> 1.1.2 2018-10-19 17:01:29 +00:00
SLNOS
bd7c0c8a6c firefoxPackages.tor-browser: 7.5.6 -> 8.0.2
Mostly usable now.
2018-10-19 16:46:55 +00:00
SLNOS
b21b9bbd6c firefoxPackages: indent 2018-10-19 16:46:41 +00:00
SLNOS
5ec27f3033 firefoxPackages: cleanup
Misc cleanups, but mainly this:

Before:
- `version` could mean either Firefox or TorBrowser version,
- `configureFlags` was hacky.

Now:
- `ffversion` is Firefox version, `tbversion` is TorBrowser version,
- `configureFlags` is much less hacky.
2018-10-19 16:46:28 +00:00
John Ericson
6b81005e66
Merge pull request #48688 from ElvishJerricco/shellFor-nativeBuildInputs
haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435]
2018-10-19 12:19:45 -04:00
Jos van Bakel
82cdbb516a
electron: 1.8.2 -> 3.0.5 2018-10-19 16:14:11 +02:00
Kamil Chmielewski
401492325e go2nix: 1.2.1 -> 1.3.0 2018-10-19 16:10:18 +02:00
Peter Simons
2f9a6d648b ghc-8.6.x: disable mpd support in xmobar
libmpd does not compile with the latest version of ghc.
2018-10-19 14:44:23 +02:00
Peter Simons
b5c725f122 haskell-HaTeX: jailbreak to fix the build with ghc-8.6.x 2018-10-19 14:44:23 +02:00
Peter Simons
a4be65dac2 haskell-wl-pprint-extras: jailbreak to fix the build with ghc-8.6.x 2018-10-19 14:44:23 +02:00
Peter Simons
6c2f00e4e5 haskell-fgl: ignore the new cabal revision published on Hackage 2018-10-19 14:44:23 +02:00
Peter Simons
0fdbed7f53 haskell-base-compat-batteries: fix build with ghc-8.0.x 2018-10-19 14:44:23 +02:00
Peter Simons
488e41e8df haskell-hledger-ui: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:23 +02:00
Peter Simons
0f92a347e9 haskell-brick: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:23 +02:00
Peter Simons
5860a9dc73 haskell-vty: use the latest version when building with ghc-8.6.1 2018-10-19 14:44:23 +02:00
Peter Simons
d393b89965 stack: prefer the ghc-8.6.1 version
Building stack with ghc-8.4.x requires a whole lot of version overrides -- most
notably Cabal 2.4.x --, so we don't bother and just use the one built with the
latest compiler instead.
2018-10-19 14:44:22 +02:00
Peter Simons
13c666d81c haskell-hledger: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
2f055cec0a stack: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
4ec2418dda stack: drop obsolete override after version update 2018-10-19 14:44:22 +02:00
Peter Simons
8d54a1efe6 haskell-neat-interpolation: we cannot use the latest version without megaparsec 7.x 2018-10-19 14:44:22 +02:00
Peter Simons
1643a57fd0 haskell-monad-par: disable the test suite to fix the build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
60744d784a haskell-wizards: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
5891201db2 haskell-ledger-lib: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
79f5e5d365 haskell-cassava-megaparsec: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
6d070d3ad0 haskell-hspec-megaparsec: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
91caf69a40 haskell-megaparsec: jailbreak to fix build with ghc-8.6.1
We cannot update to megaparsec-7.x because hledger does not support it.
2018-10-19 14:44:22 +02:00
Peter Simons
147c88256e haskell-config-ini: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
156e0b0788 haskell-lucid: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
f96a244034 haskell-data-clist: jailbreak to fix build with ghc-8.6.1 2018-10-19 14:44:22 +02:00
Peter Simons
2745a36f2c ghc-8.6.x: we need the latest pandoc version for this compiler 2018-10-19 14:44:22 +02:00
Peter Simons
2e0f10b3d7 haskell-easytest: apply patches to fix the build with ghc-8.6.x 2018-10-19 14:44:22 +02:00
Peter Simons
d4fb2748f1 haskell-skylighting-core: the test suite fails when built with ghc-8.6.x 2018-10-19 14:44:22 +02:00
Peter Simons
88a93b14ae ghc-8.6.x: jailbreak pandoc-types to fix the build (of the test suite) 2018-10-19 14:44:22 +02:00
Peter Simons
a96f91df0f ghc-8.6.x: update hslua to latest version to fix the build 2018-10-19 14:44:22 +02:00
Peter Simons
876ea22caf haskell-yesod-core: update version to fix the test suite 2018-10-19 14:44:22 +02:00
Peter Simons
d6d0871c51 ghc-8.6.x: HTF does not compile 2018-10-19 14:44:22 +02:00
Peter Simons
95ae25600e ghc-8.6.x: update overrides 2018-10-19 14:44:22 +02:00
Peter Simons
d210479e65 haskell-texmath: drop obsolete override 2018-10-19 14:44:22 +02:00
Peter Simons
ba64a13d69 haskell-haddock-api: disable broken override 2018-10-19 14:44:22 +02:00
Jack Henahan
ed2370d8c4 haskellPackages.hasktags: remove dontCheck
https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
2018-10-19 14:44:22 +02:00
Peter Simons
5ee4818211 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision
a013b65658.
2018-10-19 14:44:22 +02:00
Maximilian Bosch
e8fb77a944
Merge pull request #46152 from Ma27/fix-setxkbmap-completion
zsh: patch `_setxkbmap` completion script
2018-10-19 14:33:04 +02:00
Jörg Thalheim
b3b0769ece
Merge pull request #48698 from bfortz/mixxx
mixxx: added opus files support
2018-10-19 11:35:32 +01:00
Jörg Thalheim
4f3a0a394d
Merge pull request #48389 from r-ryantm/auto-update/openimageio
openimageio: 1.8.14 -> 1.8.15
2018-10-19 11:34:11 +01:00
Jörg Thalheim
4a36eeb9d4
Merge pull request #48659 from akru/master
parity: 1.11.10 -> 2.0.8; parity-beta: 2.0.3 -> 2.1.3
2018-10-19 10:42:09 +01:00
Jörg Thalheim
1a9e5388b4
Merge pull request #48421 from Ekleog/gppro-18.09.14
global-platform-pro: 0.3.10-rc11 -> 18.09.14
2018-10-19 10:41:23 +01:00
Vincent Laporte
c091e93b99
Merge pull request #48617 from Zimmi48/passthru-ocamlPackages-in-coq-package
coq: add ocamlPackages in passthru
2018-10-19 09:38:07 +00:00
Alyssa Ross
1c70685fdb
qt59.qtwebkit: fix build on Darwin
Why is qtmultimedia only needed on Darwin? Why does it only fix 5.9, not
5.11? These things I do not know. What I do know is that, for some
reason, this makes qt59.qtwebkit build on Darwin.

I think the reason it hasn't also fixed 5.11 might be something to do
with the version of qtmultimedia, but I don't know enough about Qt or
cmake to figure it out. The error when trying to build qt511.qtwebkit
(with or without these changes) is:

    CMake Error at Source/cmake/OptionsQt.cmake:739 (find_package):
      Could not find a package configuration file provided by "Qt5Multimedia"
      (requested version 5.2.0) with any of the following names:

        Qt5MultimediaConfig.cmake
        qt5multimedia-config.cmake

      Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
      "Qt5Multimedia_DIR" to a directory containing one of the above files.  If
      "Qt5Multimedia" provides a separate development package or SDK, be sure it
      has been installed.
    Call Stack (most recent call first):
      Source/cmake/WebKitCommon.cmake:50 (include)
      CMakeLists.txt:137 (include)

    -- Configuring incomplete, errors occurred!
    See also "/tmp/nix-build-qtwebkit-5.212-alpha-01-26-2018.drv-0/source/build/CMakeFiles/CMakeOutput.log".
    See also "/tmp/nix-build-qtwebkit-5.212-alpha-01-26-2018.drv-0/source/build/CMakeFiles/CMakeError.log".
2018-10-19 10:36:48 +01:00
Drakonis
a2d7574ebe rclone-browser: init at 1.2 (#44589) 2018-10-19 11:01:24 +02:00
Bernard Fortz
e576406357 Merge remote-tracking branch 'upstream/master' into xmr-stak 2018-10-19 10:48:09 +02:00
Bernard Fortz
fa42b4698a mixxx: added opus files support 2018-10-19 10:43:04 +02:00
Michael Weiss
58a36edd20 monkeysphere: Replace a hardcoded path and fix more tests 2018-10-19 10:31:49 +02:00
volth
f90009cbd7 nmap: fix cross-build (#48264) 2018-10-19 09:30:36 +01:00
Jörg Thalheim
a595b872c8
Merge pull request #48509 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.94 -> 3.3.95
2018-10-19 09:29:23 +01:00
Théo Zimmermann
8c399bd6c1
coqPackages: use coq.ocamlPackages instead of coq.ocaml, coq.camlp5, etc. 2018-10-19 10:25:09 +02:00
Jörg Thalheim
bd4b8a4c82
Merge pull request #48543 from r-ryantm/auto-update/awf
awf: 1.3.1 -> 1.4.0
2018-10-19 09:21:57 +01:00
Jörg Thalheim
06613c189e
Merge pull request #48540 from r-ryantm/auto-update/dune
dune: 1.3.0 -> 1.4.0
2018-10-19 09:16:26 +01:00
Jörg Thalheim
1937f1ec06
Merge pull request #48503 from r-ryantm/auto-update/jetty
jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
2018-10-19 09:08:35 +01:00
Jörg Thalheim
35caf0df6a
Merge pull request #48662 from cocreature/btrbk
btrbk: 0.26.1 -> 0.27.0
2018-10-19 08:59:39 +01:00
Jörg Thalheim
364bac3f8a
Merge pull request #48694 from eadwu/vscode/1.28.2
vscode: 1.28.0 -> 1.28.2
2018-10-19 08:39:33 +01:00
Vincent Demeester
241230d051
skaffold: init at 0.16.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-19 09:11:45 +02:00
Bernard Fortz
3768eed493 xmr-stak: 2.4.7 -> 2.5.1
Supports the latest monero hardfork.
2018-10-19 08:32:22 +02:00
Matthieu Coudron
3902b3f4e7 python3Packages.gpgme: enable python3 version
when calling python3Packages.gpgme, it was still picking python2.
Changed withPython into pythonSupport since it's the convention.

I had to enable ncurses too because of this error when configuring:

configure:19978: checking python extra libraries
configure:19985: result: -lpthread -ldl -lcrypt -lncurses -lutil -lm
configure:19992: checking python extra linking flags
configure:19999: result: -Xlinker -export-dynamic
configure:20006: checking consistency of all components of python development environment
configure:20032: gcc -o conftest -g -O2  -I/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/include/python3.6m  conftest.c  -L/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib -lpython3.6m -Xlinker -export-dynamic -lpthread -ldl -lcrypt -lncurses -lutil -lm >&5
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20032: $? = 1
2018-10-19 14:20:08 +09:00
Will Dietz
889a654a88
Merge pull request #48685 from dtzWill/update/range-v3
range-v3: 0.3.7 -> 0.4.0
2018-10-18 21:59:10 -05:00
Edmund Wu
8861eca096
vscode: 1.28.0 -> 1.28.2 2018-10-18 22:35:07 -04:00
Will Dietz
ca67b33a28
Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-chrome
google-chrome: use default patchelf, "fixes" nacl_helper crashing.
2018-10-18 21:20:42 -05:00
Samuel Dionne-Riel
87407bc7e8 ruby: 2.5.2 -> 2.5.3
https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/

This release is just for fixing the packaging issue. This release doesn’t
contain any additional bug fixes from 2.5.2.
2018-10-18 21:28:57 -04:00
Ryan Mulligan
9ebba0fa6c
Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosx
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
2018-10-18 17:53:39 -07:00
Jeff Slight
321b3a224f mattermost: 5.3.0 -> 5.4.0 2018-10-18 17:34:43 -07:00
Peter Hoeg
8e7dda36a4
Merge pull request #48630 from dotlambda/home-assistant-0.80.1
home-assistant: 0.77.3 -> 0.80.2
2018-10-19 08:00:54 +08:00
Will Fancher
a93c777c63 haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2 2018-10-18 19:12:25 -04:00
Will Fancher
0ee01e6c2e haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435] 2018-10-18 18:32:53 -04:00
Will Dietz
f58fcf849e libinput-gestures: entry point is a python script, add dep
Otherwise we have a raw shebang that doesn't work :(
2018-10-18 16:47:41 -05:00
Will Dietz
72f31fbc19 libinput-gestures: update patches
Don't bother skipping the version check,
keep diff against upstream simple.
2018-10-18 16:47:38 -05:00
Will Dietz
69c15c0c25 libinput-gestures: 2.33 -> 2.38 2018-10-18 16:47:36 -05:00
markuskowa
ff17dd2e11
Merge pull request #48513 from r-ryantm/auto-update/gpxsee
gpxsee: 5.18 -> 6.2
2018-10-18 23:44:02 +02:00
xeji
856243e346
Merge pull request #48680 from markuskowa/licenses-22
Add licenses
2018-10-18 23:40:02 +02:00
Will Dietz
168ccb3b05 range-v3: 0.3.7 -> 0.4.0
https://github.com/ericniebler/range-v3/releases/tag/0.4.0
2018-10-18 16:14:53 -05:00
Will Dietz
f3de52d25c radiotray-ng: 0.2.3 -> 0.2.4 (#48670) 2018-10-18 23:11:58 +02:00
volth
337d140953 chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv; }" (#48615) 2018-10-18 23:09:12 +02:00
Jörg Thalheim
f9e0dd7225
Merge pull request #48667 from dtzWill/update/linux-firmware-2018-10-17
linux-firmware: 2018-08-25 -> 2018-10-17
2018-10-18 22:08:13 +01:00
xeji
db664dfa53
Merge pull request #48576 from romildo/upd.dde-polkit-agent
dde-polkit-agent: init at 0.2.1; dpa-ext-gnomekeyring: init at 0.1.0
2018-10-18 23:01:12 +02:00
Jörg Thalheim
02405cfe83
Merge pull request #48565 from rprospero/sasview-4.2.0
Sasview: unstable -> 4.2.0
2018-10-18 21:44:25 +01:00
Milan Svoboda
43fc3bbb62 wings: fix runtime failure. (#48681)
Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.3.1.4  (abort with ^G)
1>
=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
beam/beam_load.c(1189): Error loading module sdl:
  mandatory chunk of type 'Atom' not found

=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Loading of /nix/store/qalvdrzjqqm3a8nsavjbhfiv1pzhw82k-esdl-1.3.1/lib/erlang/lib/esdl-1.3.1/ebin/sdl.beam failed: badfile

=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Error in process <0.35.0> with exit value:
{undef,[{sdl,init,[1048608],[]},
        {wings_init,init,0,[{file,"wings_init.erl"},{line,28}]},
        {wings,init,1,[{file,"wings.erl"},{line,105}]}]}

Fatal internal error - log written to /home/milan/wings_crash.dump
2018-10-18 21:42:17 +01:00
Markus Kowalewski
96b77d8d4d
libite: fix license 2018-10-18 22:36:22 +02:00
Markus Kowalewski
4e6d2f8ec9
libgnome-keyring: fix license 2018-10-18 22:36:22 +02:00
Markus Kowalewski
3bd7ada099
libdbusmenu-qt: fix license 2018-10-18 22:36:22 +02:00
Markus Kowalewski
0d12ce52e4
redland: add license + description 2018-10-18 22:36:22 +02:00
Markus Kowalewski
a504cfa190
libpcap: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
4009fa08d1
liboggz: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
4d291d5a77
libofa: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
4520ced68f
liboauth: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
cee94fd5f2
libnova: add license 2018-10-18 22:36:20 +02:00
Markus Kowalewski
4877761ab8
libnotify: add license 2018-10-18 22:36:20 +02:00
Markus Kowalewski
e7411d6eb5
libnice: add licenses 2018-10-18 22:36:20 +02:00
Markus Kowalewski
4e6d420d91
libnetfilter_queue: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
2ebc15f208
libnatspec: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
2f28a5bccb
libmusicbrainz: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
07b14d21ec
libmtp: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
21a518cd35
libmp3splt: add license 2018-10-18 22:36:18 +02:00
Markus Kowalewski
b8253570a1
libmms: add license + description 2018-10-18 22:36:18 +02:00
Markus Kowalewski
f5b9a9455f
libmilter: add license 2018-10-18 22:36:18 +02:00
Markus Kowalewski
b1800e3c18
liblqr: add licenses 2018-10-18 22:36:18 +02:00
Markus Kowalewski
beabd0bb65
liblastfm-SF: add licenses 2018-10-18 22:36:18 +02:00
Markus Kowalewski
014c5c4b67
liblastfm: add license 2018-10-18 22:36:17 +02:00
Markus Kowalewski
53194bf4f2
libkate: add license 2018-10-18 22:36:17 +02:00
Markus Kowalewski
804e86c004
libjson: add license + refactor longDescription 2018-10-18 22:35:56 +02:00
Silvan Mosberger
810da21d6b
Merge pull request #48678 from Izorkin/znc
znc: add option to enable unicode support
2018-10-18 22:19:42 +02:00
Izorkin
503318127a znc: add option to enable unicode support 2018-10-18 22:47:25 +03:00
John Ericson
d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Jörg Thalheim
ad250c18f7
Merge pull request #48580 from dtzWill/update/cquery-llvm7
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
2018-10-18 19:27:05 +01:00
Jörg Thalheim
84890ac196
Merge pull request #48653 from vbgl/why3-1.1.0
why3: 1.0.0 -> 1.1.0
2018-10-18 18:55:10 +01:00
Jörg Thalheim
a313e90b3d
Merge pull request #48645 from zauberpony/hcloud-1.9.1
hcloud: 1.6.1 -> 1.9.1
2018-10-18 18:42:40 +01:00
Robert Schütz
0b6180aa89 home-assistant: 0.77.3 -> 0.80.2 2018-10-18 19:20:53 +02:00
John Ericson
1147d2ed89 Merge remote-tracking branch 'upstream/master' into xorg-override 2018-10-18 12:00:37 -04:00
John Ericson
88cd633ea4 xorg: Don't use deprecated item 2018-10-18 11:54:20 -04:00
roconnor
c7e7e16b3e
Merge pull request #48644 from roconnor-blockstream/trezor
trezord: 2.0.19 -> 2.0.24
2018-10-18 11:08:41 -04:00
Jörg Thalheim
2ce94fafcd
Merge pull request #48571 from spacefrogg/openafs
Openafs security updates
2018-10-18 16:08:04 +01:00