Commit Graph

4298 Commits

Author SHA1 Message Date
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Aaron Andersen
08161d9013
Merge pull request #65713 from lilyball/macvim
macvim: 8.1.1517 -> 8.1.1722
2019-08-16 22:08:25 -04:00
Jörg Thalheim
6c15ffe487
Merge pull request #66670 from averelld/rstudio-build-fix
rstudio: fix build
2019-08-16 06:55:17 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Averell Dalton
5f10ab6377 rstudio: fix build 2019-08-15 11:04:25 +02:00
Elis Hirwing
ce60bca7c2
emacsPackagesNg.emacsql-sqlite: Build sqlite binary 2019-08-15 07:52:46 +02:00
Wael Nasreddine
a3bf0c2e40
vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)
Vim Terraform expects the `filetypedetect` group to exist. However, since we were enabling the filetype and the syntax *after* loading the plugins, it was exiting with an error preventing us from generating the remote plugins manifest with the plugin enabled. See #65894 for context.
2019-08-13 12:25:06 -07:00
worldofpeace
d914581523
Merge pull request #66324 from xaverdh/notepadqq-qt-fix
notepadqq: use qt5's mkDerivation
2019-08-13 12:40:44 -04:00
Aaron Andersen
65bf9f4aa5
Merge pull request #66305 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.3 -> 5.4.0
2019-08-13 11:28:11 -04:00
adisbladis
86d143f58c
emacsPackagesNg: Update melpa 2019-08-13 11:23:34 +01:00
adisbladis
8ac0ff54dc
emacsPackagesNg.melpaStablePackages: Fix eval by moving vterm override 2019-08-13 11:23:34 +01:00
adisbladis
7bad92935d
emacsPackagesNg.telega: Build server binary 2019-08-13 10:43:44 +01:00
Marek Mahut
7a82e00ba3
Merge pull request #62337 from khumba/netbeans-11
netbeans: 10.0 -> 11.0
2019-08-12 19:34:29 +02:00
Marek Mahut
194909a092
Merge pull request #62825 from lfont/lfont/aseprite-unfree-1.2.11
aseprite-unfree: 1.2.9 -> 1.2.11
2019-08-12 19:22:09 +02:00
worldofpeace
d73cca7808
Merge pull request #66435 from lightbulbjim/sigil-wrapping
sigil: use qt5's mkDerivation
2019-08-11 22:17:02 -04:00
Herwig Hochleitner
ac2eb3151d emacsPackages.melpaPackages: fix cmake-mode 2019-08-12 02:54:45 +02:00
Chris Rendle-Short
2eb1dcc5b2 sigil: mark as unmaintained
Maintainer has not committed for >2 years.
2019-08-11 09:44:29 +10:00
Chris Rendle-Short
e373ce139f sigil: use qt5's mkDerivation
Slightly different implementation because out of the box:

  - $out/bin/sigil is a shell script wrapper
  - $out/lib/sigil/sigil is the ELF executable

See #65399
2019-08-11 09:36:51 +10:00
worldofpeace
4a3aa14c32
Merge pull request #60796 from r-ryantm/auto-update/standardnotes
standardnotes: 3.0.6 -> 3.0.15
2019-08-10 12:01:05 -04:00
R. RyanTM
55af862a76 standardnotes: 3.0.6 -> 3.0.15 2019-08-10 11:57:58 -04:00
Michael Weiss
8ade595b94
androidStudioPackages.beta: 3.5.0.19 -> 3.5.0.20 2019-08-10 12:31:05 +02:00
adisbladis
496ae0a1d4
Merge pull request #66360 from rasendubi/emacs-packages-2019-08-09
Emacs packages update: 2019-08-09
2019-08-10 11:54:21 +02:00
Dominik Xaver Hörl
6b1d73f5e6 notepadqq: use qt5's mkDerivation
See #65399
2019-08-09 16:27:08 +02:00
worldofpeace
f3b18b98af
Merge pull request #66374 from angristan/vscode/update/1.37.0
vscode: 1.36.1 -> 1.37.0
2019-08-09 10:03:33 -04:00
angristan
e4c6e7eece vscode: 1.36.1 -> 1.37.0 2019-08-09 15:23:54 +02:00
Michael Alan Dorman
02e13a0478 emacsPackages: include shared overrides in the stable package set 2019-08-09 07:54:58 +03:00
Michael Alan Dorman
f311b89ca7 emacsPackages: make magit-svn a shared override 2019-08-09 07:54:55 +03:00
Michael Alan Dorman
fb1ee7dbfc emacsPackages: make magithub a shared override 2019-08-09 07:54:51 +03:00
Michael Alan Dorman
d8a91b568f emacsPackages: make magit-gitflow a shared override 2019-08-09 07:54:47 +03:00
Michael Alan Dorman
18b2a7d8ca emacsPackages: make magit-annex a shared override 2019-08-09 07:54:41 +03:00
Alexey Shmalko
7204028783
elpa-packages: 2019-08-09 2019-08-09 02:43:44 +03:00
adisbladis
be74dec846
emacs-packages: Move manually created packages to it's own file
And let emacs-packages.nix only aggregate the attrsets
2019-08-07 18:04:23 +01:00
adisbladis
97a069609f
emacs-packages: Add overriding capability to emacsPackagesNg
This allows overriding the individual package sets composing
emacsPackagesNg.

