Commit Graph

39258 Commits

Author SHA1 Message Date
Doron Behar
7efc1c8c50 newsboat: 2.17.1 -> 2.18 2019-12-28 20:07:15 +01:00
Maximilian Bosch
a9e86bbd83
Merge pull request #76613 from alyssais/kmymoney
kmymoney: fix build
2019-12-28 19:25:54 +01:00
Tadeo Kondrak
85783b9eac
mpv: 0.30.0 -> 0.31.0 2019-12-28 09:10:30 -07:00
Alyssa Ross
53c4668e71
kmymoney: fix build
python2 used to be propagated in here, until
4e421aebfe.

Upstream bug to stop using Python 2:
https://bugs.kde.org/show_bug.cgi?id=405383
2019-12-28 15:46:48 +00:00
Jean-Philippe Braun
a84185860c waybar: 0.8.0 -> 0.9.0 2019-12-28 16:09:15 +01:00
zowoq
da32ab4405 wireshark: 3.0.5 -> 3.2.0 2019-12-28 15:30:49 +01:00
Maximilian Bosch
9aadb6391d
taizen: fix darwin build
https://hydra.nixos.org/build/108557016
2019-12-28 15:07:38 +01:00
Bernardo Meurer
5a3c1eda46 browsh: 1.5.2 -> 1.6.4 2019-12-28 14:23:42 +01:00
Alyssa Ross
6b24a1b8c1
emacsPackages.pod-mode: init at 1.04 (#76470) 2019-12-28 10:54:30 +01:00
Ben Wolsieffer
660345d9fe mavproxy: 1.8.17 -> 1.8.18 2019-12-27 16:23:20 -08:00
Dmitry Kalinkin
435b8862c6
Merge pull request #76528 from hamishmack/darktable-macos
darktable: Add openmp when cc.isClang to fix macos
2019-12-27 16:36:49 -05:00
Mario Rodas
ffa023d0c4
Merge pull request #76574 from zowoq/podman
podman: install completion
2019-12-27 15:03:14 -05:00
R. RyanTM
24a323b767
josm: 15492 -> 15553 2019-12-27 19:28:05 +01:00
zowoq
21a28f2f0b podman: install completion 2019-12-27 22:53:17 +10:00
zimbatm
727c20f8e1
rambox: fix node_modules sha256 2019-12-27 10:28:29 +01:00
lewo
2002bf9b34
Merge pull request #76309 from mehlon/gnunet
gnunet: 0.11.8 -> 0.12.0
2019-12-27 10:10:25 +01:00
Franz Pletz
81248e703c
xfitter: 2.0.0 -> 2.0.1, fix build w/ gcc9 2019-12-27 03:48:21 +01:00
Franz Pletz
d1fa6eae3f
frostwire-bin: fix src hash 2019-12-27 03:48:20 +01:00
Alyssa Ross
f04b8f52b2
mikutter: 3.8.7 -> 4.0.0; mark broken 2019-12-27 02:39:00 +00:00
worldofpeace
ab322bb4fc
Merge pull request #76558 from Kiwi/simplenote-fix
simplenote: fix libstdc++ error
2019-12-26 18:58:13 -05:00
Robert Djubek
cc2037307b
simplenote: fix libstdc++ error
Fixes a bug that was noticed during an automated version bump.

What was needed was to add an LD_LIBRARY_PATH entry for stdenv.cc.cc in
makeWrapper

```
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \
```

The error as seen in developer tools console was:

```
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 Unable to load preload script: /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/desktop/preload.js
(anonymous) @ /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:159 Error: libstdc++.so.6: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:722)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
    at Module.load (internal/modules/cjs/loader.js:602)
    at tryModuleLoad (internal/modules/cjs/loader.js:541)
    at Function.Module._load (internal/modules/cjs/loader.js:533)
    at Module.require (internal/modules/cjs/loader.js:640)
    at require (internal/modules/cjs/helpers.js:20)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:3)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:116)
```
To (help) anyone that may find have errors like this in the future:

makeWrapper requiring the makeLibraryPath with stdenv.cc.cc is fairly common for electron apps.
At least ones that use dpkg on prebuilt debian .deb files (my `bitwarden` derivation requires it, too) that use gappsWrapperArgs

Thanks @ryantm / r-ryantm and @worldofpeace :)

