Commit graph

39377 commits

Author SHA1 Message Date
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
kolaente 62a5b9743b
Jetbrains Webstorm 2019.3 -> 2019.3.1 2019-12-25 11:13:37 +01:00
kolaente 5ae4412196
Jetbrains Ruby-Mine 2019.3 -> 2019.3.1 2019-12-25 11:13:19 +01:00
kolaente 919368a37a
Jetbrains Rider 2019.3 -> 2019.3.1 2019-12-25 11:13:04 +01:00
kolaente 2c964ae68e
Jetbrains Pycharm Professional 2019.3 -> 2019.3.1 2019-12-25 11:12:49 +01:00
kolaente 5acd28298b
Jetbrains Pycharm 2019.3 -> 2019.3.1 2019-12-25 11:12:26 +01:00
kolaente 1e5dfe05c3
Jetbrains Phpstorm 2019.3 -> 2019.3.1 2019-12-25 11:12:14 +01:00
kolaente b2d769dc8a
Jetbrains IDEA Ultimate 2019.3 -> 2019.3.1 2019-12-25 11:11:54 +01:00
kolaente 9123715410
Jetbrains IDEA Community 2019.3 -> 2019.3.1 2019-12-25 11:11:40 +01:00
kolaente 9e2792a6ac
Jetbrains Datagrip 2019.2.6 -> 2019.3.1 2019-12-25 11:11:16 +01:00
kolaente 46ed341384
Jetbrains Clion 2019.3 -> 2019.3.2 2019-12-25 11:10:46 +01:00
kolaente 246cfe4f57
Merge branch 'master' of github.com:NixOS/nixpkgs into update/jetbrains-2019.4 2019-12-25 11:07:24 +01: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 683feaa515 yoshimi: 1.6.0.3 -> 1.6.1 2019-12-24 16:46:20 -08: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 6701487f01 qsampler: 0.6.0 -> 0.6.1 2019-12-24 05:11:48 -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 ace1ae9d11 qbittorrent: 4.2.0 -> 4.2.1 2019-12-24 03:27:14 -08: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
Marek Mahut 52fb07977e
Merge pull request #76244 from r-ryantm/auto-update/flexibee
flexibee: 2019.3.1.1 -> 2019.3.1.3
2019-12-23 19:38:02 +01:00
Jan Tojnar a63d28e62e
Merge pull request #76220 from r-ryantm/auto-update/deja-dup
deja-dup: 40.4 -> 40.6
2019-12-23 19:01:09 +01:00
R. RyanTM 398f11945e jmol: 14.30.0 -> 14.30.1 2019-12-23 09:16:44 -08:00
mehlon 6c7fe45ff7 gnunet: 0.11.8 -> 0.12.0 2019-12-23 18:13:49 +01:00
R. RyanTM 822ee7e95e hstr: 2.0 -> 2.2 2019-12-23 08:56:26 -08:00
Mario Rodas 4d6e005dec
Merge pull request #76254 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.11.1 -> 1.12.1
2019-12-23 11:08:25 -05:00
Mario Rodas 4cd7c0f7d8
Merge pull request #76271 from r-ryantm/auto-update/git-machete
gitAndTools.git-machete: 2.12.2 -> 2.12.5
2019-12-23 10:58:15 -05:00
Pavol Rusnak f709da62cb runwayml: 0.9.0 -> 0.10.11 2019-12-23 15:14:15 +00:00
Jörg Thalheim 75760562dd gitAndTools.git-hub: 1.0.3 -> 1.1.0 2019-12-23 15:13:04 +00:00
R. RyanTM e7ea379eb2 gitAndTools.git-machete: 2.12.2 -> 2.12.5 2019-12-23 06:48:48 -08:00
worldofpeace 73a2107bc0
Merge pull request #76183 from romildo/upd.catfish
catfish: 1.4.10 -> 1.4.11
2019-12-23 09:12:21 -05:00
Ryan Mulligan e5b1598564
Merge pull request #76215 from r-ryantm/auto-update/avocode
avocode: 4.0.1 -> 4.2.1
2019-12-23 05:55:17 -08:00
Mario Rodas c382675f3a
Merge pull request #76251 from r-ryantm/auto-update/git-extras
gitAndTools.git-extras: 5.0.0 -> 5.1.0
2019-12-23 08:36:00 -05:00
Mario Rodas 8c9301745b
spotify-tui: 0.10.0 -> 0.11.0
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.11.0
2019-12-23 07:40:00 -05:00
R. RyanTM 00cd8b7ac6 gallery-dl: 1.11.1 -> 1.12.1 2019-12-23 04:31:14 -08:00
R. RyanTM 05bf7427b3 gitAndTools.git-extras: 5.0.0 -> 5.1.0 2019-12-23 03:54:27 -08:00
José Romildo Malaquias 0529b27d18 catfish: move to pkgs/desktops/xfce/applications
Since release 1.4.6 catfish is an Xfce Project. See https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project

