Mario Rodas
c3c3dcc86c
Merge pull request #68794 from JohnAZoidberg/zake-tests
...
pythonPackages.zake: Skip failing test
2019-09-15 18:12:50 -05:00
Mario Rodas
32af4a66a3
Merge pull request #68812 from jonringer/fix-cheroot
...
pythonPackages.cheroot: fix tests
2019-09-15 18:09:36 -05:00
Mario Rodas
9f756b8e9b
Merge pull request #68838 from tkerber/chmlib
...
chmlib: 0.4 -> 0.4a
2019-09-15 18:04:19 -05:00
Mario Rodas
801f8f7a01
Merge pull request #68650 from marsam/update-timescaledb
...
postgresqlPackages.timescaledb: 1.4.1 -> 1.4.2
2019-09-15 17:50:13 -05:00
Mario Rodas
15e238ba1d
Merge pull request #68654 from marsam/update-pg_auto_failover
...
postgresql11Packages.pg_auto_failover: 1.0.3 -> 1.0.4
2019-09-15 17:49:56 -05:00
Mario Rodas
41894f17e0
Merge pull request #68644 from marsam/update-netdata
...
netdata: 1.17.0 -> 1.17.1
2019-09-15 17:49:34 -05:00
Mario Rodas
18eeec914b
Merge pull request #68645 from marsam/update-sops
...
sops: 3.3.1 -> 3.4.0
2019-09-15 17:49:22 -05:00
Mario Rodas
b46c3c5554
Merge pull request #68819 from jonringer/mark-percol-broken
...
pythonPackages.percol: mark broken
2019-09-15 17:45:59 -05:00
Mario Rodas
8624303abb
Merge pull request #68821 from d-goldin/fix_build_scikitlearn
...
python37Packages.scikitlearn: patching build
2019-09-15 17:41:09 -05:00
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
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
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
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
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
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
Nikolay Korotkiy
57230c14e5
gpxsee: 7.12 -> 7.13
2019-09-15 16:04:07 +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
Maximilian Bosch
5c85124cc1
Merge pull request #68826 from aanderse/zhf/cataract
...
cataract: fix broken build
2019-09-15 15:51:42 +02:00
Aaron Andersen
d026dcd617
Merge pull request #68781 from hkjn/20190914-wasabi-1.1.9
...
wasabiwallet: 1.1.8 -> 1.1.9
2019-09-15 09:51:27 -04:00
Aaron Andersen
063c82fd2f
Merge pull request #68773 from mimame/update/cytoscape-3.7.2
...
cytoscape: 3.7.1 -> 3.7.2
2019-09-15 09:43:11 -04:00
Aaron Andersen
f84b8c8c64
Merge pull request #68665 from 0x4A6F/master-routinator
...
routinator: 0.6.0 -> 0.6.1
2019-09-15 09:40:28 -04:00
Aaron Andersen
7e5098a4eb
Merge pull request #68619 from evanjs/feature/gitkraken-6.2.0
...
gitkraken: 6.1.4 -> 6.2.0
2019-09-15 09:39:12 -04:00