Reference: https://github.com/NixOS/nixpkgs/pull/76421#pullrequestreview-336359695
2019-12-26 22:01:36 +00:00
Nathan
b0caf68bff
maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
Dmitry Kalinkin
984ceb1092
Merge pull request #76541 from veprbl/pr/root_python_wrap
root: wrap python executables
2019-12-26 12:29:12 -05:00
Dmitry Kalinkin
0b28198f23
root: wrap python executables
In normal use of ROOT the PYTHONPATH is intended to be set when user
sources the thisroot.{,s}sh. We do that in the setupHook. This covers
the case when thisroot.sh was not sourced.
2019-12-26 11:49:12 -05:00
Maximilian Bosch
223f25bb5f
Merge pull request #73214 from DavHau/lutris-fix-missing-gnutls
lutris: add missing gnutls dependency
2019-12-26 15:42:09 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Timo Kaufmann
8ac53ed0b1 python.pkgs.sympy: 1.4 -> 1.5
Sage needs some doctest changes. The patch was included upstream.
Modelled after https://trac.sagemath.org/ticket/28911.
2019-12-26 11:46:42 +01:00
Emery Hemingway
54184dfc7e glow: init at 0.1.3 2019-12-26 15:19:40 +05:30
Hamish Mackenzie
db60032141
darktable: Add openmp when cc.isClang to fix macos 2019-12-26 00:02:35 -07:00
Alyssa Ross
ebc8dd0652
kontact: fix build 2019-12-26 04:33:41 +00:00
Daniel Schaefer
25ce30d6a2
Merge pull request #76172 from JohnAZoidberg/golden-cheetah-libusb
golden-cheetah: Add libusb (ANT+ sensors), 3.5-DEV1903 -> 3.5-RC2X
2019-12-26 02:30:38 +01:00
Maximilian Bosch
622c199eac
Merge pull request #76302 from MetaDark/rofi
rofi: fix displaying hicolor icons
2019-12-26 02:22:07 +01:00
Manuel Mendez
b840977407 neovim: Drop jemalloc
See https://github.com/neovim/neovim/pull/9526.
2019-12-25 23:49:21 +01:00
Vladyslav M
1e8fa43122
newsboat: fetch from vcs (#76175)
newsboat: fetch from vcs
2019-12-25 22:03:49 +02:00
Lancelot SIX
241e1fd9d0 nano: 4.6 -> 4.7
See https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00005.html
for release information.
2019-12-25 19:50:28 +00:00
Jan Tojnar
d059e1a720
Merge pull request #76358 from r-ryantm/auto-update/openimageio
openimageio2: 2.0.12 -> 2.1.9.0
2019-12-25 20:00:41 +01:00
Mario Rodas
13884f5c07
Merge pull request #76502 from kolaente/update/hugo
hugo 0.61.0 -> 0.62.0
2019-12-25 13:44:09 -05:00
Mario Rodas
3efe39d2cc
Merge pull request #75436 from taku0/flashplayer-32.0.0.303
flashplayer: 32.0.0.293 -> 32.0.0.303
2019-12-25 13:40:59 -05:00
markuskowa
24660a14a2
Merge pull request #76491 from AmineChikhaoui/darktable3
darktable: 2.6.3 -> 3.0.0
2019-12-25 18:14:25 +01:00
AmineChikhaoui
db14939ea3
darktable: remove darwin from the supported platforms 2019-12-25 11:35:05 -05:00
kolaente
d4c6ab158a
hugo 0.61.0 -> 0.62.0 2019-12-25 16:30:08 +01:00
markuskowa
09fcb16542
Merge pull request #76472 from r-ryantm/auto-update/yadm
yadm: 2.0.1 -> 2.3.0
2019-12-25 16:18:09 +01:00
markuskowa
ee8910cb7d
Merge pull request #76475 from r-ryantm/auto-update/xine-ui
xineUI: 0.99.10 -> 0.99.12
2019-12-25 16:04:43 +01:00
markuskowa
788473c6db
Merge pull request #76473 from r-ryantm/auto-update/xmrig
xmrig: 5.1.0 -> 5.4.0
2019-12-25 14:57:45 +01:00
Ryan Mulligan
0874e85e90
Merge pull request #76446 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.3 -> 0.10.4
2019-12-25 05:38:39 -08:00
Ryan Mulligan
b0dc536be8
Merge pull request #76450 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20191013 -> 20191215
2019-12-25 05:38:02 -08:00
Ryan Mulligan
7f449f04b9
Merge pull request #76421 from r-ryantm/auto-update/simplenote
simplenote: 1.11.0 -> 1.12.0
2019-12-25 05:35:23 -08:00
markuskowa
5f3d5d3ac7
Merge pull request #76455 from r-ryantm/auto-update/x11docker
x11docker: 6.4.0 -> 6.5.0
2019-12-25 14:00:07 +01:00
Aaron Andersen
dcd5be4af6
Merge pull request #76363 from r-ryantm/auto-update/pympress
pympress: 1.4.0 -> 1.5.1
2019-12-25 06:09:46 -05:00
AmineChikhaoui
6bff3d8be5
darktable: 2.6.3 -> 3.0.0 2019-12-25 05:34:29 -05:00
Jörg Thalheim
d5a81030ec
mercurial: 4.9.1 -> 5.2.1 + python3 🚀 (#76126)
mercurial: 4.9.1 -> 5.2.1 + python3  🚀
2019-12-25 09:37:44 +00:00
Jörg Thalheim
89c55c0a6d
net-snmp: split outputs (#76155)
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
Jan Tojnar
a71baa5be6
openimageio2: 2.0.12 -> 2.1.9.0 2019-12-25 04:12:24 +01:00
Jan Tojnar
4a91fe49e4
Merge pull request #76317 from magnetophon/lsp-plugins
lsp-plugins: 1.1.10 -> 1.1.13
2019-12-25 03:04:43 +01:00
R. RyanTM
f4f0f93e0e xineUI: 0.99.10 -> 0.99.12 2019-12-24 16:11:56 -08:00
Ryan Mulligan
f381974ba6
Merge pull request #76406 from r-ryantm/auto-update/remmina
remmina: 1.3.7 -> 1.3.8
2019-12-24 16:03:59 -08:00
R. RyanTM
84032a696d xmrig: 5.1.0 -> 5.4.0 2019-12-24 16:00:50 -08:00
R. RyanTM
111046404a yadm: 2.0.1 -> 2.3.0 2019-12-24 15:57:36 -08:00
Aaron Andersen
96e5b691de
Merge pull request #76422 from r-ryantm/auto-update/skrooge
skrooge: 2.21.0 -> 2.21.1
2019-12-24 18:36:07 -05:00
R. RyanTM
dca4ef0d9c x11docker: 6.4.0 -> 6.5.0 2019-12-24 14:05:15 -08:00
R. RyanTM
5c6b22051c x42-plugins: 20191013 -> 20191215 2019-12-24 13:05:00 -08:00
R. RyanTM
70c6664e3e syncthingtray: 0.10.3 -> 0.10.4 2019-12-24 12:27:01 -08:00
R. RyanTM
a8fc904c7c thonny: 3.2.3 -> 3.2.4 2019-12-24 12:12:25 -08:00
Bart Brouns
5aa18d71ff lsp-plugins: 1.1.10 -> 1.1.13 2019-12-24 21:10:09 +01:00
worldofpeace
8a3a3a75ff
Merge pull request #76385 from r-ryantm/auto-update/quilter
quilter: 2.0.3 -> 2.0.4
2019-12-24 14:52:50 -05:00
Jan Tojnar
b1b26f8cf6
Merge pull request #76412 from jtojnar/pangox-compat-drop
pangox_compat: drop
2019-12-24 20:04:10 +01:00
Ryan Mulligan
f50b82df39
Merge pull request #76351 from r-ryantm/auto-update/openmpt123
openmpt123: 0.4.9 -> 0.4.10
2019-12-24 10:02:16 -08:00
Jörg Thalheim
74f14bdeee
Merge pull request #76300 from mmlb/alacritty-tic-e
alacritty: Add -e to tic call following INSTALL.md
2019-12-24 17:42:29 +00:00
R. RyanTM
c1e301b755 skrooge: 2.21.0 -> 2.21.1 2019-12-24 09:26:22 -08:00
Alyssa Ross
c76deaef9c crosvm: 77.12371.0.0-rc1 -> 79.12607.0.0-rc4
Replaced src munging with a custom unpackPhase because the previous
approach couldn't handle a newly introduced path with a space, and
this is cleaner anyway (but was impossible at the time due to
unpackPhase not being forwarded to fetchcargo).
2019-12-24 17:23:52 +00:00
Alyssa Ross
0c62e73b37 crosvm: add myself as maintainer 2019-12-24 17:23:52 +00:00
Alyssa Ross
7e683f6393 crosvm.updateScript: use more stable update source
It has been explained to me that cros-omahaproxy reports which
versions are available to users, while cros-updates-serving reports
the latest builds available for each channel.  The latter is probably
better for our use case anyway, and apparently, while both aren't
officially supported, is less likely to randomly break.

So let's use that instead, even if it is much more annoying to parse.
2019-12-24 17:23:52 +00:00
R. RyanTM
cb9a102060 simplenote: 1.11.0 -> 1.12.0 2019-12-24 09:13:32 -08:00
R. RyanTM
7e3cafe4d9 skypeforlinux: 8.54.0.91 -> 8.55.0.123 2019-12-24 08:53:16 -08:00
Jan Tojnar
aee453e5c9
openmodelica: remove pangox dependency
It was probably just a dependency of `gtkglext` since I cannot find any reference to `pangox` in the repo.

But cannot verify build since it is broken.
2019-12-24 16:13:13 +01:00
Jan Tojnar
6c73f25885
anydesk: remove pangox dependency
Likely just dependency of `gtkglext` since it is not listed in the readme.

For some reason, --remove-needed does not seem to work with the first patchelf invocation so I had to do it separately.
2019-12-24 16:11:23 +01:00
R. RyanTM
fbbec90129 remmina: 1.3.7 -> 1.3.8 2019-12-24 06:49:41 -08:00
Niklas Hambüchen
826d61e5d9
Merge pull request #76212 from r-ryantm/auto-update/blender
blender: 2.81 -> 2.81a
2019-12-24 15:13:57 +01:00
Ryan Mulligan
eb4149f8c4
Merge pull request #76339 from r-ryantm/auto-update/mixxx
mixxx: 2.2.2 -> 2.2.3
2019-12-24 06:04:03 -08:00
Ryan Mulligan
54ae894129
Merge pull request #76357 from r-ryantm/auto-update/palemoon
palemoon: 28.7.2 -> 28.8.0
2019-12-24 06:02:35 -08:00
R. RyanTM
8e3d1750f8 qmmp: 1.3.4 -> 1.3.5 2019-12-24 13:56:31 +01:00
Mario Rodas
d38fb122ed
Merge pull request #76263 from marsam/update-spotify-tui
spotify-tui: 0.10.0 -> 0.11.0
2019-12-24 07:28:53 -05:00
R. RyanTM
a0b6ba5974 quilter: 2.0.3 -> 2.0.4 2019-12-24 03:21:23 -08:00
Johannes Schleifenbaum
5714a71897
dbeaver: 6.3.0 -> 6.3.1 2019-12-24 08:51:32 +01:00
R. RyanTM
84a23aaec2 pympress: 1.4.0 -> 1.5.1 2019-12-23 22:55:28 -08:00
Markus Kowalewski
6fc0d88cfa gr-osmosdr: 2018-08-15 -> 0.1.5
switch back to release
2019-12-24 07:51:37 +01:00
R. RyanTM
918ca56e74 palemoon: 28.7.2 -> 28.8.0 2019-12-23 21:17:14 -08:00
R. RyanTM
280da2cdee openmpt123: 0.4.9 -> 0.4.10 2019-12-23 19:55:22 -08:00
R. RyanTM
a9d1209f1d mixxx: 2.2.2 -> 2.2.3 2019-12-23 17:26:15 -08:00
markuskowa
a0cd9a0e4c
Merge pull request #76337 from markuskowa/upd-dablin
dablin: 1.11.0 -> 1.12.0
2019-12-24 02:17:48 +01:00
markuskowa
64b6fa927e
Merge pull request #76285 from r-ryantm/auto-update/jmol
jmol: 14.30.0 -> 14.30.1
2019-12-24 02:05:48 +01:00
Markus Kowalewski
31112a7e05
dablin: 1.11.0 -> 1.12.0 2019-12-24 02:01:18 +01:00
Tim Steinbach
4072b0a81c
vivaldi: 2.10.1745.21-1 -> 2.10.1745.23-1 2019-12-23 19:25:37 -05:00
MetaDark
b12dfd0757 rofi: fix displaying hicolor icons
This adds the hicolor theme to XDG_DATA_DIRS for rofi and moves all
wrapping to rofi/wrapper.nix.

The wrapper will now always be generated, even when a theme is not provided.
2019-12-23 14:40:33 -05:00
Manuel Mendez
e4e7f3a808 alacritty: Add -e to tic call following INSTALL.md 2019-12-23 14:19:20 -05:00
worldofpeace
8ce02fe9bc
Merge pull request #76239 from kjuvi/cipher
cipher: 2.0.0 -> 2.5.0
2019-12-23 14:01:47 -05:00
Ryan Mulligan
4dc3d2ffe9
Merge pull request #76282 from r-ryantm/auto-update/hstr
hstr: 2.0 -> 2.2
2019-12-23 10:50:42 -08:00
kjuvi
25fb2b68a9 cipher: 2.0.0 -> 2.5.0 2019-12-23 19:40:27 +01:00