Makes an alias for catfish.
2019-12-23 07:54:59 -03:00
José Romildo Malaquias 6f4b5bf2e7 catfish: 1.4.10 -> 1.4.11 2019-12-23 07:54:59 -03:00
R. RyanTM 8c3694a24e flexibee: 2019.3.1.1 -> 2019.3.1.3 2019-12-23 02:04:43 -08:00
Mario Rodas 483c03d406
Merge pull request #76221 from r-ryantm/auto-update/coursera-dl
coursera-dl: 0.11.4 -> 0.11.5
2019-12-23 04:50:45 -05:00
Jörg Thalheim 3e44c3461f
cvs_fast_export: 1.48 -> 1.49 (#76234)
cvs_fast_export: 1.48 -> 1.49
2019-12-23 09:44:26 +00:00
R. RyanTM 79115362fd cvs_fast_export: 1.48 -> 1.49 2019-12-23 00:44:31 -08:00
R. RyanTM 8963b4aed4 coursera-dl: 0.11.4 -> 0.11.5 2019-12-22 22:18:40 -08:00
R. RyanTM 04ff52b772 deja-dup: 40.4 -> 40.6 2019-12-22 22:07:13 -08:00
R. RyanTM 1f705c691c avocode: 4.0.1 -> 4.2.1 2019-12-22 21:20:17 -08:00
R. RyanTM dfa93d552c blender: 2.81 -> 2.81a 2019-12-22 20:36:57 -08:00
worldofpeace e881997942 monitor: 0.6.1 -> 0.6.2
https://github.com/stsdc/monitor/releases/tag/0.6.2
2019-12-22 23:21:15 -05:00
kjuvi b697e4a90f monitor: init at 0.6.1 2019-12-22 23:12:43 -05:00
R. RyanTM c905a6da5a bcftools: 1.9 -> 1.10.2 2019-12-22 20:00:29 -08:00
Maximilian Bosch 2ac1596c92
Merge pull request #76170 from nyanloutre/ledger_live_1_19_2
ledger-live-desktop: 1.18.2 -> 1.19.2
2019-12-23 03:16:16 +01:00
Aaron Andersen 086d1ad906
Merge pull request #75047 from kampka/trilium-server
Add trilium server and module
2019-12-22 20:26:57 -05:00
Mario Rodas e8fc6c06f9
Merge pull request #75552 from saschagrunert/k8s
kubernetes: v1.16.3 -> v1.16.4
2019-12-22 19:25:05 -05:00
worldofpeace 144973a7e0
Merge pull request #76192 from worldofpeace/pantheon-update-script
Pantheon update script
2019-12-22 18:56:13 -05:00
talyz ff28cfa6d3 gitlab: 12.5.5 -> 12.6.0 2019-12-23 00:39:33 +01:00
talyz a3c72e66a6 gitlab: update.py: Get go deps for gitlab-shell from the root dir
GitLab Shell now has the go.mod and go.sum files in the root of the
repo; the go subdirectory has been removed and all the code in it has
been moved up to the root.
2019-12-23 00:26:28 +01:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
talyz 445bc1494c gitaly: 1.72.1 -> a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83
For some reason this untagged commit is the one referred to in the
main repository; this might be a mistake, but we'll have to package it
for now to follow upstream.
2019-12-23 00:18:39 +01:00
Mario Rodas 53c936f924
Merge pull request #76165 from marsam/update-git-gone
gitAndTools.git-gone: 0.2.0 -> 0.3.0
2019-12-22 18:13:57 -05:00
talyz 2f614714ed gitlab-workhorse: 8.14.1 -> 8.18.0 2019-12-22 23:49:29 +01:00
talyz 6972aec884 gitlab-shell: 10.2.0 -> 10.3.0 2019-12-22 23:48:18 +01:00
Daniel Schaefer 358ab81fff golden-cheeta: Use qtwebengine instead of qtwebkit 2019-12-22 21:43:31 +01:00
Lassulus c729a066ab
Merge pull request #76112 from acowley/handbrake-1.3.0
handbrake: 1.2.2 -> 1.3.0
2019-12-22 21:43:03 +01:00
Daniel Schaefer 57ad13175c golden-cheetah: 3.5-DEV1903 -> 3.5-RC2X 2019-12-22 21:40:26 +01:00
Danylo Hlynskyi 63fd250642
Merge pull request #76056 from danbst/zoom-fix
zoom-us: fix web login
2019-12-22 21:15:53 +02:00
Michael Weiss 7d421075f1
Merge pull request #75925 from alapshin/feature/android-studio-emulator-deps
android-studio: add missing emulator dependency
2019-12-22 20:11:21 +01:00
Vladimír Čunát 743f3cc258
Merge #76118: thunderbird*: 68.3.0 -> 68.3.1
https://www.thunderbird.net/en-US/thunderbird/68.3.1/releasenotes/#changes
2019-12-22 17:19:11 +01:00
Timo Kaufmann b747a86f8f newsboat: fetch from vcs
In hopes of working around
https://github.com/NixOS/nixpkgs/issues/60845. This fetches a gz archive
instead of xz and also fetches the archive from a different source,
hopefully avoiding the issue (whatever ist is caused by).

In addition to that, I think that building directly from VCS is
generally cleaner and more flexible for the following reasons:

- It cuts out and unnecessary middle step.

- It makes sure the version users install is equal to the version users
may have vetted.

- It makes it easy to develop patches or bisect changes by simply
checking out a different rev.

- It avoids using upstream-provided "binary" artifacts like those
generated by autotools.
2019-12-22 16:31:10 +01:00
Daniel Schaefer 6c8283e337 golden-cheetah: Enable libusb support
Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
2019-12-22 15:47:18 +01:00
Christian Kampka ebf3f1fe78
trilium: Pin platforms to x86_64 linux 2019-12-22 15:04:09 +01:00
Giacomo Longo 6f7f88677b
eclipse: 19.09 -> 19.12 (#76149) 2019-12-22 14:59:39 +01:00
Maximilian Bosch 65061ab2ae
stellarium: 0.19.2 -> 0.19.3
https://github.com/Stellarium/stellarium/releases/tag/v0.19.3
2019-12-22 13:57:13 +01:00
nyanloutre c953481ea7
ledger-live-desktop: 1.18.2 -> 1.19.2 2019-12-22 12:22:27 +01:00
Jörg Thalheim 7063f6f29a
tortoisehg: 5.0.2 -> 5.2.1
This version is not yet released. However given that python2 will soon
go end-of-life (without security updates), this seems like a good move.
The package was also lacking proper qt wrapping and unusable before.
2019-12-22 10:04:31 +00:00
Mario Rodas 1d9531fa6c
gitAndTools.git-gone: 0.2.0 -> 0.3.0 2019-12-22 00:00:00 -05:00
worldofpeace cfba4685a0
Merge pull request #76131 from flokli/diffpdf-qt
diffpdf: fix qt wrapping
2019-12-21 23:15:46 -05:00
worldofpeace 9f99517f62
Merge pull request #76113 from nh2/qtpass-dont-hardcode-pass-otp-usr-lib
qtpass: Fix /usr/lib hardcode to pass-otp.
2019-12-21 22:03:14 -05:00
Niklas Hambüchen fd4dd7ea1e
Merge pull request #70526 from kampka/spacegun
spacegun: init at 0.3.3
2019-12-22 03:36:46 +01:00
Niklas Hambüchen 213e129825 qtpass: Fix /usr/lib hardcode to pass-otp.
Before, the checkbox for OTP functionality could not be enabled on
NixOS, even when `(pass.withExtensions (exts: [ exts.pass-otp ]))`
was installed correctly.
2019-12-22 03:19:52 +01:00
Renaud b219b05efb
Merge pull request #76137 from aanderse/redmine-master
redmine: 4.0.5 -> 4.1.0
2019-12-22 01:41:26 +01:00
markuskowa 8317f22265
Merge pull request #76152 from markuskowa/lic-gnunet
gnunet: fix license
2019-12-22 00:53:41 +01:00
worldofpeace 15511b7245
Merge pull request #76143 from worldofpeace/lightdm-wayland-support
lightdm: add patch to fix wayland sessions
2019-12-21 17:57:47 -05:00
Jörg Thalheim 725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
Michael Weiss b9b77386b0
Merge pull request #75247 from Elyhaka/sway
sway: refactor with a wrapper

This moves the wrapper functionality from the NixOS module to a new package
(wrapper) that wraps the original sway package (sway-unwrapped). Therefore it's
now also possible to properly use Sway on non-NixOS systems out of the box.

The new submodule for the wrapperFeatures makes it easy to extend the
functionality which should become useful in the future.

This also introduces a GTK wrapper feature to fix issues with icon/GTK themes,
e.g. when running waybar or wofi. This should also work for #67704. If not, we
might have to add some additional dependencies/arguments for this case.
2019-12-21 23:48:02 +01:00
Markus Kowalewski fa3793e8a4
gnunet fix license 2019-12-21 22:45:39 +01:00
Elyhaka d467c59825
sway: refactor with a wrapper 2019-12-21 21:17:21 +01:00
worldofpeace 9e1e7e32be
Merge pull request #76129 from gnidorah/vk
vk-messenger: use wrapGAppsHook
2019-12-21 11:59:14 -05:00
Renaud 013e439fd8
Merge pull request #75036 from sikmir/oom
openorienteering-mapper: 0.9.0 -> 0.9.1
2019-12-21 17:30:50 +01:00
Aaron Andersen 5d9c7cda16 redmine: 4.0.5 -> 4.1.0 2019-12-21 10:21:54 -05:00
Maximilian Bosch 9d6abcd826
Merge pull request #76120 from zowoq/brave
brave: 1.0.0 -> 1.1.23
2019-12-21 14:15:06 +01:00
Maximilian Bosch f2a989b001
Merge pull request #76124 from tadeokondrak/wofi-1.0
wofi: 2019-10-28 -> 1.0
2019-12-21 14:10:37 +01:00
Florian Klink 2054a083fb diffpdf: fix qt wrapping
We were using stdenv.mkDerivation instead of the qt-provided
mkDerivation, so qt wrapping didn't happen.
2019-12-21 13:48:51 +01:00
Maximilian Bosch da4b7e778a
kitty: 0.15.0 -> 0.15.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.15.1
2019-12-21 12:14:36 +01:00
gnidorah 24ac2e263a vk-messenger: use wrapGAppsHook 2019-12-21 13:12:30 +03:00
Jörg Thalheim 88a473fc12
mercurial: 4.9.1 -> 5.2.1
also switch to python3
2019-12-21 07:32:58 +00:00
Tadeo Kondrak f90d0634f8
wofi: 2019-10-28 -> 1.0 2019-12-20 23:16:36 -07:00
Mario Rodas bf3c173595
Merge pull request #76067 from jonasnick/lightning-0.8.0
clightning: 0.7.3 -> 0.8.0
2019-12-20 22:57:48 -05:00
zowoq c6d11ef7f3 brave: 1.0.0 -> 1.1.23 2019-12-21 13:35:19 +10:00
Anthony Cowley 7978601e8d handbrake: remove nasm and cmake dependencies
These were included by the handbrake build because they are used by external dependencies. In nixpkgs, we build those dependencies (e.g. codecs) separately, and so excise the check for these tools from the handbrake build.
2019-12-20 22:08:29 -05:00
Anthony Cowley b4dea13eb4 handbrake: 1.2.2 -> 1.3.0
This update is important as handbrake 1.2.2 no longer builds with
nixpkgs due to an unrelated update to pango-1.44.x as described
[here](https://github.com/HandBrake/HandBrake/issues/2226).

Fixes #73399
2019-12-20 22:00:58 -05:00
taku0 fe5b38251b thunderbird: 68.3.0 -> 68.3.1 2019-12-21 10:48:12 +09:00
taku0 f555250949 thunderbird-bin: 68.3.0 -> 68.3.1 2019-12-21 10:46:34 +09:00
Mario Rodas 33e87b06d3
Merge pull request #75785 from eraserhd/weechat-darwin-fix
weechat: Fix build on Darwin
2019-12-20 18:49:20 -05:00
ryan4729 3546e6eb41 teamviewer: 14.7.1965 -> 15.0.8397 (#75059) 2019-12-20 23:39:11 +01:00
Renaud 6bfe79351b
Merge pull request #75651 from etu/testssl-update
testssl: 3.0rc5 -> 3.0rc6
2019-12-20 23:30:44 +01:00
Maximilian Bosch 85d4bfc94b
Merge pull request #76042 from evanjs/gitkraken-6.4.0
gitkraken: 6.3.1 -> 6.4.1
2019-12-20 23:17:42 +01:00
Alyssa Ross 7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Robert Helgesson 61ea3fe475
emacsPackages.sv-kalender: init at 1.9 (#75892) 2019-12-20 18:28:22 +01:00
Tim Steinbach 6f845885c4
vivaldi: 2.9.1705.41-1 -> 2.10.1745.21-1 2019-12-20 11:28:50 -05:00
Michael Weiss 313eba4451
signal-desktop: 1.29.2 -> 1.29.3 2019-12-20 14:40:37 +01:00
markuskowa ec6240c5a5
Merge pull request #75816 from lsix/qgis-3.10.1
qgis: 3.10.0 -> 3.10.1
2019-12-20 13:37:16 +01:00
Evan Stoll 847fd1711d gitkraken: 6.4.0 -> 6.4.1 2019-12-20 07:10:26 -05:00
Lassulus 5361b333b8
Merge pull request #63882 from solson/syncplay-1.6.4a
syncplay: 1.6.4 -> 1.6.4a, and upgrade dependency from Qt4 to Qt5
2019-12-20 08:07:58 +01:00
lassulus cdcb4ba4b0 bitcoin-abc: 0.20.7 -> 0.20.8 2019-12-20 08:06:42 +01:00
danbst c379dc736e zoom-us: fix web login, and provide Qt wrapping for binaries
(but don't pollute environment)
2019-12-20 08:04:20 +02:00
skykanin 2fd95ac349 Add mimeType to discord package (#76057)
* Add mimeType to discord package

* Fix spacing
2019-12-20 07:50:19 +02:00
Justin Bedo 2191912274
minia: init at 3.2.1 2019-12-20 11:27:04 +11:00
Justin Bedo 6741cff527
last: init at 1042 2019-12-20 11:27:02 +11:00
Jan Tojnar 76c526a4fb
Merge pull request #75909 from jtojnar/gtkglext-fix
Do not depend on pangox_compat
2019-12-20 01:14:08 +01:00
Niklas Hambüchen b9613385bc
Merge pull request #75853 from ivan/chromium-79.0.3945.88
chromium: 79.0.3945.79 -> 79.0.3945.88
2019-12-19 22:17:44 +00:00
Scott Olson 487759d1b0 syncplay: apply wrapQtAppsHook fix 2019-12-19 14:52:32 -06:00
Jonas Nick b03ab5054a
clightning: 0.7.3 -> 0.8.0 2019-12-19 20:31:51 +00:00
Oliver Kopp eb112c8bc3
Fix homepage of JabRef 2019-12-19 21:17:26 +01:00
Florian Klink 1c15955340
Merge pull request #75834 from talyz/gitlab-12.5.5
gitlab: 12.5.4 -> 12.5.5
2019-12-19 21:15:23 +01:00
Michael Weiss 03beaedc77
gollum: Update the dependencies (security, CVE-2019-16782)
This updates rack to 1.6.12 for CVE-2019-16782 [0].

[0]: https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3
2019-12-19 18:53:24 +01:00