Maximilian Bosch
e7caa11a4e
Merge pull request #70370 from etu/php-upgrades
...
php: 7.2.22 -> 7.2.23, 7.3.9 -> 7.3.10
2019-10-05 14:13:05 +02:00
David Wood
1a61e254a0
starship: add davidtwco as maintainer
2019-10-05 13:05:41 +01:00
David Wood
9e8e6c8f64
starship: 0.20.1 -> 0.20.2
2019-10-05 13:05:07 +01:00
David Wood
7500c71e7b
mdcat: init at 0.13.0
2019-10-05 13:00:14 +01:00
David Wood
e621bf7972
ansi2html: init at 1.5.2
2019-10-05 12:59:58 +01:00
Maximilian Bosch
ec5660d10b
Merge pull request #70424 from emilazy/git-revise-0.5.0
...
git-revise: 0.4.2 -> 0.5.0
2019-10-05 13:36:19 +02:00
worldofpeace
6fad65d5a0
Merge pull request #70378 from Kjuvi/ephemeral
...
ephemeral: 5.3.0 -> 5.4.0
2019-10-05 11:30:29 +00:00
worldofpeace
e1f961dc80
Merge pull request #70377 from Kjuvi/timetable
...
timetable: 1.0.8 -> 1.0.9
2019-10-05 11:25:59 +00:00
(cdep)illabout
be9b61fc81
memtest86-efi: 8.0 -> 8.1
...
Update memtest86-efi from version 8.0 to 8.1.
This also reworks the derivation to have less dependencies.
2019-10-05 20:19:37 +09:00
Joachim Fasting
bb75bc9d42
tinycc: derive rev from version
2019-10-05 13:06:42 +02:00
Joachim Fasting
f73f525b72
tinycc: generate a pkgconfig file for libtcc
2019-10-05 13:06:41 +02:00
Joachim Fasting
8b1000432b
tinycc: parallel building
2019-10-05 13:06:40 +02:00
Joachim Fasting
06b4f4d46f
tinycc: minor refactorings
2019-10-05 13:06:39 +02:00
Joachim Fasting
96d81151e6
pacman: set sysconfdir=/etc
2019-10-05 13:01:42 +02:00
Joachim Fasting
42128d962f
pacman: parallel building
2019-10-05 13:01:40 +02:00
Joachim Fasting
2858e9838d
pacman: build with libcurl
...
Obviates the need to specify a custom Xfer command
2019-10-05 13:01:39 +02:00
Joachim Fasting
6208273727
pacman: use runtimeShell as the scriptlet shell
2019-10-05 13:01:38 +02:00
Joachim Fasting
a08851c925
graphene-hardened-malloc: constrain platforms to x64 linux
...
Build error on i686:
> util.h:39:18: error: '__int128' is not supported on this target
typedef unsigned __int128 u128;
2019-10-05 12:43:59 +02:00
worldofpeace
99df63be0a
nixos/pantheon: add elementary-default-settings for services
...
This is needed for the AccountsService interfaces (in systemPackages).
2019-10-05 06:43:38 -04:00
Vladimír Čunát
76aaffa40c
Merge #70286 : libpng12: 1.2.57 -> 1.2.59
2019-10-05 12:16:56 +02:00
worldofpeace
7e7a155a9c
pantheon.elementary-session-settings: build with meson
2019-10-05 06:00:49 -04:00
worldofpeace
614c493592
pantheon.elementary-session-settings: use writeTextFile, change plank dirs
...
Adapts to plank launcher directory change.
2019-10-05 06:00:49 -04:00
worldofpeace
1f4b22cb37
pantheon.elementary-gsettings-schemas: drop wallpaper setting
...
We have this built-in with meson from elementary-default-settings.
2019-10-05 06:00:49 -04:00
worldofpeace
9b8c532a59
pantheon.elementary-default-settings: 5.1.0 -> 5.1.1
...
* downstream patch meson
2019-10-05 06:00:48 -04:00
taku0
6d974eb7ce
firefox: 69.0.1 -> 69.0.2
2019-10-05 18:44:22 +09:00
taku0
d274d95cef
firefox-bin: 69.0.1 -> 69.0.2
2019-10-05 18:43:58 +09:00
Bas van Dijk
60302e5793
Merge pull request #70440 from basvandijk/thanos-0.7.0
...
thanos: 0.6.1 -> 0.7.0
2019-10-05 11:35:26 +02:00
geistesk
d852d58e80
alot: 0.8 -> 0.8.1
2019-10-05 18:28:01 +09:00
Hugo Reeves
f947a311b7
croc: 6.1.3 -> 6.1.4
2019-10-05 22:24:20 +13:00
Mario Rodas
0d6b16da8e
spotifyd: 0.2.16 -> 0.2.18
2019-10-05 04:20:00 -05:00
Renato Alves
bed6814c83
pysam: 0.15.2 -> 0.15.3
2019-10-05 11:00:55 +02:00
Bas van Dijk
82259b5d54
thanos: 0.6.1 -> 0.7.0
2019-10-05 10:35:52 +02:00
Gwendolyn Quasebarth
daac44f01a
friture: init at 0.36
2019-10-05 10:13:39 +02:00
Dima
bdccffa81c
linux_5_2, linux_5_3: fixing nondeterminism
...
In 5.2 kernel a new mechanism was introduced which embeds the kernel
headers in the kernel image and exposes them in procfs for simplified
use by userland tools.
It was introduced in
43d8ce9d65
and later modified a bit in
f7b101d330
The archive containing the header files had nondeterminism through the
header files metadata - specifically `mtime`, but I also decided to
normalize some other aspects just in case.
In our default setup we currently compile this as a module, so to expose
the headers to test the functionality `kheaders` needs to be loaded.
See https://lkml.org/lkml/2019/10/4/1036 and
https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/commit/?h=fixes&id=2cc99c9cdc8fde5e92e34f9655829449cebd3e00
I commented out the documentation part of the patch to make it cleanly apply to
5.2 and 5.3, see remark in the patch itself.
2019-10-05 09:34:35 +02:00
Mario Rodas
f3b1cfa5fa
pgcenter: 0.6.2 -> 0.6.4
2019-10-04 22:05:39 -05:00
Michael Fellinger
35b405aeb7
dbmate: 1.4.1 -> 1.7.0
2019-10-05 02:26:52 +02:00
Thiago Areias
f681016b03
Updates pmdk from 1.6.1 to 1.7
2019-10-05 02:13:10 +02:00
Raphael Borun Das Gupta
376bb002e4
cmatrix: set license attribute (gpl3)
...
According to https://github.com/abishekvashok/cmatrix/blob/v2.0/COPYING
and https://github.com/abishekvashok/cmatrix/tree/v2.0#license ,
CMatrix 2.0 is licensed under GPL 3.
part of #43716
2019-10-05 02:07:21 +02:00
Mateusz Kowalczyk
6b899cf083
Merge pull request #69470 from r-ryantm/auto-update/babeld
...
babeld: 1.9.0 -> 1.9.1
2019-10-05 08:42:15 +09:00
Mateusz Kowalczyk
ed64ec38b7
Merge pull request #69956 from r-ryantm/auto-update/snd
...
snd: 19.6 -> 19.7
2019-10-05 08:41:35 +09:00
Emily
04f71c2f8f
git-revise: 0.4.2 -> 0.5.0
2019-10-05 00:33:47 +01:00
Nikolay Amiantov
9004c0b017
Merge pull request #70414 from primeos/tdesktop
...
tdesktop: 1.8.9 -> 1.8.13, range-v3: 0.5.0 -> 0.9.1
2019-10-05 02:06:47 +03:00
Doron Behar
7ff17ce730
bpm-tools: init at 0.3
2019-10-05 00:23:06 +02:00
Tom Hunger
fa4b5185b3
pyre: remove
...
Every other version update of pyre is non-trivial and requires
specific versions which blocks updates elsewhere. Removing now,
we can re-import when pyre has settled down.
2019-10-05 00:02:48 +02:00
R. RyanTM
43fe77c0e8
qownnotes: 19.8.6 -> 19.9.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qownnotes/versions
2019-10-04 23:51:53 +02:00
R. RyanTM
b1e0c37ee3
sysvinit: 2.95 -> 2.96
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysvinit/versions
2019-10-04 23:40:01 +02:00
R. RyanTM
419b06b507
teamviewer: 14.5.1691 -> 14.6.2452
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-10-04 23:34:07 +02:00
Daniël de Kok
54393d25d8
maturin: 0.7.2 -> 0.7.6
2019-10-04 23:18:22 +02:00
David Wood
1442f704f5
starship: 0.19.0 -> 0.20.1
2019-10-04 23:15:33 +02:00
Mario Rodas
8385e4d207
shadowenv: init at 1.2.1
2019-10-04 23:10:51 +02:00
Michael Weiss
1038822c30
range-v3: 0.5.0 -> 0.9.1
...
Was too outdated for tdesktop:
/build/source/Telegram/SourceFiles/ui/image/image_prepare.cpp: In function 'QImage Images::BlurLargeImage(QImage, int)':
/build/source/Telegram/SourceFiles/ui/image/image_prepare.cpp:265:81: error: expected primary-expression before ')' token
265 | for (auto &&[value, index] : ranges::view::zip(dvs, ints(0, ranges::unreachable))) {
| ^
2019-10-04 22:00:58 +02:00
Michael Weiss
c1b1270255
tdesktop: 1.8.9 -> 1.8.13
2019-10-04 22:00:54 +02:00
Doron Behar
922de4f4b5
luaPackages.pulseaudio: init at 0.1
2019-10-04 21:19:19 +02:00
Doron Behar
1097c03a66
cpp-utilities: 5.0.0 -> 5.0.1 ( #70396 )
2019-10-04 15:13:20 -04:00
R. RyanTM
4a815f4a59
rabbitmq-server: 3.7.17 -> 3.7.18
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-10-04 20:44:31 +02:00
Michael Raskin
47723057e5
xtreemfs: fix build with openssl-1.1
2019-10-04 20:37:24 +02:00
Linus Heckemann
141b7210cb
Merge pull request #70256 from Ma27/drop-nodejs-11_x
...
nodejs-11_x: remove
2019-10-04 18:14:15 +02:00
Peter Simons
1baad2c4c7
Merge pull request #70405 from lsix/screen-4.7.0
...
screen: 4.6.2 -> 4.7.0
2019-10-04 17:40:05 +02:00
Peter Simons
4c65456f18
Merge pull request #70292 from utdemir/hedgehog-ghc881-fix
...
Remove obsolete patch for Hedgehog on ghc-8.8.1
2019-10-04 17:20:39 +02:00
Matthew Bauer
977a311c1f
Merge pull request #70364 from matthewbauer/fix-clang-9-macos
...
llvm9/clang.nix: fix clang on macos
2019-10-04 11:01:51 -04:00
Lancelot SIX
b8ef3d0727
screen: 4.6.2 -> 4.7.0
...
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00000.html
for release information.
2019-10-04 17:00:17 +02:00
Lancelot SIX
5b590f93e0
nano: 4.4 -> 4.5
...
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00001.html
for release information.
2019-10-04 16:48:30 +02:00
Mario Rodas
974855c896
Merge pull request #70379 from marsam/init-gitAndTools.delta
...
gitAndTools.delta: init at 0.0.12
2019-10-04 09:27:38 -05:00
Gabriel Ebner
ec181f767e
Merge pull request #70399 from lsix/simplify-openscad
...
openscad: remove useless preBuild phase
2019-10-04 16:20:44 +02:00
adisbladis
f4e92a3ad5
Merge pull request #70211 from BookBub/overmind-2.0.3
...
overmind: 2.0.2 -> 2.0.3
2019-10-04 14:55:54 +01:00
Lancelot SIX
51c6082a9f
openscad: remove useless preBuild phase
...
The preBuild phase was introduced to follow a modification in qscintilla
build (76ad2796be
) that forced the library
libqscintilla2_qt5.so to be called libqscintilla2.so. This has been
inproved in 4bf49d9417
so the preBuild
trick is not necessary anymore.
2019-10-04 15:24:16 +02:00
worldofpeace
85b7d89892
libmediaart: apply patch to fix gnome-music crash
...
See https://bugzilla.gnome.org/show_bug.cgi?id=792272
2019-10-04 08:45:23 -04:00
Doron Behar
c97c5b9dfe
onedrive: 2.3.9 -> 2.3.10
2019-10-04 15:39:44 +03:00
Doron Behar
64d02bba01
pdfcpu: 0.2.4 -> 0.2.5
2019-10-04 15:37:17 +03:00
Renato Alves
448bed5653
HTSeq: init at 0.11.2
2019-10-04 14:32:19 +02:00
José Romildo Malaquias
554213b526
Merge pull request #70174 from romildo/upd.numix-icon-theme
...
Update numix icon themes to version 19.09.20
2019-10-04 09:25:10 -03:00
Linus Heckemann
91ceb6b997
treewide: fix dead anonscm.debian.org links
2019-10-04 12:42:21 +02:00
Linus Heckemann
7fd280c3f7
diffoscope: 110 -> 125, get from upstream site
2019-10-04 12:40:43 +02:00
Linus Heckemann
3682a3b0b1
ipsecTools: ship patch directly
...
No longer available since anonscm.debian.org is shut
down (#39927 ). Replacement obtained from OpenSUSE source package
http://download.opensuse.org/repositories/openSUSE:/Factory/standard/src/ipsec-tools-0.8.2-9.6.src.rpm
2019-10-04 12:33:31 +02:00
Michael Weiss
b52fb3b078
gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0
...
gns3Packages.{server,gui}Preview: 2.2.0rc5 -> 2.2.0
The new dependency on setuptools is required for pkg_resources:
ImportError: No module named pkg_resources
2019-10-04 12:28:57 +02:00
Michael Weiss
099c740aa5
android-studio: 3.5.0.21 -> 3.5.1.0
2019-10-04 12:28:57 +02:00
Quentin Vaucher
5a547851b1
ephemeral: 5.3.0 -> 5.4.0
2019-10-04 12:06:40 +02:00
Linus Heckemann
c6be8bfc10
desmume: copy debian patches
...
Obtained from
http://deb.debian.org/debian/pool/main/d/desmume/desmume_0.9.11-3.diff.gz
since desmume never moved to salsa.debian.org (previously on
anonscm.debian.org as a subversion repo)
2019-10-04 12:03:09 +02:00
Quentin Vaucher
2691337a68
timetable: 1.0.8 -> 1.0.9
2019-10-04 11:59:55 +02:00
Mario Rodas
011c984b45
gitAndTools.delta: init at 0.0.12
2019-10-04 04:20:00 -05:00
Marek Mahut
161c9dc15d
Merge pull request #70361 from marsam/update-wireguard-go
...
wireguard-go: 0.0.20190517 -> 0.0.20190908
2019-10-04 11:09:26 +02:00
Bas van Dijk
761df21d6f
Merge pull request #70321 from nmattia/nm-no-unwind-for-cxxabi
...
libcxxabi: don't depend on libunwind
2019-10-04 10:17:06 +02:00
Elis Hirwing
b5f73124e4
php72: 7.2.22 -> 7.2.23
...
Changelog: https://www.php.net/ChangeLog-7.php#7.2.23
2019-10-04 08:58:32 +02:00
Elis Hirwing
c1e531bf5e
php73: 7.3.9 -> 7.3.10
...
Changelog: https://www.php.net/ChangeLog-7.php#7.3.10
2019-10-04 08:56:18 +02:00
Sascha Grunert
4f2119af05
podman: 1.5.1 -> 1.6.1
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-04 08:42:39 +02:00
Orivej Desh
2455b2e309
or-tools: 7.0 -> 7.3
2019-10-04 05:17:48 +00:00
Orivej Desh
3dc70841d3
cbc: 2.10.2 -> 2.10.3
2019-10-04 05:17:48 +00:00
cw
ad3f51f737
nextcloud: 16.0.5 -> 17.0.0
2019-10-04 06:18:42 +02:00
Matthieu Coudron
81487f73eb
Merge pull request #70215 from LnL7/darwin-lua-libluv
...
neovim: fix darwin build
2019-10-04 13:05:32 +09:00
Matthew Bauer
42710203b0
llvm9/clang.nix: fix clang on macos
...
Fixes #70243
2019-10-03 23:40:05 -04:00
worldofpeace
0137b08bd1
Merge pull request #69745 from worldofpeace/update-f2fs-tools
...
f2fs-tools: 1.11.0 -> 1.13.0
2019-10-04 01:08:09 +00:00
Mario Rodas
b5a018f148
wireguard-go: 0.0.20190517 -> 0.0.20190908
2019-10-03 20:00:00 -05:00
Robin Gloster
8b3a1c0ed0
wayland_1_9: remove
...
ancient compat version, that no longer has any use
was introduced > 3 yrs ago in 0593ad2b16
2019-10-04 02:08:00 +02:00
Andreas Rammhold
f86d3c2f78
Merge pull request #70356 from chkno/nerdfonts-shebangs
...
nerdfonts: Use patchShebangs
2019-10-04 01:17:49 +02:00
R. RyanTM
5fe43c1943
kid3: 3.7.1 -> 3.8.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/kid3/versions
2019-10-03 16:14:28 -07:00
Chuck
9cb9e6509e
nerdfonts: Use patchShebangs
...
In commit e8e191a1be9d after v2.0.0, nerdfonts switched from #!/bin/bash
to #!/usr/bin/env bash. Rather than synchronizing this patching with
that change, just use patchShebangs which handles both cases.
2019-10-03 15:18:06 -07:00
worldofpeace
6dbb7b2437
Merge pull request #70344 from worldofpeace/fix-some-stuff
...
Fixup some glib/gtk vala FTBFS
2019-10-03 22:13:40 +00:00
R. RyanTM
223d313693
python37Packages.feedgen: 0.7.0 -> 0.8.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/python3.7-feedgen/versions
2019-10-03 15:08:05 -07:00
Mario Rodas
08431598db
noti: add marsam as maintainer
2019-10-03 15:03:49 -07:00
Mario Rodas
1a22abd305
noti: 3.2.0 -> 3.3.0
2019-10-03 15:03:49 -07:00
Daiderd Jordan
4d5fae0faa
Merge pull request #70349 from bachp/plex-1.17.0.1841
...
plex: 1.16.6.1592 -> 1.17.0.1841
2019-10-04 00:01:58 +02:00
Jan Tojnar
3ac761d1d8
sublimetext: 3207 -> 3211 ( #70334 )
...
sublimetext: 3207 -> 3211
2019-10-03 23:59:35 +02:00
Maximilian Bosch
abbf89ddb3
Merge pull request #70201 from mtrsk/update-ffmpegthumbnailer
...
ffmpegthumbnailer: 2.2.0 -> 2.2.1
2019-10-03 23:17:33 +02:00
worldofpeace
ca18f905df
gnome3.seahorse: 3.32.2 -> 3.34
...
* dropped gobject-introspection
2019-10-03 17:14:06 -04:00
Pascal Bach
48221de37a
plex: 1.16.6.1592 -> 1.17.0.1841
2019-10-03 23:10:25 +02:00
Maximilian Bosch
b9c9ff9fb3
Merge pull request #70347 from tadeokondrak/wl-clipboard-2.0.0
...
wl-clipboard: 1.0.0 -> 2.0.0
2019-10-03 23:01:23 +02:00
チルノ
0910bb3043
vlang: 0.1.18 -> 0.1.21 ( #70297 )
2019-10-03 16:47:40 -04:00
Tadeo Kondrak
3002522f1c
wl-clipboard: 1.0.0 -> 2.0.0
2019-10-03 14:40:31 -06:00
Robin Gloster
3a887ed60d
Merge pull request #69996 from r-ryantm/auto-update/zim
...
zim: 0.71.1 -> 0.72.0
2019-10-03 22:00:48 +02:00
Robin Gloster
14d5038f05
Merge pull request #70341 from derchrisuk/mp3gain
...
mp3gain: 1.5.2 -> 1.6.2
2019-10-03 21:56:13 +02:00
Robin Gloster
f476c60754
Merge pull request #70339 from derchrisuk/mysqltuner
...
mysqltuner: 1.7.13 -> 1.7.17
2019-10-03 21:56:04 +02:00
Robin Gloster
e1f95ed301
Merge pull request #70346 from mayflower/strace-5.3
...
strace: 5.2 -> 5.3
2019-10-03 21:48:13 +02:00
Robin Gloster
dfe54b7e93
Merge pull request #70345 from mayflower/iproute2-5.3.0
...
iproute: 5.2.0 -> 5.3.0
2019-10-03 21:40:45 +02:00
worldofpeace
4631a07f51
fontmanager: drop repositories.git attribute
2019-10-03 15:31:15 -04:00
worldofpeace
e4b323d47d
deepin.deepin-terminal: fix build
...
There appears to be issues with the xcb.vapi
Seeing errors like
xcb.vapi:411.3-411.48: error: missing return statement at end of subroutine body
2019-10-03 15:31:15 -04:00
worldofpeace
6acce347fb
pdfpc: fix build with vala 0.46
2019-10-03 15:31:15 -04:00
worldofpeace
1e5457c8b4
lxqt.lxqt-archiver: 2019-09-15 -> 2019-09-25
2019-10-03 15:31:14 -04:00
worldofpeace
8256ec72d0
lxqt.libfm-qt: 0.14.1 -> 2019-09-22
...
See: https://github.com/lxqt/libfm-qt/pull/472
2019-10-03 15:31:14 -04:00
worldofpeace
e83ff7fc94
gxneur: fix build
2019-10-03 15:31:14 -04:00
worldofpeace
9b1fad08a2
grip: fix build
2019-10-03 15:31:14 -04:00
worldofpeace
c6a010af8e
font-manager: fix build with vala 0.46
2019-10-03 15:31:14 -04:00
Robin Gloster
ffb7d6a7ea
strace: 5.2 -> 5.3
2019-10-03 21:16:09 +02:00
Robin Gloster
aad72d5c95
iproute: 5.2.0 -> 5.3.0
2019-10-03 21:09:00 +02:00
Robin Gloster
513a68a723
prometheus-alertmanager: 0.18.0 -> 0.19.0
2019-10-03 21:00:39 +02:00
worldofpeace
55771ecd78
birdfont: use vala_0_44
2019-10-03 13:58:33 -04:00
Philipp Hausmann
7a9ca5ad1c
kafka: Fix stop script in pure environments
2019-10-03 13:37:48 -04:00
Peter Hoeg
95a3c8d151
Merge pull request #68375 from lsix/qgis-3.8.2
...
qgis: 3.8.0 -> 3.8.3
2019-10-04 00:44:25 +08:00
derchris
7b7360dab5
mp3gain: 1.5.2 -> 1.6.2
2019-10-03 18:41:06 +02:00
derchris
37c2b7fb84
mysqltuner: 1.7.13 -> 1.7.17
2019-10-03 18:26:30 +02:00
worldofpeace
2d9eb21602
Merge pull request #70329 from worldofpeace/wrapgapps-opera
...
opera: use autoPatchelfHook, use wrapGAppsHook
2019-10-03 16:08:59 +00:00
Daniël de Kok
4c37faa8da
python3Packages.spacy_models.nl_core_news_sm
2019-10-03 09:02:34 -07:00
Daniël de Kok
e2f87b7d5f
python3Packages.spacy: 2.2.0 -> 2.2.1
...
Changes:
* Vectors.most_similar returns the top most similar vectors instead
only one.
* Fixes tag map in Dutch model.
* Fix initialization of DocBin with attributes.
2019-10-03 09:02:34 -07:00
derchris
dd63381444
video2midi: 0.3.9.1 > 0.3.9.5
2019-10-03 08:57:06 -07:00
José Romildo Malaquias
ce085a8ee8
matcha: 2019-09-30 -> 2019-10-03
2019-10-03 08:56:39 -07:00
Marek Mahut
cc82e069c1
Merge pull request #70139 from jonringer/bump-ephem
...
pythonPackages.ephem: 3.7.6.0 -> 3.7.7.0
2019-10-03 17:55:46 +02:00
R. RyanTM
cae2ade1f9
python37Packages.djangoql: 0.12.6 -> 0.13.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/python3.7-djangoql/versions
2019-10-03 08:50:24 -07:00
Nikolay Amiantov
2dfb002a9b
python2.pkgs.mkrose: mark as broken
...
It supports only Python 3 now.
2019-10-03 18:24:51 +03:00
Nikolay Amiantov
0c02ecaea2
gnome15: mark as broken
...
It doesn't support Python 3 and newer versions of libraries are Python 2-only.
2019-10-03 18:24:51 +03:00
Guillaume Massé
297db487c2
sublimetext: 3207 -> 3211
2019-10-03 11:24:37 -04:00
worldofpeace
f91f506680
Merge pull request #70304 from hedning/glib-fix-loading-dylibs
...
glib: fix loading dylibs through gobject on darwin
2019-10-03 14:57:22 +00:00
Tor Hedin Brønner
259556da8a
glib: fix loading dylibs through gobject on darwin
2019-10-03 10:39:14 -04:00
zimbatm
d3542aae76
coz: init at 0.2.0 ( #68981 )
2019-10-03 14:34:17 +00:00
worldofpeace
68543580f4
opera: use autoPatchelfHook, use wrapGAppsHook
...
Fixes #70322
2019-10-03 10:30:22 -04:00
Mario Rodas
3e39e058ec
Merge pull request #70313 from jonringer/bump-racerd
...
racerd: 2019-03-20 -> unstable-2019-09-02
2019-10-03 08:47:32 -05:00
markuskowa
f7968dff7d
Merge pull request #68609 from sikmir/qmapshack
...
qmapshack: 1.13.1 -> 1.13.2
2019-10-03 15:13:33 +02:00
Maximilian Bosch
5f22c1487b
Merge pull request #70231 from WilliButz/grafana-update
...
grafana: 6.4.0 -> 6.4.1
2019-10-03 14:37:32 +02:00
Maximilian Bosch
594378ceea
sourcehut: mark as broken
...
There were several custom python dependencies broken. I decided to
modify the `sourcehut` expression as it wouldn't even evaluate without
nodejs-11_x I didn't manage to get it building.
2019-10-03 14:33:34 +02:00
Maximilian Bosch
334641d112
nodejs-11_x: remove
...
Package is EOLed by upstream: https://github.com/nodejs/Release
Fixes #69008
2019-10-03 14:33:34 +02:00
Maximilian Bosch
7c74ebd2a6
python3Packages.asyncpg: fix hash
...
The hash to the patch is broken, even with the original revision
which adds asyncpg (ee2161c5e8
). As the
downloaded patch seems fine, I guess that it was generated with
`nix-prefetch-url` (the hashes for `fetchpatch` usually differ) and the
issue wasn't found as the fixed-output-derivation was already in the
contributor's store.
See https://hydra.nixos.org/build/102495795
ZHF #68361
2019-10-03 14:32:32 +02:00
Jörg Thalheim
d4c74084e1
Merge pull request #70316 from Mic92/zfs-fpu
...
linux: update fpu patches for 5.3
2019-10-03 13:04:12 +01:00
Nicolas Mattia
76b54c75b3
libcxxabi: don't depend on libunwind
2019-10-03 13:39:19 +02:00
Tim Steinbach
cac7fdfdcd
oh-my-zsh: 2019-10-01 -> 2019-10-02
2019-10-03 07:34:21 -04:00
Thomas Tuegel
629f713796
Merge pull request #70264 from ttuegel/security--CVE-2019-14744
...
Patch kdelibs for CVE-2019-14744
2019-10-03 05:57:21 -05:00
Jörg Thalheim
96097ab665
linux: update fpu patches for 5.3
...
At the moment we experience bad instabilities with linux 5.3:
https://github.com/zfsonlinux/zfs/issues/9346
as the zfs-native method of disabling the FPU is buggy.
2019-10-03 11:13:28 +01:00
Bruno Bzeznik
1ba3f3f00f
SPAdes: init at 3.13.1 ( #63082 )
2019-10-03 09:18:48 +00:00
Jonathan Ringer
02795b4ed5
racerd: 2019-03-20 -> 2019-09-02
2019-10-03 02:15:30 -07:00
Tobias Mayer
eef286ca53
vimPlugins.vim-pasta: init at 2018-09-08
2019-10-03 02:13:06 -07:00
Tobias Mayer
4185ed3a81
vimPlugins.vim-textobj-variable-segment: init at 2019-05-05
2019-10-03 02:13:06 -07:00
Tobias Mayer
30f246e4f4
vimPlugins.vim-indexed-search: init at 2019-07-04
2019-10-03 02:13:06 -07:00
Tobias Mayer
7b29837a69
vimPlugins.asterisk: init at 2019-09-23
2019-10-03 02:13:06 -07:00
Tobias Mayer
33a095fb9e
vimPlugins: Update
2019-10-03 02:13:06 -07:00
Maximilian Bosch
06041fd174
python3Packages.asdf: 2.3.3 -> 2.4.2
...
Bump to fix the broken build of the package:
* Disable doctest as they're currently broken in our test env
* Loosen version constraint for `semantic_version` as it was only
introduced to work around some deprecation warnings[1]
See also: https://hydra.nixos.org/build/102480957
ZHF #68361
[1] 3446ae072b
2019-10-03 11:07:15 +02:00
Olli Helenius
2ac643c241
pythonPackages.hcloud: init at 1.6.1
2019-10-03 02:00:27 -07:00
Domen Kožar
ab5863afad
cachix: workaround https://github.com/NixOS/nix/issues/2990
2019-10-03 10:52:24 +02:00
Koki Yasuno
45e3058f78
station: init at 1.51.1
2019-10-03 01:24:01 -07:00
Domen Kožar
660db64a26
cachix: fix build on darwin
2019-10-03 10:08:42 +02:00
Mario Rodas
ea5d2a0efa
flow: 0.108.0 -> 0.109.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.109.0
2019-10-03 08:27:11 +02:00
Vincent Laporte
dc6b299e09
ocamlPackages.patience_diff: init at 0.12.0
2019-10-03 08:26:41 +02:00
Vincent Laporte
33c36dd2f4
ocamlPackages.expect_test_helpers: init at 0.12.0
2019-10-03 08:26:41 +02:00
Vincent Laporte
2c87f4f07e
ocamlPackages.expect_test_helpers_kernel: init at 0.12.0
2019-10-03 08:26:41 +02:00
Vincent Laporte
e0dcde83b0
ocamlPackages.sexp_pretty: init at 0.12.0
2019-10-03 08:26:41 +02:00
Rommel MARTINEZ
57c43ad8d0
qutebrowser: 1.7.0 -> 1.8.1
2019-10-02 22:38:40 -07:00
Enno Lohmeier
31c4f79289
pythonPackages.bleach: add implicit setuptools dependency
2019-10-02 20:57:37 -07:00
Jonathan Ringer
64205fa108
pythonPackages.trackpy: disable plot tests
2019-10-02 20:49:57 -07:00
Dmitry Kalinkin
c83db0cc53
sourcehut: use recurseIntoAttrs
2019-10-02 23:40:47 -04:00
Matthew Bauer
480d11f166
Merge pull request #69866 from doronbehar/package-hasmail
...
hasmail: init at 2019-08-24
2019-10-02 20:06:17 -04:00
Daniël de Kok
c4fdb91a0b
python3Packages.spacy_models: update for spaCy 2.2.0 compatibility
2019-10-02 17:05:22 -07:00
Daniël de Kok
4491958922
python3Packages.spacy: 2.1.8 -> 2.2.0
...
Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.2.0
2019-10-02 17:05:22 -07:00
Daniël de Kok
bff5f0bbb1
python3Packages.thinc: 7.1.0 -> 7.1.1
2019-10-02 17:05:22 -07:00
Daniël de Kok
770d7f46b9
python3Packages.preshed: 2.0.1 -> 3.0.2
2019-10-02 17:05:22 -07:00
Matthew Bauer
7eace49cc5
Merge pull request #69917 from lopsided98/linux-rpi-1-dtb-rename
...
linux_rpi1: fix Raspberry Pi Zero device tree file name
2019-10-02 20:03:37 -04:00
worldofpeace
3dc58eda52
cawbird: fix build with vala 0.46
2019-10-02 19:29:05 -04:00
worldofpeace
355425b7cb
Merge pull request #70293 from schmittlauch/cawbird2
...
corebird: move deprecation warning to aliases and release notes
2019-10-02 23:08:14 +00:00
José Romildo Malaquias
d560271320
Merge pull request #70051 from romildo/upd.matcha
...
matcha: 2019-09-23 -> 2019-09-30
2019-10-02 19:46:25 -03:00
Trolli Schmittlauch
45a9542a37
corebird: move deprecation warning to aliases and release notes
2019-10-03 00:41:33 +02:00
Jan Tojnar
4655669483
Gnome 3.34 ( #68608 )
...
Gnome 3.34
2019-10-03 00:38:54 +02:00
Nikolay Korotkiy
89895a609f
qmapshack: 1.13.1 -> 1.13.2
2019-10-03 01:25:11 +03:00
mb
0cd88820b3
rocksdb: 6.2.2 -> 6.2.4
2019-10-03 00:21:55 +02:00
Jonathan Ringer
fe24628a26
git-up: 1.4.2 -> 1.6.1
2019-10-03 00:19:33 +02:00
worldofpeace
fa8b4eec80
gnome3.gnome-keyring: 3.31.91 -> 3.34.0
2019-10-03 00:09:20 +02:00
worldofpeace
04b726c032
gnome3.evince: 3.32.0 -> 3.34.0
2019-10-03 00:09:20 +02:00
worldofpeace
7543b25e37
libproxy: build with spidermonkey_60
2019-10-03 00:09:20 +02:00
Tor Hedin Brønner
4b3942b75a
gnomeExtensions.dash-to-dock: 66 -> 20190921
...
There's still no official release for gnome-3.34
2019-10-03 00:09:20 +02:00
Jan Tojnar
0038189df8
grilo-plugins: add grl-chromaprint
2019-10-03 00:09:19 +02:00
worldofpeace
a631d57c79
pantheon.wingpanel-indicator-datetime: use older e-s-d
...
Workaround https://github.com/elementary/wingpanel-indicator-datetime/issues/122
Revert once resolved upstream.
2019-10-03 00:09:19 +02:00
worldofpeace
6d88a57efe
gnome3.evolution: fix FHS paths
...
This includes commands to spamassassin, sa-learn, bogofilter
and the prefix to openldap
2019-10-03 00:09:19 +02:00
Jan Tojnar
44069671eb
grilo-plugins: build grl-bookmarks
...
Totem asks after it.
2019-10-03 00:09:19 +02:00
Jan Tojnar
1c5db6535d
gnome3.seahorse: fix build with recent libsecret
2019-10-03 00:09:19 +02:00
Jan Tojnar
b8ab8598ed
vte-ng: move inside termite
...
It is just a few patches only needed by termite. Let's not pollute our tree with it.
2019-10-03 00:09:18 +02:00
Tor Hedin Brønner
880fab10fc
gnome3.mutter: Add upstream patches before 3.34.1
...
Fixes some eg. animation related crashes which in particular affected
dash-to-dock.
2019-10-03 00:09:18 +02:00
Tor Hedin Brønner
34a76d40cd
gnome3.gnome-shell: drop caribou
...
This should no longer be necessary as gnome-shell ships its own on-screen
keyboard.
2019-10-03 00:09:18 +02:00
worldofpeace
2f41598ba8
gnome3.gnome-session: fix debug spam with systemd session
2019-10-03 00:09:18 +02:00
worldofpeace
dcd578d949
gnome3.gdm: Remove duplicate sessions when on Xorg
2019-10-03 00:09:17 +02:00
worldofpeace
22dccf9602
gnome3.gdm: fix rebuild switch
...
See: https://gitlab.gnome.org/GNOME/gdm/issues/515
2019-10-03 00:09:17 +02:00
worldofpeace
a62a8aaa14
pantheon.elementary-session-settings: add default settings to config dirs
...
Also don't use placeholder in the executable.
2019-10-03 00:09:17 +02:00
worldofpeace
513e8de83b
pantheon.elementary-settings-daemon: fix gnome-session detecting autostarts
...
For some reason GNOME 3.34 gnome-session fails to recognize
these autostarts suffixed with `-pantheon`, whereas they worked before.
It seems to work fine without the suffix, and it's verified elementary-settings-daemon
proccess are running in the session.
2019-10-03 00:09:17 +02:00
worldofpeace
da8226b334
gnome3.pomodoro: 0.15.1 -> 2019-09-15
2019-10-03 00:09:17 +02:00
worldofpeace
76d12e8b88
gnomeExtension.timepp: mark as broken
2019-10-03 00:09:16 +02:00
worldofpeace
eebc63aabd
gnomeExtension.tilingnome: 2019-01-18 -> 2019-09-19
2019-10-03 00:09:16 +02:00
worldofpeace
3e0539af09
gnomeExtension.taskwhisperer: mark as broken
2019-10-03 00:09:16 +02:00
worldofpeace
b9f3160c2a
gnomeExtension.system-monitor-applet: mark as broken
2019-10-03 00:09:16 +02:00
worldofpeace
9599236469
gnomeExtension.sound-output-device-chooser: 2019-04-01 -> 24
2019-10-03 00:09:16 +02:00
worldofpeace
d6413fc352
gnomeExtensions.remove-dropdown-arrows: 11 -> 13
2019-10-03 00:09:15 +02:00
worldofpeace
4333119b64
gnomeExtensions.pidgin-im-integration: mark as broken
2019-10-03 00:09:15 +02:00
worldofpeace
006330bce4
gnomeExtensions.icon-hider: mark as broken
2019-10-03 00:09:15 +02:00
worldofpeace
77f1d77a3b
gnomeExtensions.clipboard-indicator: mark as broken
2019-10-03 00:09:15 +02:00
worldofpeace
18f2e6230a
gnomeExtensions.caffeine: make as broken
2019-10-03 00:09:14 +02:00
worldofpeace
3b81b3a827
gnomeExtensions.arc-menu: 31 -> 33.2
2019-10-03 00:09:14 +02:00
worldofpeace
fc8413d218
gnomeExtensions.appindicator: 29 -> 30
2019-10-03 00:09:14 +02:00
worldofpeace
d935c9bc59
gnomeExtensions.mediaplayer: remove
...
Source repo is archived and the extension was retired [0]
[0]: https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/blob/master/README.md
2019-10-03 00:09:14 +02:00
worldofpeace
dac8bf9ed5
libpeas: correct gtk .pc file
...
Here's the diff post meson:
-prefix=/nix/store/hfrrby8wapcz17v927as18z3znqdv2ps-libpeas-1.22.0
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+prefix=/nix/store/sc8h3m6fv3zdjzpkimhm4yqarafhjp6y-libpeas-1.24.0
+libdir=${prefix}/lib
includedir=${prefix}/include
-Name: libpeas-gtk
-Description: libpeas-gtk, a GObject plugins library (Gtk widgets)
-Requires: glib-2.0 >= 2.38.0, gtk+-3.0 >= 3.0.0, libpeas-1.0 >= 1.22.0
-Version: 1.22.0
+Name: libpeas-gtk-1.0
+Description: GObject plugins library widgetery
+Version: 1.24.0
+Requires.private: libpeas-1.0, glib-2.0 >= 2.38.0, gobject-2.0 >= 2.38.0, gobject-introspection-1.0 >= 1.39.0, gtk+-3.0 >= 3.0.0, gmodule-2.0 >= 2.38.0, gio-2.0 >= 2.38.0
+Libs: -L${prefix}//lib -lpeas-gtk-1.0
Cflags: -I${includedir}/libpeas-1.0
-Libs: -L${libdir} -lpeas-gtk-1.0
As we can see, all the requires got moved into private.
This appears to have broken midori [0]
[0]: https://hydra.nixos.org/build/101627205
2019-10-03 00:09:14 +02:00
worldofpeace
1252132f08
midori: 7 -> 9.0
...
* add libarchive and json-glib
We use vala_0_44 to avoid the issue with sqlite3 vapi [0]
[0]: a54e4d89a4
.patch
2019-10-03 00:09:13 +02:00
worldofpeace
7ba3608aa0
feedreader: fix build with latest libsecret
2019-10-03 00:09:13 +02:00
worldofpeace
752ebe1078
libunity: fix build with latest vala
...
See: https://gitlab.gnome.org/GNOME/vala/issues/766
2019-10-03 00:09:13 +02:00
worldofpeace
e7b7d75825
epiphany: 3.32.4 -> 3.34.0
2019-10-03 00:09:13 +02:00
Tor Hedin Brønner
84fb39ef12
webkitgtk: 2.24.4 -> 2.26.1
...
* add fix-bubblewrap-paths.patch
* use clangStdenv
We're running into #36947
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-03 00:09:13 +02:00
worldofpeace
ea6aae81f1
gnome3.gdm: add branding
...
We use the logo key to add the NixOS text logo to GDM.
2019-10-03 00:09:12 +02:00
worldofpeace
f8682c31dd
gnome3.gnome-initial-setup: init at 3.34.0
2019-10-03 00:09:11 +02:00
worldofpeace
4ff0d1e23f
umockdev: use latest vala
2019-10-03 00:09:11 +02:00
worldofpeace
41d71bacd6
dee: pull in patches
...
Fixes the deprecation warnings and vapi stuff.
This also allows us to use latest vala.
2019-10-03 00:09:11 +02:00
Utku Demir
26e22e6dfe
Remove obsolete patch for Hedgehog on ghc-8.8.1
2019-10-03 11:07:21 +13:00
R. RyanTM
d33e497b1b
unrar: 5.7.5 -> 5.8.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unrar/versions
2019-10-02 23:52:53 +02:00
Thomas Tuegel
9a0674296e
kdelibs: Patch for CVE-2019-14744
...
See also: https://phabricator.kde.org/D22989
See also: https://github.com/NixOS/nixpkgs/issues/70102
2019-10-02 16:47:02 -05:00
Martin Milata
12f31b7366
libpng12: 1.2.57 -> 1.2.59
...
CVE-2017-12652
2019-10-02 23:41:25 +02:00
Thomas Tuegel
260ef791a3
pykde4: Do not build on Hydra
...
pykde4 is not used in Nixpkgs, so it is not appropriate to build on Hydra.
2019-10-02 16:31:41 -05:00
Thomas Tuegel
ee36267193
kdelibs: gnidorah is maintainer
2019-10-02 16:30:09 -05:00
Thomas Tuegel
e98b64c2e0
Revert "Remove pykde4"
...
This reverts commit a3ad16b9ca
.
2019-10-02 16:29:14 -05:00
John Mercier
2e2b068e04
micronaut 1.2.1 -> 1.2.3
2019-10-02 23:15:56 +02:00
Lassulus
f9b2528866
Merge pull request #70168 from schmittlauch/cawbird
...
cawbird: init at 1.0.1, replace corebird
2019-10-02 23:05:10 +02:00
Evan Stoll
cdc963c5f3
gitkraken: 6.2.0 -> 6.2.1
2019-10-02 22:55:04 +02:00
Silvan Mosberger
643a329a4c
do-agent: init at 3.5.6 ( #69186 )
...
do-agent: init at 3.5.6
2019-10-02 22:34:26 +02:00
José Romildo Malaquias
9f58b7c4bb
catfish: 1.4.7 -> 1.4.10
2019-10-02 22:28:13 +02:00
Peter Simons
31714a442d
Merge pull request #70192 from obsidiansystems/call-hackage-cross
...
haskell: Speed up cross callHackage by using native source
2019-10-02 22:15:48 +02:00
Edmund Wu
24a7e828df
linux_testing_bcachefs: 5.2.2019.09.24 -> 5.2.2019.10.01
2019-10-02 16:12:49 -04:00
Trolli Schmittlauch
f855e588b7
corebird: drop package due to discontinuation, recommend cawbird
as alternative
2019-10-02 22:07:42 +02:00
Maximilian Bosch
4537d0de34
Merge pull request #69995 from r-ryantm/auto-update/xterm
...
xterm: 348 -> 349
2019-10-02 21:54:04 +02:00
Philipp Middendorf
4ec79e8c09
quake3e: init at 2019-09-09
2019-10-02 21:53:08 +02:00
Matthew Bauer
47f384e238
Merge pull request #70265 from nyanloutre/ledger_live_icon_fix
...
ledger-live-desktop: add smaller desktop icon
2019-10-02 15:45:10 -04:00
Nathan Yong
bd1ff8696b
vcv-rack: 1.1.4 -> 1.1.5
2019-10-02 21:37:20 +02:00
nyanloutre
902de7a412
ledger-live-desktop: add smaller desktop icon
...
Original 1024x1024 icon doesn't show properly in KDE
2019-10-02 21:19:52 +02:00