worldofpeace
edd3e4574d
Merge pull request #68657 from romildo/fix.deepin-wm
...
deepin.deepin-wm: use vala-0.42 to avoid compilation errors
2019-09-15 18:23:21 -04:00
Jonathan Ringer
ca1a246741
pythonPackages.percol: mark broken
2019-09-15 15:20:10 -07:00
Maximilian Bosch
b7403db3cb
Merge pull request #68867 from mimame/update/fd-7.4.0
...
fd: 7.3.0 -> 7.4.0
2019-09-15 23:57:48 +02:00
worldofpeace
f8ca2f340b
Merge pull request #68827 from virusdave/dnicponski/scratch/upgrade_unison
...
unison-ucm: 1.0.M1c-alpha -> 1.0.M1d-alpha
2019-09-15 17:52:54 -04:00
Dima
82d7833b9b
python37Packages.scikitlearn: patching build
...
For numpy>=1.17 a test-case broke that required adjustments to
a threshold.
See https://github.com/NixOS/nixpkgs/issues/68494
2019-09-15 23:52:15 +02:00
Maximilian Bosch
c4196cca9a
Merge pull request #68659 from JohnAZoidberg/chipsec-141
...
chipsec: 1.4.0 -> 1.4.1
2019-09-15 23:40:11 +02:00
Marek Mahut
a6878ff0dd
Merge pull request #68757 from dtzWill/update/uhubctl-2.1.0
...
uhubctl: unstable-2019-07-31 -> 2.1.0
2019-09-15 23:36:11 +02:00
Mario Rodas
6091d14c58
Merge pull request #67641 from suhr/i2p
...
i2p: 0.9.41 -> 0.9.42
2019-09-15 16:33:15 -05:00
Miguel Madrid Mencía
956669e894
fd: 7.3.0 -> 7.4.0
2019-09-15 23:29:24 +02:00
Mario Rodas
27c9327076
Merge pull request #68719 from jonringer/fix-lightgbm
...
pythonPackages.lightgbm: fix build
2019-09-15 16:19:24 -05:00
Silvan Mosberger
92e653b19b
Fix services.redshift.provider
backwards-incompatibility ( #68852 )
...
Fix `services.redshift.provider` backwards-incompatibility
2019-09-15 21:45:25 +02:00
Mario Rodas
ca2910fde8
Merge pull request #68718 from jonringer/fix-pgadmin
...
pgadmin: fix build
2019-09-15 14:36:51 -05:00
Greg Roodt
6c0595e171
kubecfg: 0.12.0 -> 0.12.5 ( #68715 )
2019-09-15 15:19:41 -04:00
Jonathan Ringer
16c55d22cc
pgadmin: fix build
2019-09-15 11:22:28 -07:00
Maximilian Bosch
3ddbe41f79
Merge pull request #68723 from jonringer/freeze-azure-storage
...
nixops_1_6_1: fix build
2019-09-15 20:03:13 +02:00
worldofpeace
ce18c0e644
Merge pull request #68714 from worldofpeace/networkmanager-1.20
...
networkmanager: 1.18.2 -> 1.20.2
2019-09-15 14:00:17 -04:00
Mario Rodas
b05818f389
pythonPackages.pyev: drop
...
pyev is unmaintained, and was removed from PyPI.
2019-09-15 12:46:58 -05:00
Mario Rodas
3028233ea5
pythonPackages.pika: remove pyev dependency
...
pyev support was removed from upstream https://github.com/pika/pika/pull/934#issuecomment-361714844
2019-09-15 12:45:02 -05:00
Dima
2a8f7d71ce
linux-libre: fixing build / deblobbing ( #68844 )
...
Build was failing because we were depending on tagged versions of
the deblobbing scripts. The tags are not updated and thus newer
changes required won't be reflected unless the tag is re-created, which
might not be reliably the case.
So bumping revision and switching to use the branches to access the
deblob scripts.
For context, in our case the missing change is:
--- /nix/store/sfc0rrhj5l44zpqgpsymq5750k5wzg8p-tags-r16790/4.19-gnu/deblob-4.19 1970-01-01 01:00:01.000000000 +0100
+++ ../deblob-4.19 2019-09-14 14:53:44.637404289 +0200
@@ -1879,7 +1879,11 @@
announce BRCMFMAC - "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
-reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+if grep -q firmware_request_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c; then
+ reject_firmware_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+else
+ reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+fi
clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h
2019-09-15 17:42:29 +00:00
Maximilian Bosch
e6b249ce21
Merge pull request #68685 from B4dM4n/mitmproxy-pytest5
...
mitmproxy: add pytest5 compatability
2019-09-15 19:23:30 +02:00
Maximilian Bosch
5abd97aa92
Merge pull request #68843 from marsam/update-diff-pdf
...
diff-pdf: 2017-12-30 -> 0.3
2019-09-15 19:01:40 +02:00
Maximilian Bosch
36cc0c6392
Merge pull request #68694 from danme/nix-du
...
nix-du: 0.3.0 -> master
2019-09-15 18:50:50 +02:00
Mario Rodas
edc033a616
Merge pull request #67905 from marsam/add-pgformatter
...
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Markus Kowalewski
3857d3d6f9
openmpi: use absolute paths compiler wrapper
...
The MPI compiler wrappers should point to the
compilers used at build time per default.
2019-09-15 18:35:22 +02:00
Markus Kowalewski
2e363860c6
openmpi: make build reproducible
...
fix:
* build and configure time stamps
* build and configure user
2019-09-15 18:35:22 +02:00
Mario Rodas
c281e68e9f
Merge pull request #68796 from risicle/ris-hug-tests
...
pythonPackages.hug: enable tests
2019-09-15 11:32:28 -05:00
Silvan Mosberger
e686b39288
nixos/redshift: Add rename for provider option
...
This was an oversight in https://github.com/NixOS/nixpkgs/pull/64309
resulting it backwards incompatibilities
2019-09-15 18:26:53 +02:00
Silvan Mosberger
ecf5f85a81
nixos/redshift: Move option renames to the module
2019-09-15 18:25:40 +02:00
Mario Rodas
3bb87649f4
Merge pull request #68813 from jonringer/fix-ssdp
...
pythonPackages.ssdp: disable python2 tests
2019-09-15 11:20:35 -05:00
Mario Rodas
fe9085e2e5
Merge pull request #68815 from jonringer/fix-minidb
...
pythonPackages.minidb: disable python2 tests
2019-09-15 11:19:14 -05:00
Maximilian Bosch
050646af12
nix-du: update version to show actual rev's date rather than git-master
2019-09-15 18:14:11 +02:00
Elmo Todurov
d3f6aef265
tome2: init at 2.4
2019-09-15 18:59:06 +03:00
Elmo Todurov
7cc7645fb0
maintainers: renamed myself
2019-09-15 18:54:36 +03:00
Milan Pässler
94af997d40
qt5.12: Add patches for QTBUG-73459 and QTBUG-69077
...
QT 5.12 introduced a regression, where a QT program wouldn't show its
tray icon, if there was no tray bar during program startup. (QTBUG-73459)
QT 5.12 introduced a regression, where qtwebengine applications would
freeze in some wayland compositors if a surface from the instance was not
visible (for example having a qutebrowser window on another workspace in
sway would freeze all qutebrowser windows).
Both got fixed already in Qt 5.12.4, but according to #57042 and its
sibling issues/PRs it doesn't seem to get fixed in near future for
nixpkgs.
2019-09-15 17:45:58 +02:00
WilliButz
7dfd313a3d
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
2019-09-15 17:21:04 +02:00
Maximilian Bosch
bd040c5b8b
Merge pull request #68736 from dtzWill/update/dhcpcd-8.0.6
...
dhcpcd: 8.0.3 -> 8.0.6
2019-09-15 17:07:43 +02:00
Thomas Tuegel
c6469ebd85
Merge pull request #68832 from markuskowa/fix-lapack
...
liblapack: enable LAPACKE interface
2019-09-15 10:03:38 -05:00
Thomas Tuegel
3d8e8cb2ba
Merge pull request #68830 from dywedir/source-sans-pro
...
source-sans-pro: 2.045 -> 3.006
2019-09-15 09:53:08 -05:00
Thomas Tuegel
77783bc39a
Merge pull request #65354 from colemickens/nixpkgs-spectral
...
spectral: v2019-03-03 -> v2019-08-15
2019-09-15 09:51:46 -05:00
Thomas Tuegel
d72b552931
Merge pull request #68470 from acowley/kdenlive-mlt
...
kdenlive: Avoid exposing configurable paths to melt
2019-09-15 09:49:18 -05:00
Thomas Tuegel
db9838ef7e
Merge pull request #68386 from nyanloutre/kmail_akonadi_usr_env
...
kmail: add akonadi to propagated user env
2019-09-15 09:46:56 -05:00
Bjørn Forsman
6ba044c166
pythonPackages.demjson: disable on python 3
...
It doesn't seem to support _any_ python 3 versions.
2019-09-15 16:36:46 +02:00
Marek Fajkus
98997bb489
elmPackages.elm-language-server: Init at 1.4.1
2019-09-15 16:36:17 +02:00
Aaron Andersen
a6edca1aca
Merge pull request #68406 from leenaars/datefudged
...
datefudge: 1.22 -> 1.23
2019-09-15 10:17:51 -04:00
Aaron Andersen
6f24ec8827
Merge pull request #66600 from Pamplemousse/sasquatch
...
sasquatch: init
2019-09-15 10:16:38 -04:00
Mikhail Klementev
d4e8f7908d
NixOS/auto-upgrade: add gzip to service path
...
Resolves #28527
2019-09-15 16:13:29 +02:00
Nikolay Korotkiy
57230c14e5
gpxsee: 7.12 -> 7.13
2019-09-15 16:04:07 +02:00
Maximilian Bosch
5f1c02a1c9
python2Packages.pytest_5: disable build
...
`pytest_5` only supports python3[1], however the python2 build was enabled by
separating pytest_4 and pytest_5 into two different attributes.
ZHF #68361
[1] https://docs.pytest.org/en/latest/py27-py34-deprecation.html
2019-09-15 16:02:10 +02:00
Aaron Andersen
3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
...
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Doron Behar
e224b17fec
qtutilities: 5.13.0 -> 6.0.0
2019-09-15 15:52:53 +02:00