Commit Graph

53107 Commits

Author SHA1 Message Date
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
Peter Simons
518338f7f7 ghc: add alpha-1 release of version 9.0.1 2020-09-29 12:06:53 +02:00
Ryan Mulligan
3c672fa551
Merge pull request #99054 from redvers/pony-corral_init
pony-corral: init 0.4.0
2020-09-28 21:27:16 -07:00
Ryan Mulligan
ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
Redvers Davies
ef71bc461d pony-corral: init 0.4.0 2020-09-29 01:14:12 +00:00
Tim Steinbach
6fb0a4dd2a
linux-hardened: 5.7 -> 5.8 2020-09-28 19:09:10 -04: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
Redvers Davies
046c6a7038
ponyc: update 0.38.1 (#98598)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-28 17:40:58 -04: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
ccellado
2f4f052f7c pyvips: init at 2.1.12
pyvips: init at 2.1.12

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/top-level/python-packages.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-27 20:00:31 -07: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
Justin Lovinger
d93e6842d4 wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
Patrick Winter
84a2282b7b typer: init at 0.3.2 2020-09-27 11:43:05 -07:00
Matt Huszagh
6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
Robert Scott
d7365fad89 pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Michael Raskin
31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Austin Butler
84d74ae9c9 pythonPackages.entrypoint2: init at 0.2.1 2020-09-26 18:54:09 -07:00
Austin Butler
af2dc4d401 python3Packages.mss: init at 6.0.0 2020-09-26 18:52:35 -07:00
Austin Butler
3b1ee7b011 pythonPackages.requests-hawk: init at 1.0.1 2020-09-26 15:46:48 -07:00
Richard Marko
bcd728c9bf ghc8102Binary: add to integerSimpleExcludes 2020-09-26 12:18:00 -07: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
Gabriel Ebner
bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
Thomas Tuegel
6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas
69978a02e1
Merge pull request #98696 from marsam/init-postgresql_13
postgresql_13: init at 13.0
2020-09-26 08:00:37 -05:00
Gabriel Ebner
58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00
Gabriel Ebner
78c10375d8 opencascade-occt730: init at 7.3.0p3 2020-09-26 14:26:16 +02:00
Gabriel Ebner
22301b66cd freecad: 0.18.4 -> unstable-2020-09-25 2020-09-26 13:49:42 +02:00
Thomas Tuegel
e1b7af630f
cantata: use libvlc 2020-09-26 05:50:24 -05:00
Frank Doepper
31ae9dd6ab nncp: init at 5.3.3 2020-09-26 10:28:42 +02:00
Oleksii Filonenko
59bfd517ff
Merge pull request #98691 from zowoq/caddy
caddy: 2.1.1 -> 2.2.0
2020-09-26 11:03:32 +03:00
Jonathan Ringer
2768436826 hasura-graphql-engine: reduce closure size
4.3G to around 80MB
2020-09-25 20:32:40 -07:00
Peter Simons
3913f6a514
Merge pull request #98656 from sorki/hask/ghc8102Binary
ghc8102Binary: init, enable armv7l
2020-09-25 21:22:07 +02:00
Thomas Tuegel
9eb4c70c74
vlc: do not build with every Qt version
It is no longer necessary to build vlc with every Qt version now that we have a
Qt-less libvlc.
2020-09-25 10:47:43 -05:00
Thomas Tuegel
4cc2cdfb83
libvlc: init at 3.0.11.1 2020-09-25 10:47:43 -05:00
Doron Behar
9e8f8c2cf8 all-packages.nix: Fix a mis-indented };
And thereby fix a confusion for parenthesis based Vim folding.
2020-09-25 18:32:20 +03:00
Hongchang Wu
91c74eeae3 ocamlPackages.dot-merlin-reader: init at 3.4.0 2020-09-25 15:11:46 +02:00
Daniël de Kok
163fc72328
Merge pull request #98630 from Flakebi/amber
amber: init at unstable-2020-09-23
2020-09-25 11:22:26 +02:00
Doron Behar
0c8e51bd8c
Merge pull request #95413 from pstn/remove-gnunet-git
gnunet_git: remove
2020-09-25 10:29:55 +03:00
Philipp
ff513a5b89 gnunet_git: remove 2020-09-25 10:13:48 +03:00
Graham Bennett
31cef85719 Remove lowPrio from octaveFull 2020-09-25 09:57:25 +03:00
Graham Bennett
3a5bcb313e octave: use qt-5 mkDerivation for wrapQtAppsHook
This is to ensure QT_QPA_PLATFORM_PLUGIN_PATH is set on Darwin.
2020-09-25 09:57:25 +03:00
Sebastian Neubauer
179360d419 amber: init at unstable-2020-09-23 2020-09-25 08:10:50 +02:00
zowoq
dc19de6009 Revert "syncthing: pin to go 1.14"
This reverts commit 384e56bbaa.

Fixed in the 1.9.0 release.
https://github.com/syncthing/syncthing/releases/tag/v1.9.0
2020-09-25 15:41:55 +10:00
Anderson Torres
4e297bd2a9
Merge pull request #97806 from JamieMagee/dotnet-sdk-5.0
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9
2020-09-25 00:23:27 -03:00
zowoq
60fcc12970 caddy: 2.1.1 -> 2.2.0
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-09-25 09:17:28 +10:00
zimbatm
cc9b34a56b
Merge pull request #98649 from cw789/elixir_cleanup
elixir_1_6: remove
2020-09-24 22:00:03 +00:00
zimbatm
f32bc5c953
Merge pull request #98554 from Luflosi/update/ipfs
ipfs: 0.6.0 -> 0.7.0
2020-09-24 20:42:07 +00:00
Joe Hermaszewski
99d2db8dce
nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)
- This is fetched from a different URL, so allow passing that explicitly.

- There also isn't an nvidia-persistenced or nvidia-settings release for
  this version, so use 450.57 instead. Also implement passing
  persistenced and settings version explicitly.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-24 10:53:05 -04:00