Example:
```
myEmacsPackages = emacsPackagesNg.override {
  melpaPackages = {};
};
```
2019-08-07 18:04:22 +01:00
adisbladis
978b34622b
emacs-packages: Drop irony package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis
af70adbc89
emacs-packages: Drop elpy package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis
b00038c151
emacs-packages: Drop emacs-libvterm package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis
460e02a9c0
emacs-packages: Drop zmq package
Use generated melpa package instead
2019-08-07 18:04:21 +01:00
adisbladis
f7627be844
emacs-packages: Drop manually packaged pdf-tools
Use autogenerated package from melpa
2019-08-07 18:04:21 +01:00
adisbladis
7d1c5e84ca
emacs-packages: Drop redshank package
Use melpa generated package instead
2019-08-07 18:04:21 +01:00
adisbladis
20ff3edcfa
emacs-packages: Drop stgit
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis
1fc89fcad8
emacs-packages: Drop manually created nyan-mode derivation
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis
6742c9976a
emacs-packages: Move shm
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis
47d3b98b4b
melpa-packages: Add ability to ovveride melpa JSON archive location
This enables using the melpa json generator in an overlay
2019-08-07 18:04:19 +01:00
adisbladis
8911226971
emacs-packages: Allow update script to be called from any location
Previously working directory was important
2019-08-07 18:04:19 +01:00
Aaron Andersen
d55fb31fe1 kdevelop, kdev-php, kdev-python: 5.3.3 -> 5.4.0 2019-08-06 21:40:02 -04:00
Marek Mahut
ac95de0d2e
Merge pull request #66165 from r-ryantm/auto-update/thonny
thonny: 3.1.2 -> 3.2.0b7
2019-08-06 20:52:29 +02:00
Jason Felice
f3ea1c8238 kakoune: 2019.01.20 -> 2019.07.01 2019-08-06 14:46:42 +00:00
adisbladis
f63dbf3c94
emacs-packages: Fix kubernetes.el build 2019-08-06 11:23:53 +01:00
R. RyanTM
01681dfff7 thonny: 3.1.2 -> 3.2.0b7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thonny/versions
2019-08-05 22:45:06 -07:00
Jan Tojnar
50ddd02293
gnome-builder: 3.32.3 -> 3.32.4 (#65928)
gnome-builder: 3.32.3 -> 3.32.4
2019-08-05 23:41:36 +02:00
worldofpeace
b044b6814f
Merge pull request #65914 from worldofpeace/update/elementary-appcenter
Update pantheon appcenter apps
2019-08-05 12:01:59 -04:00
Peter Hoeg
0b9b95d5b1 neovim-qt: 0.2.11 -> 0.2.12 2019-08-05 14:42:37 +09:00
R. RyanTM
fb801947d0 gnome-builder: 3.32.3 -> 3.32.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
2019-08-04 03:35:32 -07:00
worldofpeace
66ba3c583b quilter: 1.9.2 -> 1.9.3
https://github.com/lainsce/quilter/releases/tag/1.9.3
2019-08-04 04:23:13 -04:00
worldofpeace
375d7ad859 typora: 0.9.72 -> 0.9.73 2019-08-03 16:49:16 -04:00
Robin Gloster
b9de5cc516
Merge pull request #65837 from jdanekrh/jb_rb_2019.2
jetbrains.{datagrip,ruby-mine}: 2019.1.* -> 2019.2.*
2019-08-03 15:49:02 +00:00
Orivej Desh (NixOS)
886176e3d6
Merge pull request #64189 from r-ryantm/auto-update/rednotebook
rednotebook: 2.8 -> 2.11.1
2019-08-03 14:14:55 +00:00
Orivej Desh
da66614cb0 rednotebook: fix "Namespace Gtk not available" error
gobject-introspection setup hook looks at the packages at $hostOffset to
populate GI_TYPELIB_PATH. We need gtk3 to be there.
2019-08-03 13:37:43 +00:00
Michael Weiss
292b922ef2
androidStudioPackages.beta: 3.5.0.18 -> 3.5.0.19 2019-08-03 14:44:17 +02:00
Jiri Danek
6ef1949187 jetbrains.ruby-mine: 2019.1.2 -> 2019.2 2019-08-03 12:37:02 +02:00
Jiri Danek
ab9a1eb009 jetbrains.datagrip: 2019.1.4 -> 2019.2.1 2019-08-03 12:36:11 +02:00
Frederik Rietdijk
d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Herwig Hochleitner
d65f1b20c3
emacs-modes: replace melpa-generated with json format
This approach has several differences with emacs2nix:

- the updater uses a downloaded recipes.json and archive.json for commit information, it uses a local checkout only for hashing the recipes
- the generated file is JSON
- the updater is written in emacs lisp
- prefetch errors are put into an error key in the JSON, for review + meta.broken attributes are generated from it

The updater re-uses the existing generated file to memoize prefetched content-sha256s for commits, thus prefetching should normally be quite fast.
2019-08-02 09:15:47 +01:00
Frederik Rietdijk
6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
worldofpeace
8367f3310e
Merge pull request #65705 from worldofpeace/fix-ghostwriter
ghostwriter: use qt5's mkDerivation
2019-08-01 12:54:38 -04:00
Silvan Mosberger
d834a4a4fa
Merge pull request #59451 from liff/emacs/treemacs-magit-fix
treemacs-magit: needs git at build time
2019-08-01 15:25:22 +02:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Lily Ballard
e7f5a19f4a macvim: 8.1.1517 -> 8.1.1722 2019-08-01 00:24:23 -07:00
worldofpeace
06b45a8d70 ghostwriter: use qt5's mkDerivation 2019-07-31 21:42:32 -04:00
Akira Komamura
93877c52f6
emacs-libvterm: 2019-04-28 -> 2019-07-22 2019-07-28 17:25:21 +09:00
Orivej Desh
32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Thomas Tuegel
32e552af3f
editorconfig: Include runtime dependency on editorconfig-core-c 2019-07-24 15:39:46 -05:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Frederik Rietdijk
b11049d562 Merge staging-next into staging 2019-07-22 14:16:15 +02:00
R. RyanTM
2b974b576c vim: 8.1.1432 -> 8.1.1547
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim/versions
2019-07-20 14:13:43 +02:00
Ryan Mulligan
04347b76f1
Merge pull request #65112 from r-ryantm/auto-update/neovim-remote
neovim-remote: 2.1.7 -> 2.1.9
2019-07-19 17:07:04 -07:00
R. RyanTM
f1f66e2296 neovim-remote: 2.1.7 -> 2.1.9
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-remote/versions
2019-07-19 15:54:05 -07:00
Michael Weiss
d345900b98
androidStudioPackages.beta: 3.5.0.17 -> 3.5.0.18 2019-07-18 21:37:28 +02:00
Aaron Andersen
02b260bc57
Merge pull request #65012 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3
2019-07-18 12:27:45 -04:00
Aaron Andersen
e6a3b3b7df kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3 2019-07-17 22:18:03 -04:00
Matthew Bauer
2255f29206
Merge pull request #64901 from dgchurchill/emacs-imagemagick-macos
emacs: Also allow imagemagick dependency when using withNS
2019-07-17 10:07:01 -04:00
Dave Churchill
9339970dbf emacs: Also allow imagemagick dependency when using withNS
This allows Emacs to be used with imagemagick on macOS.
2019-07-16 22:09:43 +10:00
Vladimír Čunát
3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
worldofpeace
8a7be4b651 quilter: 1.9.1 -> 1.9.2
https://github.com/lainsce/quilter/releases/tag/1.9.2
2019-07-13 10:52:17 -04:00
joncojonathan
448de5d5fc jetbrains update via update.pl
jetbrains.datagrip: 2019.1.3 -> 2019.1.4
jetbrains.phpstorm: 2019.1.2 -> 2019.1.3
jetbrains.rider:    2019.1.1 -> 2019.1.2

Updated to latest versions.
2019-07-13 11:02:31 +02:00
Frederik Rietdijk
54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
worldofpeace
4de9f7a241
Merge pull request #64572 from eadwu/vscode/1.36.1
vscod{e,ium}: 1.36.0 -> 1.36.1
2019-07-11 08:48:52 -04:00
Frederik Rietdijk
48a28c399c jupyter-kernel: remove traceVal
`traceVal` is only for debugging and should not be delivered.

Partial revert of f72d7c49d58e0ab1ea948e015eeee9b4b5af4036, fixes ofBorg eval.
2019-07-11 13:41:13 +02:00
Tom McLaughlin
f72d7c49d5 Add optional Jupyter kernelspec options from the spec (#55989) 2019-07-11 10:29:35 +02:00
Frederik Rietdijk
22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
Michael Weiss
f5702549bc
android-studio: 3.4.1.0 -> 3.4.2.0 2019-07-10 21:45:08 +02:00
Edmund Wu
269469122f
vscodium: 1.36.0 -> 1.36.1 2019-07-10 09:18:01 -04:00
Edmund Wu
95ce3f54dd
vscode: 1.36.0 -> 1.36.1 2019-07-10 09:17:53 -04:00
Peter Hoeg
99279dff3b
Merge pull request #64495 from dtzWill/update/okteta-0.26.2
okteta: 0.26.1 -> 0.26.2
2019-07-10 17:13:48 +08:00
Frederik Rietdijk
da96a4119f Merge staging-next into staging 2019-07-10 08:52:50 +02:00
Frederik Rietdijk
fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
Staging next
2019-07-10 08:52:04 +02:00
Matt McHenry
fc15a97b7b
eclipses: 2018-12 -> 2019-06 2019-07-09 21:15:50 +02:00
Frederik Rietdijk
79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk
74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Will Dietz
3a7ff4e44d
okteta: 0.26.1 -> 0.26.2 2019-07-09 06:11:31 -05:00
Alex Branham
b86c2c54e5
emacs: Silence compiler warnings in site-start.el 2019-07-07 08:35:10 -05:00
Roman Volosatovs
c7a4a0c852 neovim: 0.3.7 -> 0.3.8 2019-07-07 10:22:59 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Thomas Tuegel
56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Jake Waksbaum
c7276b2b3d emacsPackagesNg: Mark merlin and flycheck-ocaml as unbroken (#55361) 2019-07-05 18:19:46 +02:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Edmund Wu
427b5bc7e4
vscodium: 1.35.1 -> 1.36.0 2019-07-04 12:40:04 -04:00
Edmund Wu
b196935e6b
vscode: 1.35.1 -> 1.36.0 2019-07-04 12:39:57 -04:00
Edmund Wu
6a01e7007c
vscodium: drop i686-linux 2019-07-04 12:39:48 -04:00
Edmund Wu
c69aeba267
vscode: drop i686-linux 2019-07-04 12:38:45 -04:00
worldofpeace
5d4554bf2c
Merge pull request #64030 from r-ryantm/auto-update/gnome-builder
gnome-builder: 3.32.0 -> 3.32.3
2019-07-04 05:45:44 -04:00
Daiderd Jordan
b0e201f349
vim: remove cf-private 2019-07-03 22:20:21 +02:00
Daiderd Jordan
f2d2381838
emacs: remove cf-private 2019-07-03 22:20:19 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk
25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
worldofpeace
10c103614f
Merge pull request #64220 from r-ryantm/auto-update/typora
typora: 0.9.70 -> 0.9.72
2019-07-02 23:21:20 -04:00
R. RyanTM
fae90476b7 typora: 0.9.70 -> 0.9.72
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/typora/versions
2019-07-02 19:13:24 -07:00
R. RyanTM
63445c00d4 rednotebook: 2.8 -> 2.11.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/rednotebook/versions
2019-07-02 13:38:09 -07:00
R. RyanTM
450602320f gnome-builder: 3.32.0 -> 3.32.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/gnome-builder/versions
2019-07-01 08:41:01 -07:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Michael Weiss
1fba584898
androidStudioPackages.beta: 3.5.0.16 -> 3.5.0.17
I'll skip the Android Studio 3.6 Canary 4 update due to this problem:
https://issuetracker.google.com/issues/136077720#comment9
2019-06-27 21:54:31 +02:00
Alyssa Ross
c9bd5b8516
Merge pull request #61385 from eraserhd/kakoune-plugins
kakoune: support for adding plugins
2019-06-26 20:36:17 +00:00
hyperfekt
1a50722c04 vscode-with-extensions: add missing URL handler
The URL handler for VS Code was not copied from the generic version.
2019-06-26 02:12:20 +02:00
Jason Felice
2a911454d3 kakoune: support for adding plugins
Motivation: There is a thriving plugin ecosystem for Kakoune now,
and it is nice to add these in our Nix configurations. This was modeled
on neovim's plugins.

parinfer-rust is useable both standalone and as a Kakoune plugin,
so the plugin file inherits the same definition as pkgs.

I'll make PRs for other plugins if this gets accepted.
[Here](https://github.com/eraserhd/nixpkgs/tree/kak-ansi)'s a tested
branch for the `kak-ansi` plugin.
2019-06-25 17:17:08 -04:00
R. RyanTM
427627ea0e sigil: 0.9.13 -> 0.9.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigil/versions
2019-06-23 14:12:13 +02:00
Matthew Bauer
5662977e35
Merge pull request #62164 from benley/benley/org-packages
orgPackages:  2018-12-30 -> 2019-05-27
2019-06-20 15:33:34 -04:00
Aaron Andersen
6675589d6d
Merge pull request #62978 from m-labs/for-upstream
amp: init at 2019.06.11
2019-06-19 21:02:59 -04:00
Jan Tojnar
897d9050a3
Merge pull request #63447 from jtojnar/sublime-cleanup
sublime3: clean up
2019-06-19 00:52:04 +02:00
Jan Tojnar
b75a43f9e0
sublime{3,-merge}: simplify code 2019-06-18 23:43:37 +02:00
Jan Tojnar
e8cdece9ce
sublime3: add maintainer 2019-06-18 22:47:11 +02:00
Jan Tojnar
48d92c9461
sublime3: remove GTK 2 support
No version in the repo uses it anymore
2019-06-18 22:47:11 +02:00
Robert Helgesson
046d53c29c
eclipse-plugin-emacsplus: remove package
Unfortunately the upstream source has disappeared and the package is
no longer available anywhere.
2019-06-17 00:21:57 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer
486626bd70
Merge pull request #62934 from lilyball/macvim
macvim: 7.4.909 -> 8.1.1517
2019-06-16 15:04:02 -04:00
Edmund Wu
a8fb5cb64e vscodium: 1.34.0 -> 1.35.1 2019-06-14 16:06:39 -04:00
Edmund Wu
9ef46ec34e
vscode: 1.35.0 -> 1.35.1 2019-06-13 22:01:00 -04:00
Sebastien Bourdeauducq
8fb4a6a555 amp: init at unstable-2019-06-09 2019-06-14 09:13:20 +08:00
Matthew Bauer
262baf0977
Merge pull request #62995 from rasendubi/emacs-packages-2019-06-06
melpa-stable-packages: remove unstable packages
2019-06-11 22:14:27 -04:00
Alexey Shmalko
fcbec7e738
melpa-stable-packages: remove unstable packages
During the last melpa-stable-packages update, there was an update script
invocation error which resulted in melpa-stable-packages to also include
all the unstable packages.

I have re-run the script correctly, so this commit removes all the
unstable packages that were accidentally included.
2019-06-11 22:59:43 +03:00
Lily Ballard
95bfb9938f macvim: 7.4.909 -> 8.1.1517
Fix up the macvim package to build again, with the latest snapshot. The
patchfile has been recreated by manually reapplying all of the changes
from the old patchfile, and the other changes in here were figured out
by trial and error (such as the need to unset `LD`).

Also tweak the package to use python37 by default, and add an option to
go back to python27 if desired.

Disable Sparkle so the user isn't prompted to update a readonly package.
2019-06-11 11:21:09 -07:00
worldofpeace
810fd97d88 quilter: 1.8.4 -> 1.9.1
https://github.com/lainsce/quilter/compare/1.8.4...1.9.1
2019-06-11 00:54:36 -04:00
Matthew Bauer
a592a9053d
Merge pull request #62784 from rasendubi/emacs-packages-2019-06-06
Emacs packages update: 2019-06-06
2019-06-09 17:56:10 -04:00
Michael Weiss
a438c4ed56
androidStudioPackages.beta: 3.5.0.15 -> 3.5.0.16 2019-06-08 22:07:20 +02:00
Michael Weiss
a865feffa1
androidStudioPackages.{dev,canary}: 3.6.0.2 -> 3.6.0.3 2019-06-08 22:07:20 +02:00
Renaud
7558624eaa
Merge pull request #62449 from r-ryantm/auto-update/kdevelop-pg-qt
kdevelop-pg-qt: 2.1.0 -> 2.2.0
2019-06-07 15:24:25 +02:00
Loïc Fontaine
caa4e6dcb2 aseprite-unfree: 1.2.9 -> 1.2.11 2019-06-07 15:07:26 +02:00
Alexey Shmalko
ff6cd5d6f2
melpa-stable-packages: 2019-06-06 2019-06-07 00:21:03 +03:00
Alexey Shmalko
b7c87930fe
melpa-packages: 2019-06-06 2019-06-07 00:20:06 +03:00
Alexey Shmalko
8798361599
elpa-packages: 2019-06-06 2019-06-07 00:18:54 +03:00
Edmund Wu
7e0b2a66c7
vscode: 1.34.0 -> 1.35.0 2019-06-06 08:38:18 -04:00
Maximilian Bosch
a6549852e8
Merge #62590: vim: 8.1.1234 -> 8.1.1432 (security)
(cherry picked from commit 7c53ac01845a63f27ff5281c1b4c344eb406512a)
Picked from staging to master, as it's not really a big rebuild
and it includes an important security fix:
https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md
2019-06-05 21:56:01 +02:00
R. RyanTM
f11a3e6685 neovim-unwrapped: 0.3.5 -> 0.3.7
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
2019-06-02 20:35:36 +09:00
R. RyanTM
5309a540a1 kdevelop-pg-qt: 2.1.0 -> 2.2.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/kdevelop-pg-qt/versions
2019-06-01 17:45:13 -07:00
Bryan Gardiner
64d697241b
netbeans: 10.0 -> 11.0 2019-05-31 18:57:19 -07:00
sonercirit
47d74045e9 jetbrains.pycharm-community: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
8d545d824f jetbrains.idea-ultimate: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
c57ee0bd11 jetbrains.idea-community: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
70d6c0ddc0 jetbrains.goland: 2019.1.2 -> 2019.1.3 2019-06-01 00:10:51 +03:00
sonercirit
60ede00cfc jetbrains.clion: 2019.1.3 -> 2019.1.4 2019-06-01 00:10:51 +03:00
Michael Weiss
6c7586228c
androidStudioPackages.{dev,canary}: 3.6.0.1 -> 3.6.0.2 2019-05-31 21:45:55 +02:00
Matthieu Coudron
66a1e97719 neovim-unwrapped: don't fix cmake
Pollutes git status
2019-05-31 17:07:09 +09:00
Jonas Holst Damtoft
dbb27af6c6 neovim: Allow passing extra makeWrapperArgs 2019-05-29 18:15:15 +09:00
Frederik Rietdijk
97aba37876
Merge pull request #61657 from NixOS/staging-next
Staging next
2019-05-29 08:38:21 +00:00
Michael Weiss
769b7ee861
androidStudioPackages.beta: 3.5.0.14 -> 3.5.0.15 2019-05-29 00:36:42 +02:00
Benjamin Staffin
dbb6acd56a org-packages 2019-05-27 2019-05-28 14:40:11 -04:00
sonercirit
4c267a9fde jetbrains.webstorm: 2019.1.2 -> 2019.1.3 (#62146) 2019-05-28 14:17:37 +02:00
Frederik Rietdijk
36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
Michael Weiss
ef7d4d306f
Merge pull request #61839 from tadfisher/android-studio
androidStudioPackages: prefix PATH rather than replacing
2019-05-27 22:17:53 +02:00
Renaud
dd6c797b3b
Merge pull request #61920 from sonercirit/jetbrains
jetbrains batch update
2019-05-26 18:15:44 +02:00
Michael Weiss
d9153a6815
androidStudioPackages.{dev,canary}: 3.5.0.14 -> 3.6.0.1 2019-05-25 22:21:27 +02:00
Frederik Rietdijk
b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Jörg Thalheim
08adaf685e
Merge pull request #61834 from eadwu/vscode/1.34.0
vscod{e,ium}: 1.33.1 -> 1.34.0
2019-05-25 09:22:08 +01:00
R. RyanTM
10d80720b0 texstudio: 2.12.14 -> 2.12.16
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
2019-05-25 08:30:29 +02:00
Dhruv Dang
ca799c5187 vim_configurable: build against gtk{2,3}-x11 instead of gtk{2,3} to fix builds on darwin 2019-05-24 10:51:59 -07:00
Frederik Rietdijk
6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Aaron Andersen
408f62bf67
Merge pull request #59512 from averelld/rstudio-upgrade
Rstudio upgrade
2019-05-22 21:32:12 -04:00
soner.cirit
46097a616a jetbrains.webstorm: 2019.1.1 -> 2019.1.2 2019-05-23 03:35:18 +03:00
soner.cirit
4dee236a91 jetbrains.ruby-mine: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:56 +03:00
soner.cirit
0e5d565c5a jetbrains.pycharm-professional: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:38 +03:00
soner.cirit
33e5ed5084 jetbrains.pycharm-community: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:22 +03:00
soner.cirit
15018a5594 jetbrains.phpstorm: 2019.1.1 -> 2019.1.2 2019-05-23 03:34:07 +03:00
soner.cirit
ad1c33faa2 jetbrains.idea-ultimate: 2019.1.1 -> 2019.1.2 2019-05-23 03:33:49 +03:00
soner.cirit
779a9543b5 jetbrains.idea-community: 2019.1.1 -> 2019.1.2 2019-05-23 03:33:11 +03:00
soner.cirit
96fe907ff1 jetbrains.goland: 2019.1.1 -> 2019.1.2 2019-05-23 03:32:32 +03:00
soner.cirit
ab2d9539f7 jetbrains.datagrip: 2019.1.2 -> 2019.1.3 2019-05-23 03:32:07 +03:00
soner.cirit
2dc88463cc jetbrains.clion: 2019.1.2 -> 2019.1.3 2019-05-23 03:31:23 +03:00
Tad Fisher
29a300bff7 androidStudioPackages: prefix PATH rather than replacing 2019-05-21 14:10:01 -07:00
Edmund Wu
d0e2c8ae27
vscode: 1.33.1 -> 1.34.0 2019-05-21 16:44:03 -04:00
Edmund Wu
d3e5fc1bfc
vscodium: 1.33.1 -> 1.34.0 2019-05-21 16:43:46 -04:00
Renaud
9a91611f86
Merge pull request #61803 from r-ryantm/auto-update/featherpad
featherpad: 0.9.4 -> 0.10.0
2019-05-21 20:25:47 +02:00
Stanislas
e4b146b125 vscodium: init at 1.33.1 (#60423) 2019-05-21 14:17:00 -04:00
R. RyanTM
772bdb8fd9 featherpad: 0.9.4 -> 0.10.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/featherpad/versions
2019-05-21 06:31:29 -07:00
Michael Weiss
a43fb1def6
androidStudioPackages.{beta,dev,canary}: 3.5.0.13 -> 3.5.0.14 2019-05-20 21:13:02 +02:00
Vladyslav M
c0a0dc19ce tiled: 1.2.3 -> 1.2.4 2019-05-18 09:51:31 +02:00
Frederik Rietdijk
840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Sebastian Sellmeier
96c66ee609 sublime3: 3200 -> 3207 2019-05-17 17:59:22 +02:00
Michael Weiss
3e2d174d3b
android-studio: 3.4.0.18 -> 3.4.1.0 2019-05-16 20:46:13 +02:00
Gabriel Ebner
b8a6775227 neovim: use lua on aarch64 2019-05-16 12:37:15 +02:00
Frederik Rietdijk
f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
Renaud
b246b32119
Merge pull request #60639 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.4 -> 0.3.5
2019-05-10 19:26:11 +02:00
Renaud
2658a5e02c
Merge pull request #60820 from r-ryantm/auto-update/vim
vim: 8.1.0675 -> 8.1.1234
2019-05-10 16:48:07 +02:00
Michael Weiss
01361a1791
androidStudioPackages.{beta,dev,canary}: 3.5.0.12 -> 3.5.0.13
androidStudioPackages.beta: 3.4.0.18 -> 3.5.0.13
2019-05-09 20:36:41 +02:00
Renaud
6add916cae
Merge pull request #61175 from pacien/howl-0.6
howl: 0.5.3 -> 0.6
2019-05-09 17:02:22 +02:00
pacien
3e22192910 howl: 0.5.3 -> 0.6 2019-05-09 06:12:35 +02:00
Renaud
2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Renaud
9bd3d3351e
Merge pull request #61090 from baracoder/jetbrains-update
Update Jetbrains IDEs
2019-05-07 22:53:39 +02:00
Herman Fries
834617951b jetbrains.rider: 2018.3.4 -> 2019.1.1 2019-05-07 17:02:21 +02:00
Herman Fries
ea243a8774 jetbrains.datagrip: 2019.1.1 -> 2019.1.2 2019-05-07 17:01:27 +02:00
c0bw3b
9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
Frederik Rietdijk
0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Robert Schütz
56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
Jan Tojnar
9f4ae182c1
sublime3-dev: 3203 → 3208
Build 3208
21 April 2019

    Mac: Added a workaround for a macOS OpenGL driver bug in 10.14.4

Build 3206
5 April 2019

    Performance improvements

Build 3205
3 April 2019

    Improved scrolling logic in some scenarios
    Linux: Fixed compatibility with old Linux distributions

Build 3204
2 April 2019

    Mac: Added a workaround for a MacOS issue with DisplayLink adapters
    Linux: Tweaked the way text scaling is handled
    Improved file indexing behavior in some scenarios
    Fixed block carets changing the way text selection works
2019-05-03 04:36:12 +02:00
worldofpeace
26d0b144c2
Merge pull request #60814 from r-ryantm/auto-update/typora
typora: 0.9.68 -> 0.9.70
2019-05-02 20:17:54 -04:00
R. RyanTM
a529bc7f59 vim: 8.1.0675 -> 8.1.1234
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim/versions
2019-05-02 16:52:13 -07:00
R. RyanTM
bca4fdd0c9 typora: 0.9.68 -> 0.9.70
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/typora/versions
2019-05-02 15:47:34 -07:00
Frederik Rietdijk
1979224f15 Merge master into staging-next 2019-05-02 21:38:22 +02:00
worldofpeace
a971ddce53
Merge pull request #60763 from r-ryantm/auto-update/quilter
quilter: 1.8.1 -> 1.8.4
2019-05-02 14:42:54 -04:00
R. RyanTM
26b760ccf2 quilter: 1.8.1 -> 1.8.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilter/versions
2019-05-02 06:22:28 -07:00
Frederik Rietdijk
155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
R. RyanTM
ac843c34bb neovim-unwrapped: 0.3.4 -> 0.3.5
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
2019-05-01 06:38:34 -07:00
adisbladis
b9ed29725b
emacs-libvterm: unstable-2018-11-16 -> unstable-2019-04-28 2019-05-01 12:24:50 +01:00
Frederik Rietdijk
f137783927 Merge master into staging-next 2019-05-01 11:45:46 +02:00
Ryan Mulligan
abea632c74
Merge pull request #60547 from r-ryantm/auto-update/geany
geany: 1.34.1 -> 1.35
2019-04-30 19:28:28 -07:00
R. RyanTM
ffebeb9e9d geany: 1.34.1 -> 1.35
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geany/versions
2019-04-30 15:32:28 -07:00
John Wiegley
0a2bf3b0a6
Merge pull request #60407 from peterhoeg/f/emacs
emacs: do not capture build environment details for a reproducible build
2019-04-30 11:23:57 -05:00
Frederik Rietdijk
3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
R. RyanTM
9e6740c7ad atom: 1.36.0 -> 1.36.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/atom/versions
2019-04-30 09:50:38 -04:00
Robert Schütz
6b73aa91e0 ghostwriter: 1.7.4 -> 1.8.0 2019-04-29 17:44:24 +02:00
Peter Hoeg
496f930948 emacs: do not capture build environment details for a (more) reproducible build 2019-04-29 14:38:04 +08:00
Averell Dalton
238d4fb941 jetbrains.webstorm: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
3829f1a717 jetbrains.ruby-mine: 2018.3.5 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
20d8fc9600 jetbrains.pycharm-professional: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
46d0efb740 jetbrains.pycharm-community: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
18360c5809 jetbrains.phpstorm: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
bcba040b8a jetbrains.idea-ultimate: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
66811f55f3 jetbrains.idea-community: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
ccc403c589 jetbrains.goland: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
8d52d13be0 jetbrains.datagrip: 2018.3.4 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton
ad3065ca7f jetbrains.clion: 2019.1 -> 2019.1.2 2019-04-27 04:03:57 -07:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
ba957d538d emacs-mac: remove MAC_OS_X_VERSION_MAX_ALLOWED
No longer needed
2019-04-26 21:54:58 -04:00
Michael Weiss
76843da1a1
androidStudioPackages.{dev,canary}: 3.5.0.11 -> 3.5.0.12 2019-04-25 21:34:25 +02:00
worldofpeace
f5d3418b0c
Merge pull request #58994 from zookatron/sublime-merge
sublime-merge: init at 1107
2019-04-24 09:21:07 -04:00
Tim Zook
148119b9a6 sublime-{merge,text}: make common.nix files have a similar structure
In the future it's desired to unify Sublime packages expressions.
So them having a shared structure will make this more achievable.
2019-04-24 09:14:50 -04:00
Daniel Schaefer
92cccb6f83 treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Maximilian Bosch
d69e2f203b
Merge pull request #59584 from r-ryantm/auto-update/manuskript
manuskript: 0.8.0 -> 0.9.0
2019-04-19 01:17:19 +02:00
Michael Weiss
8bb785c3b1
androidStudioPackages.{dev,canary}: 3.5.0.10 -> 3.5.0.11 2019-04-18 20:35:37 +02:00