Commit graph

244786 commits

Author SHA1 Message Date
Erin 433503323e
Update pkgs/applications/networking/instant-messengers/dino/default.nix
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2020-09-22 01:42:35 +02:00
Zach Coyle b06070c2bb
weather: enable on darwin 2020-09-21 18:13:52 -04:00
zowoq 647be9d0dd age: 1.0.0-beta4 -> 1.0.0-beta5
https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5
2020-09-22 08:03:40 +10:00
Austin Seipp 5a71d9619a
firecracker: 0.21.1 -> 0.22.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-09-21 16:54:48 -05:00
Marek Mahut 509f2c1320
Merge pull request #98417 from jonasnick/clighting-0.9.1
clightning: 0.9.0-1 -> 0.9.1
2020-09-21 23:35:48 +02:00
Maximilian Bosch 2e98177bd7
Merge pull request #98350 from 9999years/spotify-device-scale-factor
spotify: support --force-device-scale-factor for high-DPI displays
2020-09-21 23:00:58 +02:00
Frederik Rietdijk 4e1f8e4e31 python3Packages.xarray: 0.16.0 -> 0.16.1 2020-09-21 21:56:06 +02:00
Frederik Rietdijk 243f56fbc7 python3.pkgs.bokeh: 2.1.1 -> 2.2.1 2020-09-21 21:53:33 +02:00
Robert Scott 4196314638
Merge pull request #98414 from drewrisinger/zhf/terraform-compliance
terraform-compliance: fix build
2020-09-21 20:46:02 +01:00
Jonas Nick f4cc8c18b9
clightning: 0.9.0-1 -> 0.9.1 2020-09-21 18:43:21 +00:00
Erin Shepherd 4990bd1195 Dino: Enable on macOS/Darwin
* Remove direct dependencies on some X11 libs. We still inherit them through
   Gtk+ but it's a start
 * Rename plugin files from .dylib to .so so Dino's plugin loader finds them

The experience is still somewhat janky (no app icon, macOS thinks the app is called
".dino-wrapped", and the Cocoa menu bar is nonresponsive), but beyond this things
mostly work fine
2020-09-21 20:43:11 +02:00
Jörg Thalheim 4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Jörg Thalheim 40a58cc65b
python3.pkgs.yq: make stdin a tty for tests 2020-09-21 20:33:11 +02:00
Martin Weinelt 1a44ef9066
pythonPackages.yq: 2.10.1 -> 2.11.0 2020-09-21 20:09:28 +02:00
Martin Weinelt e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests 2020-09-21 20:09:28 +02:00
Ben Wolsieffer b0edb341fb buildbot: 2.8.2 -> 2.8.4 2020-09-21 11:08:08 -07:00
Thiago Kenji Okada cd1b769369 pythonPackages.xlib: 0.25 -> 0.28 2020-09-21 11:07:48 -07:00
Ente 85c07678d4 isso: build from master
* The published 0.12.2 version is broken therefore switch to build from
master. Related Issue: https://github.com/posativ/isso/issues/617
* cleanup build inputs
* use python3
2020-09-21 11:03:26 -07:00
Guillaume Desforges 4e888fb70d python2Packages.scikits-odes: disable
Ever since we added KLU support to sundials (#94930),
it stopped building while the Python 3 versions didn't
break. Python 2 is EOL.
2020-09-21 11:02:15 -07:00
Guillaume Desforges 860bc40a22 sundials: add KLU support 2020-09-21 11:02:15 -07:00
Daniël de Kok e883c6578c softmaker-office: remove /bin/ls intercept
This does not seem to be necessary anymore and fixes segmentation
faults on 20.03.
2020-09-21 19:56:29 +02:00
Drew Risinger 143289ad5b pythonPackages.WSME: fix build
* Remove unneeded patch
* Run tests properly (misspelled before)
* Update homepage & add changelog
* Sort dependencies
2020-09-21 10:55:45 -07:00
Drew Risinger d45ea33a85 pythonPackages.pecan: 1.3.3 -> 1.4.0
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
  This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
oxalica 21a6f3aa65 rust-analyzer: fix build 2020-09-21 10:55:15 -07:00
oxalica 0e0dc5544c rust-analyzer: 2020-08-24 -> 2020-09-21 2020-09-21 10:55:15 -07:00
Rebecca Turner 4f03644c56 spotify: support --force-device-scale-factor
Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
`--force-device-scale-factor` flag for high-DPI displays. If unset,
nothing is added.

This allows e.g.

   spotify.override { deviceScaleFactor = 1.66; }

Uses a separate wrapper derivation as suggested by @Ma27.
Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
2020-09-21 13:50:19 -04:00
Ben Darwin 8403806a39 python3Packages.rising: init at 0.2.0post0 2020-09-21 09:56:28 -07:00
Drew Risinger 6e4908a52d spyder: 4.1.4 -> 4.1.5
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger 9dc654234a pythonPackages.spyder-kernels: 1.9.3 -> 1.9.4
* Meta: add changelog & download page, update homepage
2020-09-21 09:55:45 -07:00
Daniël de Kok 79ec6d8694
Merge pull request #98390 from danieldk/freeoffice-2018.978
freeoffice: 976 -> 978
2020-09-21 18:54:20 +02:00
Drew Risinger 3b6800c76a python3Packages.spyder: fix build
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
Doron Behar a95bf523fc
Merge pull request #97230 from schmittlauch/cawbird-v1.2
cawbird: 1.1.0 -> 1.2.1
2020-09-21 19:28:14 +03:00
Anderson Torres 4bcd1dcd2c
Merge pull request #98371 from bryanasdev000/package-velero
velero: init at 1.5.1
2020-09-21 13:19:45 -03:00
Anderson Torres 3eccc3f833
Merge pull request #98370 from bryanasdev000/package-popeye
popeye: init at 0.8.10
2020-09-21 13:15:27 -03:00
Jörg Thalheim 26e6732724
Merge pull request #98387 from oxalica/fix/nix-prefetch
nix-prefetch: fix compatibility with nixUnstable again
2020-09-21 18:13:34 +02:00
r-burns a2228f4c18
libversion: fix tests on Darwin (#98361) 2020-09-21 11:58:29 -04:00
Austin Butler 8be7347e2b pythonPackages.mohawk: init at 1.1.0 2020-09-21 08:48:08 -07:00
leenaars 517c975596
Sylk: 3.8.0 -> 3.8.4 (#98392) 2020-09-21 17:39:04 +02:00
Vladimír Čunát d33267c639
thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.
2020-09-21 17:31:26 +02:00
Vladimír Čunát 114202e369
thunderbird-78: fix #97994: broken UI in 78.2.2 2020-09-21 17:31:26 +02:00
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
Daniël de Kok ac49c2f72a freeoffice: 976 -> 978
Fixes #98385.
2020-09-21 15:21:57 +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