Commit graph

3411 commits

Author SHA1 Message Date
Averell Dalton 07348da4d7 jetbrains.clion: 2018.1.5 -> 2018.1.6 2018-07-28 21:38:10 +02:00
Daiderd Jordan 5b211b6f4c
vim-configurable: fix python support
Removed --enable-python since that doesn't seem to do anything.
2018-07-28 11:30:46 +02:00
Symphorien Gibol dddaa94ac2 neovim wrapper: also make <vimplugin>.pythonDepedencies a function
A function of the same signature as the argument of python.withPackages
2018-07-27 00:27:44 +02:00
Thomas Tuegel 4f5837668b
hindent: build Emacs package with latest Melpa recipe
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Robert Helgesson a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6 2018-07-26 15:43:59 +02:00
Frederik Rietdijk ea91420675
Merge pull request #43886 from FRidh/vim
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Symphorien Gibol c1752666df neovim wrapper: use python.withPackages instead of python.buildEnv
They are both as powerful, but buildEnv is treacherous: if you pass a
package which depends on another python (for example the one of unstable
when you are on stable) it will be *silently* dropped, leading to hair
pulling.

Use case:
override neovim from unstable, but still keep stable's pythonPackages.
2018-07-24 15:05:50 +02:00
Symphorien Gibol 10436a707a neovim wrapper: do not unset PYTHONPATH
This solves the following bug:
opening neovim in nix-shell -p pythonPackages.numpy does not enable to
run successfully
:!python -c "import numpy"
because the PYTHONPATH is wiped by the neovim wrapper.

This wiping is necessary for the python providers, though, otherwise a
python2 nix-shell will make the python3 provider read python2 files.

