Daniël de Kok
53c78da3b7
weather: cleanups
2020-09-22 19:56:42 +02:00
Daniël de Kok
271b9ac9a7
weather: reformat derivation
2020-09-22 06:50:04 +02:00
Daniël de Kok
748aa38cb1
Merge pull request #98195 from zachcoyle/weather-enable-darwin
...
weather: enable on darwin
2020-09-22 06:48:09 +02:00
Mario Rodas
6bbdbaabae
Merge pull request #98388 from marsam/update-mruby
...
mruby: 2.1.1 -> 2.1.2
2020-09-21 22:28:20 -05:00
zowoq
1399f780bb
ripgrep: remove unnecessary reference to $src
2020-09-22 12:33:35 +10:00
zowoq
b531e65954
fd: remove unnecessary reference to $src
2020-09-22 12:26:24 +10:00
Anderson Torres
1a3b6ccf66
Merge pull request #98432 from AndersonTorres/upload-luakit
...
luakit: 2.1 -> 2.2
2020-09-21 23:00:36 -03:00
Martin Weinelt
aeab683e38
Merge pull request #98168 from gnidorah/updates
...
update some packages I maintain
2020-09-22 03:59:27 +02:00
Mario Rodas
fc7dbbd31f
Merge pull request #97914 from bbigras/chatterino
...
chatterino2: 2.1.7 -> 2.2.2
2020-09-21 20:54:40 -05:00
AndersonTorres
b950a85b41
luakit: 2.1 -> 2.2
...
Also, adding myself to maintainers list.
2020-09-21 21:28:23 -03: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
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
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