Commit Graph

32977 Commits

Author SHA1 Message Date
Vincent Laporte
22b076e1c3 ikos: 2.1 → 3.0 2020-09-30 07:20:38 +02:00
Benjamin Staffin
703f052de1
material-shell: init at v6 (#98899) 2020-09-29 18:38:45 -04:00
Anderson Torres
9f973593c8
Merge pull request #98991 from AndersonTorres/netsurf-upload
Netsurf: a huge rewrite+update!
2020-09-29 15:01:32 -03: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
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
AndersonTorres
9438b04126 NetSurf: refactor
I will refactor NetSurf to make it more understandable and discoverable.

- First, it will be moved from misc/ to networking/browsers/, with all its
  related libraries;
- Second, the expressions will be arranged in a flat directory.
2020-09-28 22:39:14 -03: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
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
Matt Huszagh
6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -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
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
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
cw
3c379af10b elixir_1_6: remove
Additionally removed the now obsolete rebar build dependency for elixir.
2020-09-24 15:14:52 +02:00
Eric Litak
028e05d8a4
vcs: init at 1.13.4
* vcs: init at 1.13.4

* Update pkgs/applications/video/vcs/default.nix

Co-Authored-By: symphorien <symphorien@users.noreply.github.com>

* Update pkgs/applications/video/vcs/default.nix

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-09-23 21:58:52 -07:00
Ryan Mulligan
d6d1c121e1
Merge pull request #72161 from Twey/libbacktrace
libbacktrace: init at 2018-06-05
2020-09-23 21:22:08 -07:00
Mario Rodas
27733e2bf6 postgresql_13: init at 13.0
https://www.postgresql.org/docs/13/release-13.html
2020-09-24 04:20:00 +00:00
Ryan Mulligan
dfd2eeabd6
Merge pull request #69644 from bzizou/obitools
obitools3: init at 3.0.0-beta14
2020-09-23 19:04:11 -07:00
Ryan Mulligan
5b61492080
Merge pull request #68670 from B4dM4n/cargo-sync-readme
cargo-sync-readme: init at 1.0
2020-09-23 18:46:17 -07:00