We wrap the providers only, instead of neovim as whole.
2018-07-24 15:02:48 +02:00
Jörg Thalheim 1ebf90b9fb
Merge pull request #44043 from ljli/vscode-fix
vscode: fix keymapping.node rpath
2018-07-24 05:54:53 -04:00
Leon Isenberg 6bf5dfc874 vscode: fix keymapping.node rpath 2018-07-24 03:04:36 +02:00
Thomas Tuegel 0015c34f9c
Merge pull request #44007 from ttuegel/emacs-packages-2018-07-22
Emacs package updates
2018-07-23 08:35:11 -05:00
Thomas Tuegel 648911fee3
melpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel 095e2f961f
elpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel a0762a4eee
org-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 56df454a07
elpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 8ecdc02f95
melpa-stable-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 707010ef23
melpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Jörg Thalheim 102eb1fd29
Merge pull request #43995 from kalbasit/fix-neovim-unwrapped
neovim: fix the xsel path in the clipboard runtime provider
2018-07-23 10:52:34 +01:00
adisbladis 607ae1df1b
emacsPackagesNg.elpaPackages: Don't pass fetchurl to elpa.nix
This fixes evaluation error of elpa packages.
2018-07-23 15:38:20 +08:00
Wael M. Nasreddine 5c7c2be709 neovim: fix the xsel path in the clipboard runtime provider 2018-07-22 21:32:16 -07:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Frederik Rietdijk e3d4ef9c7e
Merge pull request #43925 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.0 -> 0.3.1
2018-07-22 08:37:44 +02:00
Frederik Rietdijk e4dab5a3da
Merge pull request #43943 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.14 -> 1.6.15
2018-07-22 08:22:46 +02:00
R. RyanTM 7968bf4935 focuswriter: 1.6.14 -> 1.6.15
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/focuswriter/versions.
2018-07-21 18:56:13 -07:00
R. RyanTM 4c1eb7fbe6 neovim-unwrapped: 0.3.0 -> 0.3.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-unwrapped/versions.
2018-07-21 14:18:00 -07:00
Jörg Thalheim 5e05b0a105
Merge pull request #43901 from periklis/orgit-fix-inputs
orgit: add git to native build inputs
2018-07-21 19:05:46 +01:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Frederik Rietdijk 1c45f35bfd
Merge pull request #43902 from r-ryantm/auto-update/tiled
tiled: 1.1.5 -> 1.1.6
2018-07-21 19:40:53 +02:00
R. RyanTM 83cfb08654 tiled: 1.1.5 -> 1.1.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tiled/versions.
2018-07-21 08:55:50 -07:00
Periklis Tsirakidis 2bf47aa2b8 orgit: add git to native build inputs 2018-07-21 17:45:08 +02:00
Frederik Rietdijk 9cb1e7a1f3 qvim: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 16:52:30 +02:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Frederik Rietdijk 539f4f644a vim_configurable: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 13:48:19 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth dda95bae35 [bot] treewide: remove unused 'args@' in lambdas 2018-07-20 19:54:05 +00:00
Frederik Rietdijk 1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Tim Steinbach 871f3396a5
vscode: 1.25.0 -> 1.25.1 2018-07-20 08:22:03 -04:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
R. RyanTM 80d44926bf atom: 1.28.1 -> 1.28.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atom/versions.
2018-07-19 12:23:36 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Thomas Tuegel 9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
Emacs package updates
2018-07-17 17:53:54 -05:00
Michael Weiss bf23666022 androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21 2018-07-17 20:06:20 +02:00
Thomas Tuegel a5f026f778
emacsPackagesNg.magit: find Git during build 2018-07-16 12:29:10 -05:00
Thomas Tuegel d3cea48608
emacsPackagesNg: 2018-07-15 update
All package sets are simultaneously updated to accommodate changes to
package-build. Due to new restrictions in package-build, all packages using
`melpaBuild` must now provide a recipe file, even those packages which are not
included in upstream MELPA.
2018-07-15 20:52:41 -05:00
Robert Schütz 18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Benjamin Andresen b07deda268 emacsPackages.cask: 0.8.1 -> 0.8.4 2018-07-14 14:07:23 +02:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Michael Weiss 33719a9108 androidStudioPackages.{dev,canary}: 3.3.0.1 -> 3.3.0.2 2018-07-13 16:09:04 +02:00
Michael Weiss 67a4ac8f90 androidStudioPackages.beta: 3.2.0.19 -> 3.2.0.20 2018-07-13 16:04:13 +02:00
Frederik Rietdijk f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
Robert Schütz 35d4640b03 ghostwriter: 1.6.2 -> 1.7.0 2018-07-10 14:48:36 +02:00
Jan Tojnar 28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
R. RyanTM c4a6319322 focuswriter: 1.6.13 -> 1.6.14 (#43199)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/focuswriter/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/xliiidqc3smccya1a4fc587hq0wl67hx-focuswriter-1.6.14/bin/focuswriter had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.6.14 with grep in /nix/store/xliiidqc3smccya1a4fc587hq0wl67hx-focuswriter-1.6.14
- directory tree listing: https://gist.github.com/9f4508c662704c3b5816978445e872fc
- du listing: https://gist.github.com/1219d595782c68ce78122f6ec9566b23
2018-07-08 11:13:05 +02:00
R. RyanTM 0e59b1c1ed texstudio: 2.12.8 -> 2.12.10 (#43154)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/texstudio/versions.

Version release notes (from GitHub):
TeXstudio 2.12.10
----------------
- bug fixes
- fix structure view with Qt >5.10

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10/bin/texstudio had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.12.10 with grep in /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10
- directory tree listing: https://gist.github.com/30bd87321ac5fe523c2a1eb759af22c9
- du listing: https://gist.github.com/04363c828381c5273c6c80caa9b552f4
2018-07-08 01:16:46 +02:00
Silvan Mosberger 22075242d0
Merge pull request #43132 from eadwu/vscode/1.25.0
vscode: 1.24.1 -> 1.25.0
2018-07-07 18:38:25 +02:00
Edmund Wu c020e74886
vscode: 1.24.1 -> 1.25.0
Resolve missing lib, libgtk-x11-2.0.so.0
2018-07-06 21:57:29 -04:00
R. RyanTM be9c58b997 edbrowse: 3.7.3 -> 3.7.4 (#43037)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/edbrowse/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4/bin/edbrowse had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.7.4 with grep in /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4
- directory tree listing: https://gist.github.com/21b2adbe415a5e475da47207b1f79386
- du listing: https://gist.github.com/e6ec448b581313e4148fb251bcdca067
2018-07-06 21:08:11 +02:00
Patrick Hilhorst d45a099688 atom, atom-beta: 1.28.0 -> 1.28.1, 1.29.0-beta0 -> 1.29.0-beta1 (#43086) 2018-07-06 00:09:13 +02:00
xeji dfd30c6943
Merge pull request #42769 from Synthetica9/atom-fix-42730
atom, atom-beta: fixed #42730
2018-07-05 08:41:16 +02:00
Orivej Desh a4aca0e6ba rednotebook: fix build
It was failing because $GI_TYPELIB_PATH was undefined.
2018-07-04 23:28:34 +00:00
Will Dietz 0b7d6bb04f vim: v8.1.0001 -> v8.1.0146 2018-07-03 19:31:05 -05:00
Michael Weiss d12e7b8d17 androidStudioPackages.{dev,canary}: 3.3.0.0 -> 3.3.0.1 2018-07-03 21:28:15 +02:00
Silvan Mosberger 08895c66c4
Merge pull request #42859 from scolobb/icicles-bump
icicles: 2018-04-16 -> 2018-07-02
2018-07-03 15:33:05 +02:00
Ambroz Bizjak 3d662b5d0b vscode: 1.24.0 -> 1.24.1 2018-07-03 12:27:58 +02:00
Robert Helgesson cb96b8643c
eclipse-plugin-jdt-codemining: init at 1.0.0.201806221018 2018-07-02 17:37:17 +02:00
Sergiu Ivanov ea1b56c27b icicles: 2018-04-16 -> 2018-07-02 2018-07-02 04:36:09 +02:00
Tim Engler e1eb55deae android-studio: added libGL as a dependency
Without it, when starting an android emulator in some cases results in the
cryptic, "KVM is required to run this AVD. Unknown Error"

Fixes #41703
2018-06-30 15:16:10 +08:00
Vladimír Čunát 2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Robert Helgesson 8e78a9a68f
eclipse-plugin-jdt: 4.7.3a -> 4.8 2018-06-29 16:52:19 +02:00
Robert Helgesson 78601c097c
eclipse-sdk: 4.7.3a -> 4.8 2018-06-29 16:52:19 +02:00
Robert Helgesson 54f7949636
eclipse-platform: 4.7.3a -> 4.8 2018-06-29 16:52:14 +02:00
Patrick Hilhorst b95b410d43
atom, atom-beta: fixed #42730
Swithed atom to use gtk3 instead of 2.
Fixed channel detection in the atom startup script.
2018-06-29 15:10:17 +02:00
Michael Weiss b00d53fcfe androidStudioPackages.{dev,canary}: 3.2.0.18 -> 3.3.0.0 2018-06-29 13:54:10 +02:00
Michael Weiss 474fd13606 androidStudioPackages.beta: 3.2.0.18 -> 3.2.0.19 2018-06-29 13:54:01 +02:00
Matthew Bauer f87acb8ee0
Merge pull request #42597 from worldofpeace/typora-xdg-fix
typora: don't set XDG_RUNTIME_DIR
2018-06-28 22:29:44 -04:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Tim Steinbach 978397d358
nano: 2.9.7 -> 2.9.8 2018-06-26 20:50:49 -04:00
Patrick Hilhorst 9b69d5efd1
atom, atom-beta: nicer fix for #42618
Supersedes #42622
2018-06-26 21:04:01 +02:00
Patrick Hilhorst 6f732f6560
Revert "atom-beta: fix build (#42622)"
This reverts commit 9e02afcd80.
2018-06-26 20:54:42 +02:00
Tobias Happ 9e02afcd80 atom-beta: fix build (#42622) 2018-06-26 20:22:15 +02:00
worldofpeace 653e63ac4e typora: 0.9.48 -> 0.9.53 2018-06-25 20:22:20 -04:00
worldofpeace 6a2df77563 typora: XDG_RUNTIME_DIR doesn't need to be set 2018-06-25 13:21:36 -04:00
Jan Tojnar 0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 294e7b1b39
Merge pull request #42425 from Synthetica9/atom-1-28-0
atom: 1.27.2 -> 1.28.0
2018-06-23 18:08:27 +02:00
Patrick Hilhorst 5b3ccfd58a
atom: 1.27.2 -> 1.28.0 2018-06-23 13:42:00 +02:00
Michael Weiss f0520361a1 androidStudioPackages.{beta,dev,canary}: 3.2.0.17 -> 3.2.0.18 2018-06-22 20:58:10 +02:00
Michael Fellinger 6f831a7ab4 Gnome-latex: init at 3.28.1 2018-06-22 10:14:28 +02:00
Matthew Justin Bauer ec3957591f
emacs-mac: fix meta
- add myself as a maintainer
- fix name and description for emacs 26
2018-06-20 16:28:25 -04:00
Robert Helgesson b717ca8e45
eclipse-plugin-spotbugs: 3.1.3 -> 3.1.5 2018-06-20 20:24:45 +02:00
Ioannis Koutras efe77a8e78 jetbrains.clion: 2018.1.3 -> 2018.1.5 2018-06-18 11:39:47 +03:00
Ioannis Koutras e9ad12ae92 jetbrains.rider: 2018.1 -> 2018.1.2 2018-06-18 11:39:46 +03:00
Ioannis Koutras e8d8592937 jetbrains.phpstorm: 2018.1.4 -> 2018.1.6 2018-06-18 11:39:46 +03:00
Ioannis Koutras d4257c1a98 jetbrains.idea-ultimate: 2018.1.4 -> 2018.1.5 2018-06-18 11:39:45 +03:00
Ioannis Koutras c380165885 jetbrains.idea-community: 2018.1.4 -> 2018.1.5 2018-06-18 11:39:45 +03:00
Ioannis Koutras 79a94d5dea jetbrains.webstorm: 2018.1.3 -> 2018.1.5 2018-06-18 11:39:35 +03:00
Ioannis Koutras 7b35d856ce jetbrains.pycharm-professional: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:40 +03:00
Ioannis Koutras 16b7ba2f04 jetbrains.pycharm-community: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:39 +03:00
Ioannis Koutras ff3d215e70 jetbrains.goland: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:39 +03:00
Ioannis Koutras 955b349c53 jetbrains.datagrip: 2018.1.3 -> 2018.1.4 2018-06-18 11:36:39 +03:00
Ioannis Koutras 9e64556dbc jetbrains: update.pl use channel name 2018-06-18 11:36:38 +03:00
John Wiegley 4821a07370
emacsMacport: 26.1-7.0 -> 26.1-7.1 2018-06-14 15:35:05 -07:00
Michael Weiss fb5e8a87a0 androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17 2018-06-12 15:55:58 +02:00
Jörg Thalheim b494ef4db6 neovim: add missing libiconv 2018-06-12 10:16:55 +01:00
Cole Mickens 47348e20d1 neovim: 0.2.2 -> 0.3.0 2018-06-11 17:43:18 -07:00
Edmund Wu 4d8c0313b8 nixos/vscode-with-extensions: add desktop file (#41803) 2018-06-11 00:23:30 +02:00
Tobias Happ 8d488247e1 atom: patchelf ctags binary (#41811) 2018-06-11 00:08:08 +02:00
Matthew Bauer bc490a4b3f emacs-mac: don’t propagate frameworks
This makes the closure really big & is not needed for a running emacs.
2018-06-09 12:58:58 -04:00
Matthew Bauer 697ae2a073 emacsMacport: apply clean-env.patch 2018-06-09 12:33:18 -04:00
R. RyanTM 7193d8653f focuswriter: 1.6.12 -> 1.6.13 (#41567)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/focuswriter/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13/bin/focuswriter had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.6.13 with grep in /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13
- directory tree listing: https://gist.github.com/db4b900533de6fbcd9a1a49a687360bb
- du listing: https://gist.github.com/4a9ea745f0fc337735be9262721a0a12
2018-06-09 01:07:02 +02:00
R. RyanTM ff4aeb7793 ne: 3.0.1 -> 3.1.1 (#41536)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ne/versions.

These checks were done:

- built on NixOS
- /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1/bin/ne passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.1.1 with grep in /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1
- directory tree listing: https://gist.github.com/42510d37e15dd038fe5cb41d40afdd1b
- du listing: https://gist.github.com/bc434bb32e50be446738c27c6e76a14e
2018-06-09 00:57:59 +02:00
Jörg Thalheim 8348134cc4
Merge pull request #41624 from sondr3/update-clion
Jetbrains CLion: 2018.1.2 -> 2018.1.3
2018-06-08 16:30:23 +01:00
Jörg Thalheim e0129b64f3
Merge pull request #41700 from winniequinn/vscode-1.24.0
vscode: 1.23.1 -> 1.24.0
2018-06-08 16:04:08 +01:00
Michael Weiss 7fd9a40dde androidStudioPackages.{dev,canary}: 3.2.0.15 -> 3.2.0.16 2018-06-08 13:21:32 +02:00
Michael Weiss 179590a314 android-studio: 3.1.2.0 -> 3.1.3.0 2018-06-08 13:21:23 +02:00
Winnie Quinn cc13564aa8 vscode: 1.23.1 -> 1.24.0 2018-06-07 13:02:05 -04:00
Peter Simons c08d5ab247 emacsPackages.haskellMode: mark 'broken'
This package is obsolete anyway. Use "emacsMelpa.haskell-mode" instead.
2018-06-07 15:22:16 +02:00
Sondre Nilsen 5d9a182f8a
Jetbrains CLion: 2018.1.2 -> 2018.1.3 2018-06-07 12:09:14 +02:00
Patrick Hilhorst 31ab326e4e atom-beta: 1.28.0-beta2 -> 1.28.0-beta3 (#41597) 2018-06-06 21:56:21 +02:00
Ioannis Koutras 60762627bf jetbrains.idea-ultimate: 2018.1.3 -> 2018.1.4 2018-06-03 14:01:12 +03:00
Ioannis Koutras 613e4dec6b jetbrains.idea-community: 2018.1.3 -> 2018.1.4 2018-06-03 14:01:02 +03:00
Vaibhav Sagar 86990d26ba scite: 3.7.5 -> 4.0.5 (#41345) 2018-06-01 12:23:01 +02:00
Patrick Hilhorst 5421c6f156 atom, atom-beta: 1.27.1 -> 1.27.2, 1.28.0-beta1 -> 1.28.0-beta2 (#41318) 2018-05-31 21:42:26 +02:00
Matthew Bauer ee1d6114a8 emacsMacport: 25.3 -> 26.1 2018-05-31 12:34:16 -04:00
Michael Weiss 5e445b94f8 androidStudioPackages.{dev,canary}: 3.2.0.14 -> 3.2.0.15 2018-05-31 15:33:27 +02:00
Daiderd Jordan 3010d99648
Merge pull request #40920 from Ma27/vim-configurable-python-override
vim_configurable: restore ability to override python for modules
2018-05-30 20:58:49 +02:00
Maximilian Bosch f43446c9ca
vim_configurable: restore ability to override python for modules
It seems as Python will be fetched from $PATH in Vim 8.1:

```
stat("/home/ma27/bin/python", 0x7ffe57a317b0) = -1 ENOENT (No such file or directory)
stat("/run/wrappers/bin/python", 0x7ffe57a317b0) = -1 ENOENT (No such file or directory)
stat("/home/ma27/.nix-profile/bin/python", 0x7ffe57a317b0) = -1 ENOENT (No such file or directory)
stat("/nix/var/nix/profiles/default/bin/python", 0x7ffe57a317b0) = -1 ENOENT (No such file or directory)
stat("/run/current-system/sw/bin/python", {st_mode=S_IFREG|0555, st_size=291, ...}) = 0
readlink("/run/current-system/sw/bin/python", "/nix/store/ggjkqbvwnv7dflkmdgmmp"..., 4096) = 72
```

This breaks in cases where you want to use a modified Python derivation
for the VIM plugins you use in `vim_configurable`:

```
let
  vim_configurable' = vim_configurable.override {
    # python with modules for ensime
    python = python.withPackages (ps: with ps; [ sexpdata websocket_client ]);
  };
in
  vim_configurable'.customize {
    # ...
  }
```

With VIM 8.0 this worked perfectly fine, now it's necessary to install
the modified `python` in $PATH to actually use it, otherwise an error
like this arises:

```
[ensime] A dependency is missing, please `pip2 install sexpdata websocket-client` and restart Vim.
Press ENTER or type command to continue
```

However it should be possible to pass the modified Python to the
modules, the easiest workaround is to write a wrapper which prefixes
$PATH to have the Python derivation available.
2018-05-30 09:16:55 +02:00
Jörg Thalheim b02b464852 neovim-remote: 1.8.6 -> 2.0.5 2018-05-29 22:30:18 +01:00
worldofpeace 41bb69fa88 typora: gnome2 cleanup (#41167) 2018-05-29 22:04:04 +02:00
Matthew Justin Bauer 6cc070df8a
Merge pull request #41162 from ryantm/name-format
treewide: fix derivation names
2018-05-28 13:58:17 -04:00
Matthew Bauer aa2160e1b6 emacs26: add some tweaks from jwiegley’s overlay
original src:
f85c560bf8/overlays/10-emacs.nix
2018-05-28 13:35:10 -04:00
Matthew Bauer a87b50bc63 emacs: readd version 25 2018-05-28 13:35:05 -04:00
Matthew Bauer ac23a7c459 emacs: 25.3 → 26.1 2018-05-28 11:35:20 -04:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
worldofpeace 0e97d71126 typora: fix gsettings error (#41125) 2018-05-28 11:55:17 +02:00
Matthew Justin Bauer 98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Yegor Timoshenko 5da73fc3ff okteta: add version attr, clean up 2018-05-25 15:48:26 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Matthew Justin Bauer d5af1da3cd
Merge pull request #40812 from baracoder/update-jetbrains
Update jetbrains IDEs
2018-05-23 13:32:32 -05:00
xeji 41344b8d62
Merge pull request #40886 from Synthetica9/atom-1-27-1
atom: 1.27.0 -> 1.27.1, atom-beta: 1.24.0-beta3 -> 1.28.0-beta1
2018-05-22 10:38:33 +02:00
Patrick Hilhorst 2ad8e9a978
atom, atom-beta: 1.27.0 -> 1.27.1, 1.24.0-beta3 -> 1.28.0-beta1
Also rewrote the derivation for easier maintencence.

(And added @ysndr as maintainer for atom-beta, kind of an implicit
result of joining the two. If you're not okay with that, I'll patch
you out, but I'll presume consent.)
2018-05-22 09:40:00 +02:00
Grigoriy Dmitriev e4ed1d343e Kakoune version updated 2018-03-22 -> 2018-05-21, debug mode disabled 2018-05-21 22:41:00 +03:00
Herman Fries 68fa5505d8 jetbrains.ruby-mine: 2018.1.2 -> 2018.1.3 2018-05-20 15:11:01 +02:00
Herman Fries a3d40ac0ee jetbrains.rider: 2017.3.1 -> 2018.1 2018-05-20 15:10:39 +02:00
Herman Fries ce5e076329 jetbrains.pycharm-professional: 2018.1.2 -> 2018.1.3 2018-05-20 15:10:09 +02:00
Herman Fries e4ed6ca841 jetbrains.pycharm-community: 2018.1.2 -> 2018.1.3 2018-05-20 15:09:41 +02:00
Herman Fries 4310d7f11b jetbrains.phpstorm: 2018.1.2 -> 2018.1.4 2018-05-20 15:09:14 +02:00
Herman Fries c0dec69ee0 jetbrains.goland: 2018.1.2 -> 2018.1.3 2018-05-20 15:08:49 +02:00
Herman Fries 61604ff9a6 jetbrains.datagrip: 2018.1.2 -> 2018.1.3 2018-05-20 15:08:17 +02:00
Samuel Leathers e01a5b1aa8
Merge pull request #40750 from veprbl/pr/vim8.1
vim: 8.0.1655 -> 8.1.0001
2018-05-19 21:30:26 -04:00
Dmitry Kalinkin c2ed843f38
vim: 8.0.1655 -> 8.1.0001 2018-05-19 00:29:50 -04:00
Michael Weiss 31712afa7b androidStudioPackages.{dev,canary}: 3.2.0.13 -> 3.2.0.14 2018-05-18 14:26:09 +02:00
Jens Binkert d566244039 typora: 0.9.47 -> 0.9.48 (#40714) 2018-05-18 11:04:13 +02:00
Tim Steinbach 3ed41f8c73
vscode: 1.23.0 -> 1.23.1 2018-05-16 07:34:24 -04:00
adisbladis 4e891cf4d5
emacsPackages.emacs-libvterm: Fix build (flipped over libvterm-neovim) 2018-05-16 14:31:43 +08:00
adisbladis 149a0dc1ff
emacsPackages.emacs-libvterm: init at unstable-2017-11-24 2018-05-16 14:02:49 +08:00
adisbladis 3290800d67
libvterm-neovim: init at 2017-11-05 2018-05-16 14:02:48 +08:00
adisbladis 11e908eca4
Merge pull request #40221 from jokogr/u/jetbrains-2018.1.3
Jetbrains products' update 2018.1.3
2018-05-16 13:43:59 +08:00
Will Dietz 4046c49fb5
Merge pull request #40562 from dtzWill/update/nano-2.9.7
nano: 2.9.4 -> 2.9.7
2018-05-15 14:06:55 -05:00
Patrick Hilhorst 36a4e54372
atom: add myself as maintainer 2018-05-15 20:33:41 +02:00
Patrick Hilhorst 87b0afb006
atom: 1.26.1 -> 1.27.0 2018-05-15 20:33:13 +02:00
Will Dietz 0f30db4222 nano: 2.9.6 -> 2.9.7
http://git.savannah.gnu.org/cgit/nano.git/tree/ChangeLog?h=v2.9.7
2018-05-15 13:25:31 -05:00
Robert Helgesson d5dae23007
eclipse-plugin-jdt: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Robert Helgesson 726268db77
eclipse-sdk: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Robert Helgesson 9f20a5985d
eclipse-platform: 4.7.2 -> 4.7.3a 2018-05-15 18:52:58 +02:00
Guillaume Massé 1de744647f sublime3: 3170 -> 3176 (#40494) 2018-05-14 17:11:44 +02:00
Jörg Thalheim dcb6a74039
Merge pull request #40400 from teto/neovim_gperf
[RDY] neovim: fix gperf error on dev-version
2018-05-12 22:30:01 +01:00
Matthieu Coudron ba4b1d2bee neovim: fix gperf error on dev-version
[ 50%] Generating auto/api/private/dispatch_wrappers.c.generated.h, ../../include/api/private/dispatch_wrappers.h.generated.h
[ 50%] Generating auto/funcs.generated.h, ../../funcs_data.mpack
/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash: ../../../.deps/usr/bin/gperf: No such file or directory
2018-05-13 07:21:34 +09:00
Yannik Sander 58ab75c639 atom: fix git integration (#40163) 2018-05-09 18:34:57 -05:00
Michael Weiss 7fb1a79b8f androidStudioPackages.{dev,canary}: 3.2.0.12 -> 3.2.0.13 2018-05-09 22:39:16 +02:00
Ioannis Koutras 27dc2a6883 jetbrains.webstorm: 2018.1.2 -> 2018.1.3 2018-05-09 13:01:08 +03:00
Ioannis Koutras 494188557b jetbrains.ruby-mine: 2018.1.1 -> 2018.1.2 2018-05-09 13:00:48 +03:00
Ioannis Koutras b184f60d7a jetbrains.idea-ultimate: 2018.1.2 -> 2018.1.3 2018-05-09 13:00:26 +03:00
Ioannis Koutras dd32c31605 jetbrains.idea-community: 2018.1.2 -> 2018.1.3 2018-05-09 13:00:08 +03:00
Robert Helgesson 88946527a5
eclipse-plugin-jsonedit: 1.1.0 -> 1.1.1 2018-05-08 23:20:15 +02:00
Guillaume Massé 8be7bb656f sublime3: 3162(dev), 3143(stable) -> 3170(stable, dev) 2018-05-07 17:10:19 +02:00
Matthew Justin Bauer 1daec9d27c
Merge pull request #39696 from concatime/master
Updating dependencies of neovim
2018-05-07 04:26:36 +00:00
Tim Steinbach 97ca2f5d58
vscode: 1.22.2 -> 1.23.0 2018-05-04 22:34:40 +00:00
Matthew Bauer 143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Robin Gloster 646865afe2
idea.*: bump
Closes #39873
2018-05-02 22:06:08 +02:00
Issam Maghni cb9f4f1ae3 pythonPackages.neovim: 0.2.4 -> 0.2.6, gem-neovim & gem-msgpack 2018-05-02 08:48:21 -04:00
Matthew Justin Bauer 5e6f1abfd3
Merge pull request #39790 from matthewbauer/gnu-on-darwin
GNUs on Darwin
2018-05-01 13:56:54 -05:00
Michael Weiss b8f9b2e552 androidStudioPackages.{dev,canary}: 3.2.0.11 -> 3.2.0.12 2018-05-01 11:44:52 +02:00
Matthew Bauer e1bc2fbfdd moe: supports darwin 2018-04-30 22:44:14 -05:00
Will Dietz 4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Will Dietz decaeb1bfa nano: 2.9.4 -> 2.9.6 2018-04-30 14:00:19 -05:00
Vladyslav Mykhailichenko e55677bffa tiled: 1.1.4 -> 1.1.5 2018-04-29 17:09:11 +03:00
Matthew Justin Bauer 08364a929a
Merge pull request #39101 from jokogr/u/jetbrains-2018.1.1
Jetbrains products' update 2018.1.1
2018-04-28 00:03:04 -05:00
xeji b5f21c25a8
Merge pull request #39385 from jensbin/typora_0.9.47
typora: 0.9.44 -> 0.9.47
2018-04-27 23:51:29 +02:00
Patrick Hilhorst fc7ae1fefe atom: 1.26.0 -> 1.26.1 2018-04-27 13:40:20 +02:00
Ioannis Koutras 2479b449b6 webstorm: 2018.1 -> 2018.1.2 2018-04-25 11:33:03 +03:00
Ioannis Koutras ef038375f8 ruby-mine: 2017.3.3 -> 2017.3.4 2018-04-25 11:33:02 +03:00
Ioannis Koutras 609766bf80 pycharm-professional: 2018.1 -> 2018.1.1 2018-04-25 11:33:02 +03:00
Ioannis Koutras 12f07ac1bc pycharm-community: 2018.1 -> 2018.1.1 2018-04-25 11:33:02 +03:00
Ioannis Koutras 21feb8a2ed idea-ultimate: 2018.1 -> 2018.1.2 2018-04-25 11:32:49 +03:00
Ioannis Koutras e74d28ef96 idea-community: 2018.1 -> 2018.1.2 2018-04-25 11:32:40 +03:00
Ioannis Koutras a52b5be4a2 goland: 2018.1 -> 2018.1.1 2018-04-25 11:29:53 +03:00
Ioannis Koutras 8ffaeecfca clion: 2018.1 -> 2018.1.1 2018-04-25 11:29:53 +03:00
Jörg Thalheim ab5e6073d9
Merge pull request #39436 from LnL7/vim-ft-nix
vim_configurable: replace default ftNix patch with sources from vim-nix
2018-04-25 08:36:36 +01:00
Bastian Köcher 58f53dc4d4
okteta: Move into own package
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00
Robert Helgesson f54a9994e3
eclipse-plugin-spotbugs: 3.1.2 -> 3.1.3
Also switch to using zipped update site provided on GitHub.
2018-04-24 22:58:15 +02:00
Daiderd Jordan 1c3d38c69b
vim_configurable: replace default ftNix patch with sources from vim-nix 2018-04-24 22:56:25 +02:00
lewo 18c6c495ea
Merge pull request #39171 from nocent/add/bonzomatic
bonzomatic: init at 2018-03-29
2018-04-24 17:58:55 +02:00
nocent 0ada4b37d7
Added version info, set compatible platforms
Thanks for the review @nlewo and @Infinisil
2018-04-24 15:32:47 +00:00
Jens Binkert e304b6b216 typora: 0.9.44 -> 0.9.47 2018-04-23 22:02:24 +02:00
Michael Weiss 42a9ba28d1 androidStudioPackages.{dev,canary}: 3.2.0.10 -> 3.2.0.11 2018-04-23 20:24:51 +02:00
Michael Weiss 84ace02e87 android-studio: 3.1.1.0 -> 3.1.2.0 2018-04-23 20:24:51 +02:00
Daiderd Jordan 313b5fce7b
Merge pull request #39260 from chreekat/idiomatic-vim-ft-plugin
vim: idiomatic nix filetype plugin
2018-04-22 00:25:40 +02:00
Jörg Thalheim f27b83fd7e
Merge pull request #39244 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.11 -> 1.6.12
2018-04-21 11:40:38 +01:00
Tim Steinbach 0ce3be7872
Merge pull request #39279 from r-ryantm/auto-update/atom
atom: 1.25.1 -> 1.26.0
2018-04-20 18:06:31 -04:00
R. RyanTM 19742d0baf atom: 1.25.1 -> 1.26.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/atom/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm -h’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm --help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/atom help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/.atom-wrapped help’ got 0 exit code
- found 1.26.0 with grep in /nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0
- directory tree listing: https://gist.github.com/10c433ad7807e5aeaa581f442b89dd6c
2018-04-20 12:39:31 -07:00
Bryan Richter 16bfd5a2be
vim: Set softtabstop in nix filetype plugin 2018-04-20 11:46:40 -04:00
Bryan Richter 94fd34a31b
vim: idiomatic nix filetype plugin
* Never modify tabstop. This causes incompatibilities with other
  utilities that expect tabs to always be 8 spaces.
* Add standard boilerplate for system-level filetype plugins.
2018-04-20 10:39:58 -04:00
R. RyanTM 6809540815 focuswriter: 1.6.11 -> 1.6.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/focuswriter/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.6.12 with grep in /nix/store/5vxpci5k243yxhrks31rfgmdvcmw01cz-focuswriter-1.6.12
- directory tree listing: https://gist.github.com/fe69e568c10ec79e4eaa27180b24e4c0
2018-04-20 06:25:38 -07:00
Matthew Justin Bauer 8273d97128
Merge pull request #38983 from scolobb/icicles-bump
icicles: 2017-10-28 -> 2018-04-16
2018-04-19 12:01:32 -05:00
nocent 4959111f30 bonzomatic: init at 2018-03-29 2018-04-19 19:01:26 +02:00
lewo 1c0595f780
Merge pull request #39089 from ciil/rstudio-update
rstudio: 1.1.423 -> 1.1.442
2018-04-19 08:12:56 +02:00
Simon Lackerbauer 0743c349ce
rstudio: 1.1.423 -> 1.1.442 2018-04-17 23:24:49 +02:00
Jörg Thalheim b1bdcfff58
Merge pull request #39059 from mdorman/semi-automated-emacs-package-updates
Semi-automated emacs package updates
2018-04-17 22:02:40 +01:00
Jörg Thalheim 82faf2a40b
Merge pull request #39065 from r-ryantm/auto-update/edbrowse
edbrowse: 3.7.2 -> 3.7.3
2018-04-17 20:24:54 +01:00
Matthew Bauer 52893d5276 treewide: move "extensions" drvs to dir
This cleans up the tree for pkgs/applications somewhat. Should not
change any hashes.
2018-04-17 13:50:49 -05:00
Michael Weiss 085e894de5 androidStudioPackages.{dev,canary}: 3.2.0.9 -> 3.2.0.10 2018-04-17 18:03:16 +02:00
R. RyanTM 8e5088593f edbrowse: 3.7.2 -> 3.7.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/edbrowse/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.7.3 with grep in /nix/store/w057l445jk9l35d2z1pql5jwcp1p1y0y-edbrowse-3.7.3
- directory tree listing: https://gist.github.com/8e186ea226866b6eec7612e33cf13c32
2018-04-17 05:30:26 -07:00
Michael Alan Dorman 529e7cf070 fold-dwim-org: mark broken
missing upstream dependency
2018-04-17 07:09:15 -04:00
Michael Alan Dorman 6515df0258 melpa-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman 4ec912fc11 melpa-stable-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman ee8b9d92b5 org-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Michael Alan Dorman 3aefd6c94e elpa-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Yegor Timoshenko c385ad455e
Merge pull request #39004 from clefru/emacs-pkgs
Remove overrides for dead emacs packages.
2018-04-16 19:12:29 +00:00
Clemens Fruhwirth 3476b4c7d7 Remove overrides for dead emacs packages. 2018-04-16 14:32:07 +02:00
Jan Tojnar bd4ad008dd
sublime3-dev: 3161 → 3162 2018-04-16 13:06:38 +02:00
Robert Schütz 231e8e2a34 ghostwriter: 1.6.1 -> 1.6.2 2018-04-16 07:57:12 +02:00
Sergiu Ivanov dec5e5a602 icicles: 2017-10-28 -> 2018-04-16 2018-04-16 02:00:29 +02:00
Jason Legler 6fd4462fcf vscode: 1.22.1 -> 1.22.2 2018-04-12 16:26:52 -06:00
Michael Weiss 9e73f92769 android-studio,android-studio-preview: 3.1.0.16 -> 3.1.1.0 2018-04-12 00:11:49 +02:00
Yegor Timoshenko c625dbe84b
Merge pull request #38670 from davidak/dit
dit: init at 0.4
2018-04-11 15:11:36 +00:00
davidak 67206c90a8 dit: init at 0.4 2018-04-11 15:15:07 +02:00
Yegor Timoshenko 6dc4e9cee6
Merge pull request #38759 from mdorman/semi-automated-emacs-package-updates
Semi-automated emacs package updates
2018-04-11 13:01:01 +00:00
Frederik Rietdijk ee6894ca12 Merge staging into master 2018-04-11 14:55:52 +02:00
Michael Alan Dorman 70298659d7 emacsPackagesNg: fix evaluation issues
There were some overrides relating to packages that were removed, as
well as some packages that still remained but depended on packages
that were removed.
2018-04-11 06:20:11 -04:00
Michael Alan Dorman be8c2c003c melpa-packages: 2018-04-11
Removals:
 - escreen       : purged from emacsmirror
 - fm            : purged from emacsmirror
 - fold-dwim     : purged from emacsmirror
 - hl-sexp       : purged from emacsmirror
 - ldap-mode     : purged from emacsmirror
 - list-register : purged from emacsmirror
 - osx-plist     : purged from emacsmirror
 - psvn          : purged from emacsmirror
 - quack         : purged from emacsmirror
 - vkill         : purged from emacsmirror
 - x-dict        : purged from emacsmirror
 - xterm-frobs   : purged from emacsmirror
 - xterm-title   : purged from emacsmirror
2018-04-11 06:20:11 -04:00
Michael Alan Dorman e66b642764 melpa-stable-packages: 2018-04-11
Removals:
 - fm        : purged from emacsmirror
 - fold-dwim : purged from emacsmirror
 - hl-sexp   : purged from emacsmirror
 - osx-plist : purged from emacsmirror
2018-04-11 06:20:11 -04:00
Michael Alan Dorman 58fb81f358 org-packages: 2018-04-11 2018-04-11 06:20:11 -04:00
Michael Alan Dorman c44cd4c2e3 elpa-packages: 2018-04-11 2018-04-11 06:20:11 -04:00
ajs124 7d2e232208 texstudio: 2.12.6 -> 2.12.8 (#38663)
move to github
2018-04-10 20:19:52 +02:00
Robert Schütz 80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Michael Weiss 9726417975 androidStudioPackages.{dev,canary}: 3.2.0.8 -> 3.2.0.9 2018-04-09 22:55:49 +02:00