Commit graph

244290 commits

Author SHA1 Message Date
Vladimír Čunát cf09899749
Merge #97922: nixosTests.signal-desktop: fix 2020-09-21 17:31:19 +02:00
Silvan Mosberger 366a677dbb
Merge pull request #97133 from Infinisil/improved-toPretty
Improve `generators.toPretty`
2020-09-21 17:11:49 +02:00
Marek Mahut 8a5eb89b0f
Merge pull request #98384 from prusnak/slack
slack: 4.8.0 -> 4.9.1
2020-09-21 15:59:41 +02:00
Sarah Brofeldt 44289eb20c
Merge pull request #91170 from DianaOlympos/update/apache-kafka
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
2020-09-21 15:42:26 +02:00
Max Wittig d4eed01376
gitlab-runner: 13.3.1 -> 13.4.0 (#98377) 2020-09-21 15:19:51 +02:00
Stig P 17ed10cf8e
Merge pull request #98359 from andrew-d/andrew/ham-aprs-fap
perlPackages.HamAPRSFAP: init at 1.21
2020-09-21 13:08:50 +00:00
Peter Hoeg 5f19b74d13
f3: clean-ups and compile on darwin (#98365)
* f3: clean-ups and compile on darwin

* fixed from feedback
2020-09-21 20:47:12 +08:00
meutraa 731fd9efe3 androidStudioPackages.{dev,canary}: 4.2.0.10 -> 4.2.0.11 2020-09-21 14:28:38 +02:00
Mario Rodas 49bf89f95b
Merge pull request #97813 from GTrunSec/zeek-script
zeek: Fix zeek script coreutils and hardlinking
2020-09-21 07:27:11 -05:00
Mario Rodas b144c8f25a
Merge pull request #98271 from sternenseemann/fuzzel-1.4.2
fuzzel: 1.4.1 → 1.4.2
2020-09-21 07:24:17 -05:00
Mario Rodas fefb2ad107
Merge pull request #98348 from marsam/update-gitAndTools.git-imerge
gitAndTools.git-imerge: 1.1.0 -> 1.2.0
2020-09-21 07:07:03 -05:00
Mario Rodas ba687bfc01
Merge pull request #98380 from r-burns/lizardfs
lizardfs: fix build
2020-09-21 06:50:38 -05:00
Mario Rodas 1ffcf47cc5
Merge pull request #98284 from MetaDark/xpadneo
linuxPackages.xpadneo: 0.8.2 -> 0.8.3
2020-09-21 06:46:14 -05:00
Profpatsch 3c03a98235 duplicity: use new b2sdk python package
The backblaze library moved into the b2sdk package.
If it’s not used, duplicity fails loading the b2:// backend.

> BackendException: B2 backend requires B2 Python SDK (pip install
  b2sdk)
2020-09-21 13:39:37 +02:00
Profpatsch f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
WilliButz 087fe53de8
Merge pull request #98374 from knedlsepp/fix-nvtop
nvtop: Make independent of Nvidia driver version
2020-09-21 13:36:52 +02:00
Mario Rodas 7df8809714
Merge pull request #98346 from dawidsowa/gallery-dl
gallery-dl: 1.14.5 -> 1.15.0
2020-09-21 06:28:25 -05:00
Mario Rodas 884d22f491
Merge pull request #98364 from jbedo/singularity
singularity: 3.6.2 -> 3.6.3
2020-09-21 06:27:33 -05:00
Mario Rodas 1c31e69762
Merge pull request #98367 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.17 -> 1.8.18
2020-09-21 06:26:27 -05:00
Mario Rodas 5df60eda72
Merge pull request #98360 from r-burns/liboping
liboping: fix build on Darwin
2020-09-21 06:23:06 -05:00
Pavol Rusnak 846acc4c8c
slack: 4.8.0 -> 4.9.1
for darwin 4.9.0 is the latest
2020-09-21 12:56:05 +02:00
Doron Behar f6ee70d3ea
Merge pull request #91745 from austinbutler/beets-plugin-extrafiles
beets: add extrafiles plugin
2020-09-21 11:52:53 +03:00
Ryan Burns f5a61c2604 lizardfs: fix build
Build failure was due to upstream issue, now fixed in the v3.13 RC.

https://github.com/lizardfs/lizardfs/issues/655
https://github.com/lizardfs/lizardfs/pull/677
2020-09-21 01:45:10 -07:00
Peter Simons cc2982b79b untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
Doron Behar 20bd6dd45d
Merge pull request #98204 from charvp/pr/init-bluej 2020-09-21 11:10:55 +03:00
Théo Zimmermann 0bbeca2ff9 ocamlPackages.zarith: 1.9 -> 1.10 2020-09-21 09:55:33 +02:00
Austin Butler 5d365404ac beets: add extrafiles plugin 2020-09-21 10:33:10 +03:00
Charlotte Van Petegem 090cc5d6ea bluej: init at 4.2.2 2020-09-21 09:31:18 +02:00
Charlotte Van Petegem 9ff87334e6 maintainers: add charvp 2020-09-21 09:04:54 +02:00
Robert Hensing f3893d8b53
Merge pull request #97119 from Infinisil/types.anything
Introduce `types.anything`
2020-09-21 08:49:24 +02:00
Josef Kemetmüller 0996ac6b0e nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the
location of a particular driver version in the RPATH. Otherwise the
software might fail with errors such as:

> Impossible to initialize nvidia nvml : Driver/library version mismatch

To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib`
to the RPATH of these binaries.
This is the global location where Nvidia libraries are available on
NixOS and so this makes sure that the nvtop binary can be run with all
versions of the driver.

At build time however these libraries are not available at that
particular location. For precisely this use case, Nvidia ships stub
versions of the driver libraries with the cudatoolkit. So we just need
to point CMake to that directory.

Fixes: #98328
2020-09-21 08:43:43 +02:00
Vincent Laporte c06b0edde2 ocamlPackages.apron: 0.9.12 → 0.9.13 2020-09-21 08:05:23 +02:00
Vincent Laporte 4e155d6be9
fontmatrix: 0.6.0 → 0.6.0-qt5 (#97800)
This is an unofficial port of Fontmatrix 0.6.0 to Qt5

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
2020-09-21 08:01:37 +02:00
Kirill Elagin a4afd525cb prometheus: Unbreak IPv6 listenAddress
The format of the listenAddress option was recently changed to separate
the address and the port parts. There is now a legacy check that
tells users to update to the new format. This legacy check produces
a false positive on IPv6 addresses, since they contain colons.

Fix the regex to make it not match colons within IPv6 addresses.
2020-09-21 07:53:47 +02:00
Michele Guerini Rocco 799f149bbf
Merge pull request #98116 from timjrd/sc-controller-0.4.7-rebased
sc-controller: fix missing icons (librsvg)
2020-09-21 07:24:01 +02:00
Anderson Torres 5388895c32
Merge pull request #98368 from bryanasdev000/bryan
maintainer: Add bryanasdev000
2020-09-21 02:20:30 -03:00
Daniël de Kok a034f204ac
Merge pull request #98083 from avdv/zhf-fix-tensorflow
tensorflow: Fix compilation with numpy 1.19.x
2020-09-21 06:55:23 +02:00
Bryan A. S dbdd5d4116 maintainer: Add bryanasdev000
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 01:30:44 -03:00
Justin Bedo efa99abf28
singularity: 3.6.2 -> 3.6.3 2020-09-21 12:07:38 +10:00
WORLDofPEACE 595d5fdd3d
Merge pull request #84233 from colemickens/nixpkgs-firefox-pipewire
firefox: add pipewire patch for wayland users
2020-09-20 21:49:40 -04:00
Cole Mickens 31e54cdde3 firefox: enable pipewire+webrtc for wayland users 2020-09-20 21:42:39 -04:00
Ryan Burns bf71f459d2 liboping: fix build on Darwin 2020-09-20 17:58:08 -07:00
Andrew Dunham a4edf4ca20 perlPackages.HamAPRSFAP: init at 1.21 2020-09-20 17:58:04 -07:00
Mario Rodas 7c7ee58775
Merge pull request #98229 from bbigras/df
dwarf-fortress: update themes.json
2020-09-20 19:42:18 -05:00
zowoq 74c2ed9e35 nixos/tools/nixos-install: remove trailing whitespace 2020-09-21 09:35:27 +10:00
zowoq 069757550e doc/python: remove trailing whitespace 2020-09-21 09:35:27 +10:00
Robert Scott 0b67d9e87a birdfont: fix build on non-nixos/debian systems
to do this we need to prevent platform.version() from using uname to
discover this is a debian kernel and try dpkg nonsense
2020-09-20 16:25:39 -07:00
Robert Scott 781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
Maxim Krivchikov 0f34c4eb33 python3Packages.behave: skip test failing on darwin
Timing-based test is flaky on Darwin:
https://github.com/NixOS/nixpkgs/pull/97737#issuecomment-691489824
2020-09-20 16:25:18 -07:00
Maxim Krivchikov f690cacb06 python3Packages.python-docx: run behave tests
Previously the problematic "behave" dependency
was not even used at checkPhase.
2020-09-20 16:25:18 -07:00