Commit Graph

47432 Commits

Author SHA1 Message Date
Enno Richter
5b65d3e7bc iptraf: mark as broken 2020-09-29 05:45:04 -07:00
Michael Weiss
0d2a73b5af
wayvnc: 0.2.0 -> 0.3.1 2020-09-29 12:48:46 +02:00
Mario Rodas
77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas
e2ef48c483
Merge pull request #99045 from lilyball/macvim
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Gabriel Ebner
92da99b415
Merge pull request #98982 from valencik/blender-2.90.1
blender: 2.90.0 -> 2.90.1
2020-09-29 08:17:33 +02:00
Emery Hemingway
e7d0500cb3 nixos/rsyncd: convert module to an INI generator 2020-09-29 08:07:53 +02:00
pacien
b3f8642587 gscan2pdf: 2.8.1 -> 2.9.1 2020-09-29 06:55:49 +02:00
Mario Rodas
2f1d44bf07
Merge pull request #99046 from marsam/update-git-absorb
gitAndTools.git-absorb: 0.6.3 -> 0.6.4
2020-09-28 23:47:10 -05:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
Mario Rodas
031b9c172f gitAndTools.git-absorb: 0.6.3 -> 0.6.4 2020-09-28 18:20:00 -05:00
Lily Ballard
72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard
9daf3b994b macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
Lily Ballard
d3b1d59d84 macvim: Properly link against Nix ncurses
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.

Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
Ryan Mulligan
955babff2e
Merge pull request #98995 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.112 -> 0.0.114
2020-09-28 06:18:54 -07:00
Ryan Mulligan
e8f69ee41e
Merge pull request #98715 from r-ryantm/auto-update/fff
fff: 2.1 -> 2.2
2020-09-28 06:18:07 -07:00
Lancelot SIX
575bed7987
Merge pull request #98535 from lsix/skype-8.64.0.81
skypeforlinux: 8.63.0.76 -> 8.64.0.81
2020-09-28 13:11:25 +01:00
R. RyanTM
170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
Mario Rodas
692f58d16f
Merge pull request #81116 from matthiasbeyer/add-swappy
swappy: Init at 1.2.1
2020-09-28 01:13:17 -05:00
Michael Raskin
064e082296
Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg
wpsoffice: keep using ffmpeg_3
2020-09-28 05:49:22 +00:00
Michael Raskin
4702c49f23 wpsoffice: keep using ffmpeg_3
Partial revert of aa91966430

Related to #98945
2020-09-28 07:23:45 +02:00
Ryan Mulligan
0a74860735
Merge pull request #98911 from r-ryantm/auto-update/yacreader
yacreader: 9.6.2 -> 9.7.1
2020-09-27 21:12:40 -07:00
Mario Rodas
22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Mario Rodas
f13c14ce5c
Merge pull request #98966 from matthias-t/zola-0.12.1
zola: 0.12.0 -> 0.12.1
2020-09-27 22:57:18 -05:00
Andrew Valencik
075014385e blender: 2.90.0 -> 2.90.1 2020-09-27 22:40:55 -04:00
WORLDofPEACE
9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
Justin Lovinger
2870231e08 rofimoji: init at 4.3.0 2020-09-27 18:37:44 -04:00
Maurice B. Lewis
94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00
Maximilian Bosch
b8d1e39a28
stellarium: 0.20.2 -> 0.20.3
https://github.com/Stellarium/stellarium/releases/tag/v0.20.3
2020-09-27 22:09:36 +02:00
Robert Scott
c9c10e240e
Merge pull request #98960 from r-burns/projectm
projectm: fix build on darwin
2020-09-27 20:10:24 +01:00
Matt Huszagh
6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
Ryan Burns
d10d6dfa4a projectm: fix build on darwin 2020-09-27 11:31:35 -07:00
Matthias Totschnig
19becd922c zola: 0.12.0 -> 0.12.1 2020-09-27 20:13:26 +02:00
Michael Raskin
862e6fe2c6
Merge pull request #98905 from r-ryantm/auto-update/vifm
vifm: 0.10.1 -> 0.11
2020-09-27 13:04:54 +00:00
Nikolay Korotkiy
a502146d7a gpxsee: 7.31 -> 7.32 2020-09-27 14:26:21 +02:00
R. RyanTM
40b1a628b6 vifm: 0.10.1 -> 0.11 2020-09-27 19:16:44 +10:00
R. RyanTM
ec34833248 yacreader: 9.6.2 -> 9.7.1 2020-09-27 03:44:14 +00:00
Maximilian Bosch
004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Justin Humm
c06610e8de
Merge pull request #98887 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.8 -> 0.6.10
2020-09-26 23:37:23 +02:00
Mario Rodas
7045401699
Merge pull request #98817 from marsam/update-archiver
archiver: 3.3.0 -> 3.3.1
2020-09-26 16:33:56 -05:00
R. RyanTM
36c7fb33dc signal-cli: 0.6.8 -> 0.6.10 2020-09-26 20:18:54 +00:00
meutraa
bdeef5701d androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12 2020-09-26 22:12:52 +02:00
Aaron Andersen
7d56386e11
Merge pull request #98556 from stigtsp/package/convos-4.40
convos: 4.33 -> 4.40
2020-09-26 14:02:17 -04:00
Ryan Mulligan
9d789745fe
Merge pull request #98840 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.22 -> 1.23
2020-09-26 10:28:57 -07:00
Gabriel Ebner
bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
adisbladis
bbecb0ef9f
Merge pull request #98673 from acowley/emacsgcc-paths
emacs: fix paths for native compilation
2020-09-26 16:20:23 +02:00
Ryan Mulligan
22cb0f88a1
Merge pull request #98829 from r-ryantm/auto-update/obsidian
obsidian: 0.8.12 -> 0.8.15
2020-09-26 07:03:17 -07:00
Ryan Mulligan
019cadb0d2
Merge pull request #98831 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.7 -> 2.4.8
2020-09-26 06:55:43 -07:00
Thomas Tuegel
6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas
43850833b5
Merge pull request #98754 from magnetophon/geonkick
geonkick: 2.3.7 -> 2.3.8
2020-09-26 08:02:28 -05:00
Gabriel Ebner
58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00