Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Vladyslav M
e6e9572ebc
bviplus: 0.9.4 -> 1.0 ( #78073 )
...
bviplus: 0.9.4 -> 1.0
2020-01-21 23:46:30 +02:00
R. RyanTM
1d1a8fe7f1
focuswriter: 1.7.3 -> 1.7.4
2020-01-20 13:29:25 +01:00
R. RyanTM
2e067c7a2d
bviplus: 0.9.4 -> 1.0
2020-01-20 04:23:13 +00:00
Robert Helgesson
0c74d7b22e
eclipsePlugins.jdt: fix source hash
2020-01-19 22:54:05 +01:00
sternenseemann
5088ef5a19
uberwriter: init at 2019-11-29
2020-01-18 16:23:47 +01:00
Stewart Mackenzie
521ac53e88
amp: git rev 2c88e8 (2019-06-09) -> v0.6.1
2020-01-18 20:54:43 +08:00
Jörg Thalheim
d3a0befba1
quartus: init at 19.1.0.670 ( #75561 )
...
quartus: init at 19.1.0.670
2020-01-17 09:35:38 +00:00
ajs124
417efa994e
texstudio: 2.12.16 -> 2.12.20
...
tabs -> spaces
2020-01-16 16:44:12 +00:00
Luflosi
5c000e983c
kakoune: 2019.12.10 -> 2020.01.16
2020-01-16 14:53:08 +00:00
Kai Wohlfahrt
38e6c845dc
quartus: init at 19.1.0.670
...
This requires a FHSUserEnv because the licensing executable checksums
itself (I think).
The override of libpng is a bit ugly, can this be cleaned up?
2020-01-15 21:15:39 +00:00
Peter Hoeg
f799342531
Merge pull request #77602 from peterhoeg/fix_emacs
...
emacs: 2 minor hotfixes
2020-01-13 17:01:42 +08:00
Peter Hoeg
ac289636de
melpaPackages.gnuplot: add missing dependency
2020-01-13 16:37:11 +08:00
Peter Hoeg
00c01e0630
elpaPackages.gnuplot: 0.7 -> 0.7.2
...
Manual update as 0.7 breaks evil.
2020-01-13 16:36:36 +08:00
Peter Hoeg
6ac6bf2927
Merge pull request #73854 from Dema/neovim-qt-version-bump
...
neovim-qt: 0.2.12 -> 0.2.15
2020-01-13 09:07:58 +08:00
Michael Weiss
d494bfcaf3
androidStudioPackages.{dev,canary}: 4.0.0.7 -> 4.0.0.8
...
Unfortunately this update seems to require some manual changes, at least
in my case. But fortunately the IDE explains the required changes:
4:45 PM Gradle sync failed: Minimum supported Gradle version is 6.1-rc-1. Current version is 6.1-milestone-2. If using the gradle wrapper, try editing the distributionUrl in /home/michael/workspace/as40test/gradle/wrapper/gradle-wrapper.properties to gradle-6.1-rc-1-all.zip
Consult IDE log for more details (Help | Show Log) (21 s 544 ms)
2020-01-10 17:57:23 +01:00
Oleksii Filonenko
00f74cdeaf
glow: 0.1.6 -> 0.2.0
2020-01-09 15:27:05 +02:00
adisbladis
61a92baf35
melpa-packages: 2020-01-08
2020-01-08 14:34:35 +00:00
adisbladis
04c9af7d11
elpa-packages: 2020-01-08
2020-01-08 14:33:14 +00:00
Aaron Andersen
11c50eeb6c
Merge pull request #77165 from aanderse/kdevelop
...
kdevelop: 5.4.5 -> 5.4.6
2020-01-07 20:17:29 -05:00
worldofpeace
afe20a8cb7
Merge pull request #77230 from r-ryantm/auto-update/quilter
...
quilter: 2.0.4 -> 2.0.5
2020-01-07 18:54:15 -05:00
Maximilian Bosch
5f6df74f66
Merge pull request #77166 from r-ryantm/auto-update/neovim-remote
...
neovim-remote: 2.2.3 -> 2.4.0
2020-01-07 23:39:17 +01:00
Wael M. Nasreddine
7909787a7d
Revert "vimPlugins: turn filetype and syntax before sourcing the plugins ( #66536 )"
...
This reverts commit a3bf0c2e40
.
2020-01-07 13:13:41 -08:00
R. RyanTM
dd85e2e72c
quilter: 2.0.4 -> 2.0.5
2020-01-07 05:37:39 -08:00
R. RyanTM
42a0d7f315
neovim-remote: 2.2.3 -> 2.4.0
2020-01-06 19:10:52 -08:00
Aaron Andersen
c6b8d7912c
kdev-python: 5.4.5 -> 5.4.6
2020-01-06 20:59:09 -05:00
Aaron Andersen
3980119c29
kdev-php: 5.4.5 -> 5.4.6
2020-01-06 20:58:55 -05:00
Aaron Andersen
a8db490969
kdevelop: 5.4.5 -> 5.4.6
2020-01-06 20:58:39 -05:00
Oleksii Filonenko
ae9cef7262
glow: 0.1.3 -> 0.1.6
...
- Add buildFlagsArray to support --version
- Refactor some meta attributes to look more uniform
2020-01-06 15:29:28 +01:00
Patrick Hilhorst
157d9bcc52
vscode, vscodium: ban nixpkgs-update from updating
...
nixpkgs-update doesn't correctly update the hash for darwin.
There doesn't seem to be a good fix for this.
See also:
- #76471
- #76458
CC: @ryantm @eadwu
2020-01-06 11:42:04 +01:00
Frederik Rietdijk
828f93a326
Merge master into staging-next
2020-01-05 16:00:21 +01:00
Markus Kowalewski
457b17cf21
texmaker: 5.0.3 -> 5.0.4
2020-01-04 20:18:06 +01:00
Frederik Rietdijk
62bfa88763
Merge staging-next into staging
2020-01-02 21:41:48 +01:00
Frederik Rietdijk
f08e3e38d4
Merge master into staging-next
2020-01-02 21:41:13 +01:00
Tim Steinbach
8d39a23190
Merge pull request #76716 from ysndr/review/atom140
...
atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0
2020-01-01 12:42:13 -05:00
Michael Weiss
04cc65db61
androidStudioPackages.{dev,canary}: 4.0.0.6 -> 4.0.0.7
2020-01-01 17:27:43 +01:00
Frederik Rietdijk
555037a667
Merge master into staging-next
2019-12-31 16:35:53 +01:00
Lassulus
e4d0e33f36
Merge pull request #73879 from kolaente/update/jetbrains-2019.4
...
jetbrains.* 2019.2.* -> 2019.3
2019-12-31 16:34:08 +01:00
Eduardo Quiros
3e50d4a6f3
vim: 8.1.2407 -> 8.2.0013
2019-12-31 09:28:42 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list
2019-12-31 01:37:49 +01:00
ysander
9922a5498b
atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0
...
Add shared libraries libuuid and libatk-bridge
2019-12-31 01:25:00 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists
2019-12-31 01:09:25 +01:00
Robin Gloster
755db0b689
treewide: installTargets is a list
2019-12-31 00:25:26 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Frederik Rietdijk
6d059becd3
Merge gcc-9 into staging ( #68029 )
2019-12-30 16:38:38 +01:00
Frederik Rietdijk
bfa5af85b7
Merge staging-next into staging
2019-12-30 16:25:56 +01:00
Edmund Wu
83f76b6501
vscodium: 1.41.0 -> 1.41.1
2019-12-30 16:08:53 +01:00
Edmund Wu
b77fd49378
vscode: 1.41.0 -> 1.41.1
2019-12-30 16:08:53 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Robin Gloster
78cf5eda69
nedit: *Flags are lists
2019-12-30 12:15:22 +01:00
Robin Gloster
0f67406076
treewide: installTargets is a list
2019-12-30 04:50:37 +01:00
R. RyanTM
78602c4a7b
rednotebook: 2.14 -> 2.15
2019-12-28 20:32:45 +01:00
kolaente
ff60e96187
Jetbrains Goland 2019.3 -> 2019.3.1
2019-12-28 18:35:36 +01:00
kolaente
4b5bdb7dbe
Merge branch 'master' of github.com:NixOS/nixpkgs into update/jetbrains-2019.4
2019-12-28 18:14:31 +01:00
Alyssa Ross
6b24a1b8c1
emacsPackages.pod-mode: init at 1.04 ( #76470 )
2019-12-28 10:54:30 +01:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
...
Idea shamelessly stolen from 4e60b0efae
.
I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.
As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.
I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9
2019-12-26 14:17:36 +01:00
Emery Hemingway
54184dfc7e
glow: init at 0.1.3
2019-12-26 15:19:40 +05:30
Manuel Mendez
b840977407
neovim: Drop jemalloc
...
See https://github.com/neovim/neovim/pull/9526 .
2019-12-25 23:49:21 +01:00
Lancelot SIX
241e1fd9d0
nano: 4.6 -> 4.7
...
See https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00005.html
for release information.
2019-12-25 19:50:28 +00:00
kolaente
62a5b9743b
Jetbrains Webstorm 2019.3 -> 2019.3.1
2019-12-25 11:13:37 +01:00
kolaente
5ae4412196
Jetbrains Ruby-Mine 2019.3 -> 2019.3.1
2019-12-25 11:13:19 +01:00
kolaente
919368a37a
Jetbrains Rider 2019.3 -> 2019.3.1
2019-12-25 11:13:04 +01:00
kolaente
2c964ae68e
Jetbrains Pycharm Professional 2019.3 -> 2019.3.1
2019-12-25 11:12:49 +01:00
kolaente
5acd28298b
Jetbrains Pycharm 2019.3 -> 2019.3.1
2019-12-25 11:12:26 +01:00
kolaente
1e5dfe05c3
Jetbrains Phpstorm 2019.3 -> 2019.3.1
2019-12-25 11:12:14 +01:00
kolaente
b2d769dc8a
Jetbrains IDEA Ultimate 2019.3 -> 2019.3.1
2019-12-25 11:11:54 +01:00
kolaente
9123715410
Jetbrains IDEA Community 2019.3 -> 2019.3.1
2019-12-25 11:11:40 +01:00
kolaente
9e2792a6ac
Jetbrains Datagrip 2019.2.6 -> 2019.3.1
2019-12-25 11:11:16 +01:00
kolaente
46ed341384
Jetbrains Clion 2019.3 -> 2019.3.2
2019-12-25 11:10:46 +01:00
kolaente
246cfe4f57
Merge branch 'master' of github.com:NixOS/nixpkgs into update/jetbrains-2019.4
2019-12-25 11:07:24 +01:00
R. RyanTM
a8fc904c7c
thonny: 3.2.3 -> 3.2.4
2019-12-24 12:12:25 -08:00
worldofpeace
8a3a3a75ff
Merge pull request #76385 from r-ryantm/auto-update/quilter
...
quilter: 2.0.3 -> 2.0.4
2019-12-24 14:52:50 -05:00
R. RyanTM
a0b6ba5974
quilter: 2.0.3 -> 2.0.4
2019-12-24 03:21:23 -08:00
worldofpeace
144973a7e0
Merge pull request #76192 from worldofpeace/pantheon-update-script
...
Pantheon update script
2019-12-22 18:56:13 -05:00
worldofpeace
2dd7d4dd44
treewide: pantheon updateScript
2019-12-22 18:20:55 -05:00
Michael Weiss
7d421075f1
Merge pull request #75925 from alapshin/feature/android-studio-emulator-deps
...
android-studio: add missing emulator dependency
2019-12-22 20:11:21 +01:00
Giacomo Longo
6f7f88677b
eclipse: 19.09 -> 19.12 ( #76149 )
2019-12-22 14:59:39 +01:00
Robert Helgesson
61ea3fe475
emacsPackages.sv-kalender: init at 1.9 ( #75892 )
2019-12-20 18:28:22 +01:00
Andrei Lapshin
ca00dc80bc
android-studio: add missing emulator dependency
2019-12-19 10:45:37 +03:00
Michael Weiss
4cccc3c543
androidStudioPackages.beta: 3.6.0.17 -> 3.6.0.18
2019-12-18 16:48:47 +01:00
Luflosi
8636580d6f
kakoune: 2019.07.01 -> 2019.12.10
2019-12-16 14:07:13 +00:00
Jan Tojnar
429561978b
Merge branch 'master' into staging-next
2019-12-14 23:09:06 +01:00
Michael Weiss
b916b9e884
androidStudioPackages.{dev,canary}: 4.0.0.5 -> 4.0.0.6
2019-12-14 20:55:43 +01:00
Jason Samsa
77804abdd4
emacsMacport: add version attribute
...
Changes in https://github.com/NixOS/nixpkgs/pull/74936 depend on emacs
derivations to have a version attribute.
2019-12-13 14:50:49 -06:00
worldofpeace
6029b1f0b2
Merge pull request #75575 from Synthetica9/vscodium-1410
...
vscodium: 1.40.1 -> 1.41.0
2019-12-13 11:03:04 -05:00
Domen Kožar
8d5e90bdb3
vscode: 1.40.1 -> 1.41.0
2019-12-13 14:07:58 +01:00
Frederik Rietdijk
dfdf1597a7
Merge master into staging-next
2019-12-13 11:43:39 +01:00
Patrick Hilhorst
a552a7d5cf
vscodium: 1.40.1 -> 1.41.0
2019-12-12 22:23:33 +01:00
Eduardo Quirós
768943000f
edbrowse: 3.7.4 -> 3.7.6 ( #75087 )
...
* edbrowse: 3.7.4 -> 3.7.6
* Remove unneeded patch
* edbrowse: update source hash for v3.7.6
+ turn makeFlags into a list
+ update meta.homepage
2019-12-12 20:01:35 +01:00
Matthew Bauer
8f3ca4ec16
Merge pull request #75157 from bergey/nano-fix-build-MacOS
...
nano: upstream patch fixes build on MacOS
2019-12-10 15:32:27 -05:00
Frederik Rietdijk
f3618342ec
Merge staging-next into staging
2019-12-10 19:01:27 +01:00
R. RyanTM
f45df9cd47
vimHugeX: 8.1.2237 -> 8.1.2407
2019-12-10 18:49:04 +01:00
Michael Weiss
29ed59c496
android-studio: 3.5.2.0 -> 3.5.3.0
2019-12-09 14:32:39 +01:00
Michael Weiss
d05e330d04
androidStudioPackages.{dev,canary}: 4.0.0.4 -> 4.0.0.5
2019-12-09 14:32:39 +01:00
Michael Weiss
243e3a4f97
androidStudioPackages.beta: 3.6.0.16 -> 3.6.0.17
2019-12-09 14:32:39 +01:00
Patrick Hilhorst
7b3cf4c4e3
vscodium: 1.40.0 -> 1.40.1
2019-12-07 22:29:43 +01:00
Daniel Bergey
58b75b9a05
nano: upstream patch fixes build on MacOS
...
fixes https://github.com/NixOS/nixpkgs/issues/74840
2019-12-07 09:10:57 -05:00
worldofpeace
0c8dadd9e5
Merge pull request #75040 from worldofpeace/remove-terror-webkitgtk
...
🙈 ️ Remove webkitgtk24x
2019-12-06 22:02:50 -05:00
Jan Tojnar
c7db566278
Merge pull request #74387 from jtojnar/geany-clean-up
...
geany: clean up and switch to GTK3
2019-12-07 01:19:00 +01:00
worldofpeace
eda1ea51cd
emacs25: support webkitgtk
2019-12-05 16:39:44 -05:00
adisbladis
4de58b617b
Merge pull request #74965 from matthuszagh/org-9.3
...
org-packages: 9.2.6 -> 9.3
2019-12-05 18:39:32 +00:00
Frederik Rietdijk
c9a19b5f7e
Merge staging-next into staging
2019-12-05 10:19:54 +01:00
Mateusz Kowalczyk
1451a52a38
Remove myself (fuuzetsu) from maintainer lists
...
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Maximilian Bosch
85c1666cb4
Merge pull request #74953 from aanderse/kdevelop
...
kdevelop: 5.4.4 -> 5.4.5
2019-12-04 22:22:46 +01:00
Matt Huszagh
0b76e93af4
org-packages: 9.2.6 -> 9.3
2019-12-03 19:52:30 -08:00
adisbladis
77d1b6cb9a
Merge pull request #74936 from acowley/emacs27-seq
...
emacs: do not use seq package from elpa for emacs >= 27
2019-12-03 21:49:09 +00:00
Anthony Cowley
3a35e4c768
emacs: do not use seq package from elpa for emacs >= 27
...
The `seq` package that comes with emacs 27 is newer than that provided
by ELPA. Various packages list `seq` as an input, causing it to be
imported from ELPA in addition to the (newer) version bundled with
emacs. Relying on the version packaged with emacs resolves the
conflict.
Fixes #73346
2019-12-03 15:04:08 -05:00
Jan Tojnar
77b605546c
Merge branch 'staging-next' into staging
2019-12-03 16:52:44 +01:00
Aaron Andersen
b6a1c9161b
kdevelop: 5.4.4 -> 5.4.5
...
kdev-php: 5.4.4 -> 5.4.5
kdev-python: 5.4.4 -> 5.4.5
2019-12-02 16:24:58 -05:00
kolaente
5cda2de538
Jetbrains Webstorm 2019.2.4 -> 2019.3
2019-12-02 18:48:24 +01:00
kolaente
598e4ec0b6
Jetbrains RubyMine 2019.2.4 -> 2019.3
2019-12-02 18:48:02 +01:00
kolaente
9a01f62d98
Jetbrains Phpstorm 2019.2.4 -> 2019.3
2019-12-02 18:47:36 +01:00
kolaente
9cff83f0eb
Jetbrains IDEA Ultimate 2019.2.5 -> 2019.3
2019-12-02 18:47:08 +01:00
kolaente
918ed06f29
Jetbrains IDEA Community 2019.2.4 -> 2019.3
2019-12-02 18:46:47 +01:00
kolaente
2a3d2c18c6
Jetbrains Goland 2019.2.5 -> 2019.3
2019-12-02 18:46:23 +01:00
kolaente
6274424647
Jetbrains Clion 2019.2.5 -> 2019.3
2019-12-02 18:45:58 +01:00
kolaente
305f2863cf
Merge branch 'master' of github.com:NixOS/nixpkgs into update/jetbrains-2019.4
2019-12-02 18:36:18 +01:00
Jan Tojnar
3a53ef08f1
Merge pull request #70650 from jtojnar/meson-0.52
...
meson: 0.51.2 → 0.52.1
2019-12-02 18:27:05 +01:00
Jan Tojnar
f7f7b759ef
gnome-builder: fix build with Meson 0.52
2019-12-02 00:23:08 +01:00
Lancelot SIX
d3ae71a6de
nano: 4.5 -> 4.6
...
See https://lists.gnu.org/archive/html/info-gnu/2019-11/msg00011.html
for release information.
2019-12-01 20:24:39 +01:00
R. RyanTM
8413dbee82
neovim-remote: 2.2.2 -> 2.2.3
2019-12-01 18:42:33 +01:00
Jan Tojnar
8cbc862b83
dconf: move to top-level
2019-12-01 01:01:40 +01:00
Jan Tojnar
a69ad18da9
Merge branch 'master' into staging-next
2019-11-30 19:44:51 +01:00
R. RyanTM
114aaa1355
rednotebook: 2.11.1 -> 2.14 ( #74631 )
...
* rednotebook: 2.11.1 -> 2.14
+ update meta.homepage
2019-11-30 16:13:54 +01:00
Frederik Rietdijk
d14baf7747
Merge master into staging-next
2019-11-30 08:57:28 +01:00
Aaron Andersen
ef1f47d257
Merge pull request #74683 from r-ryantm/auto-update/tiled
...
tiled: 1.2.5 -> 1.3.1
2019-11-29 20:32:10 -05:00
Mario Rodas
0ca19858e5
Merge pull request #74466 from r-ryantm/auto-update/mle
...
mle: 1.4.1 -> 1.4.2
2019-11-29 20:04:20 -05:00
R. RyanTM
9796675be1
tiled: 1.2.5 -> 1.3.1
2019-11-29 13:04:32 -08:00
Michael Weiss
e7ca135f72
androidStudioPackages.{dev,canary}: 4.0.0.3 -> 4.0.0.4
2019-11-29 13:17:24 +01:00
R. RyanTM
ba58a4edf7
mle: 1.4.1 -> 1.4.2
2019-11-28 03:16:39 -08:00
Jan Tojnar
615a5a3dae
geany: clean up and switch to GTK3
...
GTK 2 has been deprecated for ages now.
Also split the outputs and convert geany-with-vte to symlinkJoin for easier merging.
2019-11-28 00:05:22 +01:00
Frederik Rietdijk
06a054e6eb
Merge master into staging-next
2019-11-25 21:51:57 +01:00
John Ericson
d0d5136cce
Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca
treewide: Get rid of most `parseDrvName` without breaking compat
...
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Frederik Rietdijk
1d18c5a0fe
Merge staging-next into staging
2019-11-24 10:13:31 +01:00
Maximilian Bosch
b763f39ce5
Merge pull request #73983 from matthiasbeyer/update-neovim
...
neovim: 0.4.2 -> 0.4.3
2019-11-23 20:55:32 +01:00
Matthias Beyer
44465d3480
neovim: 0.4.2 -> 0.4.3
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-11-23 19:24:49 +01:00
kolaente
d29879d21e
Jetbrains Pycharm Professional 2019.2.4 -> 2019.2.5
2019-11-21 21:36:58 +01:00
kolaente
2a717b3ff6
Jetbrains Pycharm Community 2019.2.4 -> 2019.2.5
2019-11-21 21:36:31 +01:00
kolaente
af027134bc
Jetbrains Phpstorm 2019.2.4 -> 2019.2.5
2019-11-21 21:36:01 +01:00
kolaente
f4a4557e60
Jetbrains Goland 2019.2.4 -> 2019.2.5
2019-11-21 21:35:38 +01:00
Dmitry Olyenyov
e40adc8788
neovim-qt: 0.2.12 -> 0.2.15
2019-11-21 11:45:00 +03:00
Jan Tojnar
6fb5b6be98
Various GNOME leaf package updates ( #73790 )
...
Various GNOME leaf package updates
2019-11-21 01:00:42 +01:00
Frederik Rietdijk
10d0c68a9b
Merge staging-next into staging
2019-11-20 10:02:21 +01:00
Frederik Rietdijk
65edeb8633
Merge master into staging-next
2019-11-20 10:01:49 +01:00
Jan Tojnar
5b11829a63
yelp-tools: move to top-level
2019-11-20 04:58:00 +01:00
Aaron Andersen
f25e2ea8b8
Merge pull request #73563 from aanderse/kdevelop
...
kdevelop, kdev-php, kdev-python: 5.4.3 -> 5.4.4
2019-11-19 16:40:56 -05:00
José Romildo Malaquias
b026faf0d7
thonny: 3.2.0b7 -> 3.2.3
2019-11-19 13:37:45 -08:00
Daniel Schaefer
3de2aeb519
vim_configurable: Add vi symlink to vim
2019-11-19 22:05:06 +01:00
Frederik Rietdijk
5f8b0d7d99
Merge staging-next into staging
2019-11-19 14:53:29 +01:00
Frederik Rietdijk
f6b39f852e
Merge master into staging-next
2019-11-19 10:53:44 +01:00
Mario Rodas
4a45f935d3
Merge pull request #73446 from Synthetica9/vscodium-1.40.0
...
vscodium: 1.39.2 -> 1.40.0
2019-11-18 22:01:10 -05:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
Dmitry Olyenyov
a6934e3653
vscode 1.40.0 -> 1.40.1 ( #73610 )
2019-11-18 11:57:01 -05:00
Lily Ballard
505f913ceb
macvim: Add -headerpad_max_install_names ( #73592 )
...
We were adding this to the compilation of MacVim, but not to the
compilation of the separate Vim binary. We may not actually need it for
MacVim at all, but omitting it for the Vim binary meant our postInstall
phase would fail for some people.
Fixes #73514
2019-11-17 20:16:47 -05:00
Luz
84bfc7207d
hexdino: init at 0.1.0
...
* hexdino: init at 0.1.0
* Fix fail due to licence
2019-11-18 00:40:31 +01:00
Samuel Rivas
0b504bc6ff
color-theme-solarized: update and fix
...
I suspect there is something wrong with the elpa package generator. Emacs'
setup-hook adds the `site-lisp` directory to `load-path`, but elpa packages end
up having their code in `site-lisp/elpa/package-version, and thus emacs cannot
load them.
If that worked, adding `color-theme` as `builInput` might be better than
explicitly adding its `site-lisp` to the `load-path` in the `buildPhase`
2019-11-18 00:13:10 +01:00
Aaron Andersen
03ac88f0eb
kdevelop, kdev-php, kdev-python: 5.4.3 -> 5.4.4
2019-11-17 09:14:58 -05:00
Frederik Rietdijk
3864800226
Merge master into staging-next
2019-11-17 10:31:52 +01:00
ahiaao
145652462b
retext: properly wrap with wrapQtApp
2019-11-16 23:50:07 -08:00
ahiaao
d3ac0e987c
retext: fix chardet override
2019-11-16 23:23:26 -08:00
Renaud
47c88f9ad1
mle: fix build
...
Tests failing on Hydra
2019-11-16 17:23:06 +01:00
nek0
8c42dbad30
texstudio: fix missing xcb platform plugin error
2019-11-16 11:47:10 +01:00
Frederik Rietdijk
be7125dde7
Merge master into staging-next
2019-11-16 11:45:07 +01:00
Michael Weiss
fd97974b21
androidStudioPackages.beta: 3.6.0.15 -> 3.6.0.16
2019-11-15 22:02:16 +01:00
Michael Weiss
2151d7406f
androidStudioPackages.{dev,canary}: 4.0.0.2 -> 4.0.0.3
2019-11-15 22:02:16 +01:00
Patrick Hilhorst
065dc03fc5
vscodium: 1.39.2 -> 1.40.0
2019-11-15 08:13:19 +01:00
Patrick Hilhorst
cc080bc9f4
vscodium: add Synthetica as a maintainer
2019-11-15 08:08:02 +01:00
Frederik Rietdijk
c6e31d0767
Merge master into staging-next
2019-11-14 13:31:39 +01:00
Renaud
2cd1695e86
Merge pull request #72740 from kolaente/update/jetbrains
...
jetbrains.* 2019.2.3 -> 2019.2.4 (mostly)
2019-11-13 16:56:51 +01:00
Alexandre Joannou
4f9fae2e32
texstudio: fix qt wrapping and explicitly receive qt attributes ( #73298 )
2019-11-13 00:13:48 -05:00
markuskowa
5979caeab0
Merge pull request #72687 from r-ryantm/auto-update/vim
...
vim: 8.1.2188 -> 8.1.2237
2019-11-12 01:05:22 +01:00
Domen Kožar
a2f62bc8fe
vscode: 1.39.2 -> 1.40.0
2019-11-08 15:08:50 +01:00
Michael Weiss
53944e47b7
androidStudioPackages.{dev,canary}: 4.0.0.1 -> 4.0.0.2
2019-11-08 13:39:47 +01:00
Michael Weiss
17ba16df83
androidStudioPackages.beta: 3.6.0.14 -> 3.6.0.15
2019-11-08 13:39:47 +01:00
Matthew Bauer
237c69622b
Merge pull request #69317 from eraserhd/pr/master/kak-plumb
...
kakounePlugins.kak-plumb: init at 0.1.1
2019-11-07 17:38:39 -05:00
Matthew Bauer
1cee79c4dc
Merge pull request #68949 from adsr/feature/mle
...
mle: init at 1.4.1
2019-11-07 17:34:43 -05:00
Matthew Bauer
4fbe99badc
Merge pull request #70644 from wizeman/u/fix-kak-plugins-license
...
kakounePlugins: fix license names
2019-11-07 17:23:17 -05:00
Renaud
d5cb3fc09b
Merge pull request #71380 from lilyball/macvim
...
macvim: snapshot-157 -> snapshot-161
2019-11-07 22:50:58 +01:00
Lily Ballard
647ee3c2f0
macvim: snapshot-157 -> snapshot-161
2019-11-07 13:24:38 -08:00
kolaente
a6558f64f6
Jetbrains Goland 2019.2.4 -> 2019.2.5
2019-11-07 20:23:34 +01:00
kolaente
a934a7f6d5
Merge branch 'master' into update/jetbrains
2019-11-07 20:21:55 +01:00
Matthew Bauer
eeba5c8e0d
Merge pull request #72777 from cab404/android-studio/flutter-tls-support
...
android-studio: Fixed Flutter "TLS Error" on flutter pub get
2019-11-06 09:59:16 -05:00
adisbladis
f6501c42cd
Merge pull request #72872 from marsam/enable-librsvg-emacs-darwin
...
emacs: also allow librsvg dependency when using withNS
2019-11-06 11:13:08 +00:00
Aaron Andersen
ec6579437c
Merge pull request #71603 from aanderse/kdevelop
...
kdevelop, kdev-php, kdev-python: 5.4.2 -> 5.4.3
2019-11-05 22:10:46 -05:00
Mario Rodas
bc8ef6c3ff
emacs: also allow librsvg dependency when using withNS
2019-11-05 21:00:00 -05:00
Niklas Hambüchen
9484904082
texmacs: 1.99.10 -> 1.99.11
...
Changelog: https://github.com/texmacs/texmacs/releases/tag/v1.99.11
2019-11-05 23:41:20 +00:00
adisbladis
d5699feedb
Merge pull request #72755 from Ekleog/org-9.2.6
...
org-packages: 9.2.3 -> 9.2.6
2019-11-05 14:29:18 +00:00
Michael Weiss
eee979043d
android-studio: 3.5.1.0 -> 3.5.2.0
2019-11-05 12:36:32 +01:00
Franz Pletz
8dca8b9ccb
Merge remote-tracking branch 'origin/master' into gcc-9
2019-11-05 01:07:22 +01:00
Vladimir Serov
d8606230a5
[fix] android-studio: added certificate bundle to /etc/pki
...
This fixes Flutter SDK failing on flutter pub, due to missing certificates.
Flutter does not check /etc/ssl, and can only find them in /etc/pki.
2019-11-04 16:53:02 +03:00
Léo Gaspard
963fee775c
org-packages: 9.2.3 -> 9.2.6
...
Note that the update-org script couldn't be used, as it is currently
broken. The upgrade was thus done by hand.
2019-11-04 02:31:31 +01:00
kolaente
1551aa3b04
Jetbrains Webstorm 2019.2.3 -> 2019.2.4
2019-11-03 21:06:23 +01:00
kolaente
5f6c3e0570
Jetbrains RubyMine 2019.2.3 -> 2019.2.4
2019-11-03 21:06:02 +01:00
kolaente
41a446c965
Jetbrains Pycharm Rider 2019.2.2 -> 2019.2.3
2019-11-03 21:05:39 +01:00
kolaente
0050f13057
Jetbrains Pycharm Professional 2019.2.3 -> 2019.2.4
2019-11-03 21:05:22 +01:00
kolaente
20899a2893
Jetbrains Pycharm Community 2019.2.3 -> 2019.2.4
2019-11-03 21:05:04 +01:00
kolaente
0835e481e0
Jetbrains Phpstorm 2019.2.3 -> 2019.2.4
2019-11-03 21:04:48 +01:00
kolaente
c1e9a4eaa9
Jetbrains IDEA Ultimate 2019.2.3 -> 2019.2.4
2019-11-03 21:04:31 +01:00
kolaente
a910bcd4b6
Jetbrains IDEA Community 2019.2.3 -> 2019.2.4
2019-11-03 21:04:11 +01:00
kolaente
852974a0c5
Jetbrains Goland 2019.2.3 -> 2019.2.4
2019-11-03 21:03:37 +01:00
kolaente
75cc535904
Jetbrains Datagrip 2019.2.5 -> 2019.2.6
2019-11-03 21:03:12 +01:00
kolaente
503dd12678
Jetbrains Clion 2019.2.3 -> 2019.2.5
2019-11-03 21:02:34 +01:00
worldofpeace
fbbb67b858
quilter: 2.0.2 - 2.0.3
2019-11-03 13:25:33 -05:00
Franz Pletz
6b10b78872
Merge remote-tracking branch 'origin/master' into gcc-9
2019-11-03 14:44:12 +01:00
Franz Pletz
1be138caa4
hexcurse: fix build with gcc9
2019-11-03 14:43:34 +01:00
Michael Weiss
546c02c0e4
androidStudioPackages.beta: 3.6.0.13 -> 3.6.0.14
2019-11-03 14:05:31 +01:00
R. RyanTM
02c3bcee61
vim: 8.1.2188 -> 8.1.2237
2019-11-03 01:49:38 -08:00
R. RyanTM
2177a8ee20
quilter: 2.0.0 -> 2.0.2
2019-11-03 10:05:47 +01:00
adisbladis
8930e0c21d
Merge pull request #72210 from urkud/emacs-cmake-mode-dontConfigure
...
emacs-cmake-mode: do not run `configure`
2019-11-01 16:37:03 +00:00
adisbladis
0f76051d67
Merge pull request #72243 from urkud/emacs-rtags
...
emacs-*-rtags: use upstream package names
2019-11-01 16:34:14 +00:00
Niklas Hambüchen
df3b011c42
Merge pull request #63938 from nh2/texmacs-1.99.10
...
texmacs: 1.99.2 -> 1.99.10
2019-10-30 15:04:04 +01:00
Jason Felice
b4b5dd14a1
kakounePlugins.kak-plumb: init at 0.1.1
2019-10-29 21:45:48 -04:00
Yury G. Kudryashov
dca6f19b70
emacs-*-rtags: use upstream package names
...
Split `emacs-rtags` into `rtags` and `*-rtags` following the
upstream (melpa) package names.
2019-10-29 07:51:11 -04:00
Yury G. Kudryashov
0681bce6e8
emacs-cmake-mode: do not run `configure`
...
Before this patch, the stable version did not run configure, and the
unstable version added `openssl` and `pkgconfig` to
dependencies.
Also, `dontConfigure = true` seems more readable than `configureScript
= "true"`.
2019-10-28 20:27:27 -04:00
Frederik Rietdijk
21635748a8
Merge master into staging-next
2019-10-28 08:59:50 +01:00
Peter Hoeg
c833fb3179
Merge pull request #71347 from peterhoeg/f/emacs_vterm
...
emacsPackages.vterm: fix dynamic library and autoloaders
2019-10-28 12:23:21 +08:00
Pavol Rusnak
ee32d5147c
tuxguitar: 1.2 -> 1.5.2
2019-10-27 13:03:55 +01:00
Jan Tojnar
40272a77a3
Merge branch 'staging-next' into staging
2019-10-26 15:54:58 +02:00
Michael Weiss
7b169daf26
androidStudioPackages.{dev,canary}: 3.6.0.13 -> 4.0.0.1
2019-10-26 13:11:48 +02:00
Terje Larsen
38dc9cbfc5
melpa-packages: 2019-10-25
...
The previous update included several errors which broke packages. This
one re-fetched and fixed them.
2019-10-25 19:09:45 +02:00
R. RyanTM
bacc6dcd56
vim: 8.1.1967 -> 8.1.2188
...
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-10-24 21:17:47 -07:00
R. RyanTM
e2383999f0
tiled: 1.2.4 -> 1.2.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/tiled/versions
2019-10-24 20:16:09 -07:00
adisbladis
6455c0d03b
Merge pull request #71922 from rasendubi/melpa-2019-10-24
...
melpa-packages: 2019-10-24
2019-10-24 22:08:24 +01:00
Alexey Shmalko
8bb70c8722
melpa-packages: 2019-10-24
2019-10-24 19:31:35 +03:00
R. RyanTM
1550417b51
neovim-remote: 2.2.1 -> 2.2.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/neovim-remote/versions
2019-10-22 19:00:29 -07:00
Christoph Ruegge
97f734a4f1
texmaker: avoid shell expansion when setting qmakeFlags
2019-10-22 17:27:47 +02:00
Christoph Ruegge
adf81192c6
texmaker: use qt5 mkDerivation
2019-10-22 16:51:36 +02:00
R. RyanTM
15dd224a55
bvi: 1.4.0 -> 1.4.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/bvi/versions
2019-10-21 19:51:55 -07:00
Aaron Andersen
922b4f786f
kdevelop, kdev-php, kdev-python: 5.4.2 -> 5.4.3
2019-10-21 21:23:20 -04:00
Franz Pletz
a2638b611f
Merge pull request #69124 from asbachb/update-to-netbeans-11.1
...
Update to NetBeans 11.1
2019-10-21 14:07:12 +00:00
Peter Hoeg
803aa128b1
Merge pull request #71351 from peterhoeg/f/emacs_evil_escape
...
emacsPackages.evil-escape: fix build
2019-10-21 08:23:01 +08:00
Edmund Wu
445dd73304
vscodium: 1.39.1 -> 1.39.2
2019-10-18 23:55:15 -07:00
Edmund Wu
9fadd8e2bd
vscode: 1.39.1 -> 1.39.2
2019-10-18 23:55:15 -07:00
Peter Hoeg
29f4fd41d2
emacsPackages.evil-escape: fix build
2019-10-19 01:15:21 +08:00
Peter Hoeg
4487809902
emacsPackages.vterm: fix dynamic library and autoloaders
...
We need both the .so as well as the proper autoloaders that are generated when
we build an emacs package, so we cannot use the normal stdenv.mkDerivation but
have to inject the building of the libraries instead.
Also, use the proper libvterm-neovim we have in nixpkgs instead of vendoring it.
2019-10-18 23:38:28 +08:00
Shreyansh Khajanchi
7885eeaffd
neovim-qt: fix icons
2019-10-17 14:11:41 +09:00
Shreyansh Khajanchi
3388941c59
neovim: fix icon not displaying
2019-10-17 11:34:40 +09:00
hyperfekt
bb24fafbfa
vscode-with-extensions: fix insiders build
...
Extensions are no longer unwrapped to the /share directory so the
extensions' derivations do not have to know about VSCode's package name.
2019-10-16 23:17:15 +02:00
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
worldofpeace
81d72a6635
Merge pull request #70991 from eadwu/vscode/1.39.1
...
vscodium: 1.38.1 -> 1.39.1
2019-10-12 21:40:35 +00:00
R. RyanTM
65d7bf58f1
ne: 3.1.2 -> 3.2.1 ( #70663 )
...
* ne: 3.1.2 -> 3.2.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/ne/versions
* ne: revamp
2019-10-12 12:57:05 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Edmund Wu
340b252d4b
vscodium: 1.38.1 -> 1.39.1
2019-10-11 08:40:12 -04:00
Alexander Bakker
a7e87bcc5b
android-studio: add new emulator dependencies ( #70857 )
...
Fix #70844 .
2019-10-11 12:57:42 +02:00
Michael Weiss
c6f9a0ede3
androidStudioPackages.{dev,canary}: 3.6.0.12 -> 3.6.0.13
...
androidStudioPackages.beta: 3.5.1.0 -> 3.6.0.13
2019-10-11 12:45:34 +02:00
Domen Kožar
f4d675b993
vscode: 1.38.1 -> 1.39.1
2019-10-11 11:04:27 +02:00
worldofpeace
dfe338e464
Merge pull request #70890 from worldofpeace/pantheon-no-lts-vala
...
pantheon: use latest vala
2019-10-10 15:18:38 +00:00
worldofpeace
bdb851ee2d
pantheon: use latest vala
...
elementary OS's ecosystem is curated around Ubuntu's LTS releases.
This means the development platform for their curated applications
always includes a LTS version of vala (in 18.04 it's 0.40).
Because of how vala development works it suspect some of these
applications to have serious issues if complied with the latest vala.
However in the past year or so, for Pantheon at least, I don't think
their applications will have much issues with latest vala, and if there
is I don't think they'd be difficult to fix. In this single regard they've
become more responsive since their preferred language is vala.
As for the curated applications I have less of this confidence in.
So I'd have to be accept less applications, but that's something
I'm willing to compromise on. And this is easily reversible or
could be done on a per-application basis. And nix already makes
this trivial.
2019-10-09 22:47:37 -04:00
worldofpeace
586208204e
Merge pull request #69576 from lilyball/macvim-no-chroot
...
macvim: Add sandboxProfile
2019-10-09 20:41:29 +00:00
Tor Hedin Brønner
7757dd115c
Merge pull request #70705 from hedning/gnome-3.34.1
...
Gnome 3.34.1
2019-10-09 00:35:38 +02:00
Christine Koppelt
854c969b57
add missing meta data
2019-10-08 20:54:38 +02:00
Tor Hedin Brønner
fedc3638da
gnome-builder: 3.34.0 → 3.34.1
2019-10-08 12:08:50 +02:00
Frederik Rietdijk
a0c34f54cc
Merge master into staging-next
2019-10-08 11:56:52 +02:00
R. RyanTM
5a471eaca5
geany: 1.35 -> 1.36
...
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-10-07 21:33:41 -07:00
Matt McHenry
5b19d1e461
eclipses: 2019-06 -> 2019-09
2019-10-07 19:56:22 +02:00
R. RyanTM
90ee4a74aa
manuskript: 0.9.0 -> 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/manuskript/versions
2019-10-07 08:45:38 -07:00
Ricardo M. Correia
25e4165d43
kakounePlugins: fix license names
...
The license names seemed to be incorrect according to the upstream repos.
2019-10-07 17:25:10 +02:00
Elis Hirwing
bd3743fd56
Merge pull request #70404 from lsix/nano-4.5
...
nano: 4.4 -> 4.5
2019-10-07 07:39:33 +02:00
Amanda Cameron
317a011e5e
vscode: Make it so that it places the .app in /Applications on macOS
2019-10-05 14:54:02 -04:00
Lancelot SIX
5b590f93e0
nano: 4.4 -> 4.5
...
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00001.html
for release information.
2019-10-04 16:48:30 +02:00
Michael Weiss
099c740aa5
android-studio: 3.5.0.21 -> 3.5.1.0
2019-10-04 12:28:57 +02:00
Matthieu Coudron
81487f73eb
Merge pull request #70215 from LnL7/darwin-lua-libluv
...
neovim: fix darwin build
2019-10-04 13:05:32 +09:00
Guillaume Massé
297db487c2
sublimetext: 3207 -> 3211
2019-10-03 11:24:37 -04:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next
2019-10-03 01:47:08 +02:00
Jan Tojnar
4655669483
Gnome 3.34 ( #68608 )
...
Gnome 3.34
2019-10-03 00:38:54 +02:00
Minijackson
4e7364abab
gnvim: init at 0.1.5
2019-10-02 14:08:40 +09:00
Daiderd Jordan
c819648a68
neovim: link against libluv on darwin
2019-10-02 00:30:42 +02:00
Tor Hedin Brønner
5a5f149e10
gnome-builder: 3.32.4 → 3.34.0
...
* add pcre2
* don't override stdenv
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-30 19:39:38 +02:00
Jon
45804475f4
Merge pull request #69938 from r-ryantm/auto-update/quilter
...
quilter: 1.9.5 -> 2.0.0
2019-09-29 18:16:13 -07:00
Frederik Rietdijk
503081fa5b
Merge staging into staging-next
2019-09-29 11:05:22 +02:00
R. RyanTM
f70e674800
quilter: 1.9.5 -> 2.0.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/quilter/versions
2019-09-28 18:08:25 -07:00
Jörg Thalheim
492be34fc9
jetbrains/update-2 ( #67719 )
...
jetbrains/update-2
2019-09-28 10:49:38 +01:00
Edmund Wu
6b91398870
jetbrains.webstorm: 2019.2.1 -> 2019.2.3
2019-09-27 15:58:04 -04:00
Edmund Wu
f3d611f108
jetbrains.ruby-mine: 2019.2.1 -> 2019.2.3
2019-09-27 15:57:53 -04:00
Edmund Wu
4b6774a327
jetbrains.pycharm-professional: 2019.2.1 -> 2019.2.3
2019-09-27 15:57:37 -04:00
Edmund Wu
ac3c6be8b8
jetbrains.pycharm-community: 2019.2.1 -> 2019.2.3
2019-09-27 15:57:20 -04:00
Edmund Wu
a440d6d7f1
jetbrains.phpstorm: 2019.2.1 -> 2019.2.3
2019-09-27 15:57:03 -04:00
Edmund Wu
2cffced76a
jetbrains.idea-ultimate: 2019.2.2 -> 2019.2.3
2019-09-27 15:56:40 -04:00
Edmund Wu
a92aed3386
jetbrains.idea-community: 2019.2.2 -> 2019.2.3
2019-09-27 15:56:22 -04:00
Edmund Wu
5ebf7e414e
jetbrains.goland: 2019.2.1 -> 2019.2.2
2019-09-27 15:56:05 -04:00
Edmund Wu
403dc59d54
jetbrains.datagrip: 2019.2.3 -> 2019.2.5
2019-09-27 15:55:46 -04:00
Edmund Wu
2d0f8a0f0c
jetbrains.clion: 2019.2.1 -> 2019.2.3
2019-09-27 15:55:29 -04:00
Lily Ballard
cf6fd91804
macvim: Add sandboxProfile
...
This allows full filesystem access except for Homebrew. This is because
we don't know where Xcode will be installed so we can't just whitelist
it and its dependencies.
2019-09-27 09:40:25 -07:00
Jörg Thalheim
05a92768f2
Merge pull request #68534 from lilyball/macvim-xcode-11-fix
...
macvim: fix compatibility with Xcode 11
2019-09-26 22:22:46 +01:00
adisbladis
3702a4b833
melpa-packages: 2019-09-26
2019-09-26 10:58:57 +01:00
adisbladis
28daf29df3
elpa-packages: 2019-09-26
2019-09-26 10:58:56 +01:00
Dmitry Kalinkin
b3472597b7
Merge branch 'staging-next' into staging
...
Fixes eval on darwin after #69072
Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Uri Baghin
336a2937ec
jetbrains.rider: fix on darwin
2019-09-24 21:08:28 +10:00
Vladimír Čunát
9892d5ab2c
jetbrains.rider: fail evaluation in a good way on non-Linux
...
The tarball job was broken because of this (darwin).
2019-09-24 11:15:26 +02:00
Vladimír Čunát
192fb9d11b
Merge branch 'staging-next' into staging
2019-09-24 08:15:01 +02:00
Matthieu Coudron
60f3c94965
Merge pull request #68882 from rvolosatovs/update/neovim
...
Neovim: 0.3.8 -> 0.4.2
2019-09-23 22:15:01 +09:00
Uri Baghin
01f0c10ba2
jetbrains.idea-community: add darwin support
2019-09-23 22:07:21 +10:00
Orivej Desh
dc4224bc54
Merge branch 'master' into staging
...
* master: (36 commits)
libipt: set platforms to unix
licenses: refer to curl using spdx
qhull: specify spdx license
ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
ocamlPackages.owee: 0.2 -> 0.3
nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
daemon: init at 0.6.4
k9s: 0.7.13 -> 0.8.4
cask: Use generated src/version from Melpa
python.pkgs.flask_oauthlib: remove
radeon-profile: 20170714 -> 20190903
radeon-profile: use Qt mkDerivation
afew: propagate setuptools
pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
mutt: 1.12.1 -> 1.12.2
unit: 1.10.0 -> 1.11.0
emacsPackages: Update elpa
emacsPackages: Update melpa
cask: Fix cask usage
git-lfs: use buildGoPackage
...
2019-09-22 21:33:00 +00:00
adisbladis
31e89df52a
Merge pull request #69212 from NeQuissimus/emacs
...
Emacs: Package updates
2019-09-22 16:36:07 +01:00
Jan Tojnar
f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup ( #68552 )
...
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
Michael Weiss
e5f3951f62
androidStudioPackages.{dev,canary}: 3.6.0.11 -> 3.6.0.12
2019-09-21 20:16:08 +02:00
Adam Saponara
c7a9213505
mle: init at 1.4.1
2019-09-21 12:55:04 -04:00
worldofpeace
19b4d18893
Merge pull request #69129 from eadwu/typora/include-pandoc
...
typora: allow pandoc to be in PATH
2019-09-21 12:29:07 -04:00
Edmund Wu
55ebe58462
typora: allow pandoc to be in PATH
2019-09-21 12:08:54 -04:00
Tim Steinbach
8317facd14
emacsPackages: Update elpa
...
Via `update-elpa` script
2019-09-21 10:09:48 -04:00
Tim Steinbach
bae10449e7
emacsPackages: Update melpa
...
Via `update-melpa` script
2019-09-21 10:09:20 -04:00
Matthew Bauer
566796ab13
Merge pull request #69038 from matthewbauer/ncurses5
...
treewide: use libtinfo.so.5 where needed
2019-09-20 23:00:04 -04:00
Maximilian Bosch
87a9e5eb31
Merge pull request #68627 from Ma27/build-unfree-locally
...
treewide: build some unfree packages locally
2019-09-20 23:45:28 +02:00
Doron Behar
c5f3851909
neovim-remote: 2.2.0 -> 2.2.1
2019-09-21 01:23:01 +09:00
Benjamin Asbach
1aef41c876
netbeans: changed hompage url to netbeans space hosted on apache network
2019-09-19 23:44:54 +00:00
Benjamin Asbach
3954ddd33b
netbeans: added camel case syntax and added Apache prefix for `desktopName`
2019-09-19 23:05:19 +00:00
Benjamin Asbach
b8ae6b12f8
netbeans: 11.0 -> 11.1
2019-09-19 22:57:20 +00:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
...
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Matthew Bauer
4c85abae94
treewide: use libtinfo.so.5 where needed
...
This was originally added in
https://github.com/NixOS/nixpkgs/pull/21350
best to use this name for clarity.
2019-09-18 13:57:20 -04:00
Matthew Bauer
b6ad762f9c
Merge pull request #68870 from B4dM4n/amp-darwin
...
amp: fix darwin build
2019-09-17 17:54:20 -04:00
Matthew Bauer
cda7025a71
Merge pull request #68528 from lilyball/macvim-ibtool-fix
...
macvim: work around ibtool issue
2019-09-17 17:48:13 -04:00
Roman Volosatovs
824869c3fc
neovim: 0.3.8 -> 0.4.2
2019-09-16 22:00:43 +02:00
Craig Hall
6bdaca51e8
neovim: sort lists alphabetically
2019-09-16 16:10:13 +02:00
worldofpeace
9eec0a3b1e
Merge pull request #68655 from eadwu/vscode/1.38.1
...
vscod{e,ium}: 1.38.0 -> 1.38.1
2019-09-15 21:17:26 -04:00
Fabian Möller
383fc6e2cf
amp: fix darwin build
2019-09-16 00:29:08 +02:00
Robin Gloster
ef378f7ffa
Merge pull request #68585 from B4dM4n/manuskript-build
...
manuskript: fix build and use wrapQtApp
2019-09-13 23:32:45 +02:00
Edmund Wu
703471064b
vscodium: 1.38.0 -> 1.38.1
2019-09-13 08:03:53 -04:00
Edmund Wu
e4d2f259db
vscode: 1.38.0 -> 1.38.1
2019-09-13 08:03:53 -04:00
Maximilian Bosch
0d65acf47c
treewide: build some unfree packages locally
...
Unfree packages aren't distributed by our binary cache due to legal
reasons[1] and are usually a prebuilt binary that requires some patching.
When using distributed builds[2], those are uploaded to another build
machine as fixed-output derivations from `fetchurl` are built locally[3]
which takes a certain amount of time and resources with almost no gain
as the build process is trivial in contrast to the up/download to a
remote builder.
This is why I figured that at least some of the packages should be
explicitly built locally, I've done something simlar for
`citrix_workspace` already in the past[4].
The following packages are affected by this:
* `idea.*` (excluding free derivatives)
* `xmind`
* `teamviewer`
[1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision
[2] https://nixos.wiki/wiki/Distributed_build
[3] 267c8d6b2f/pkgs/build-support/fetchurl/default.nix (L95)
[4] 87f818d9b2
2019-09-13 09:29:09 +02:00
adisbladis
76e4d0e0f7
Merge pull request #68376 from wildsebastian/remove-elpy-from-melpa
...
melpaPackages.elpy: bugfix
2019-09-12 20:38:55 +01:00
Sebastian Wild
458e3c7116
melpaPackages.elpy: bugfix
...
After the elpy dummy package was removed (#68217 ) it was still referenced
in the melpa packages and broke emacs builds that included elpy.
2019-09-12 21:32:13 +02:00
Fabian Möller
cd67dd52d2
manuskript: fix build and use wrapQtApp
2019-09-12 12:23:50 +02:00
Lily Ballard
4563496375
macvim: fix compatibility with Xcode 11
...
This fixes several Xcode 11 incompatibilities with MacVim, including an
issue where it wasn't inheriting the deployment target correctly to
begin with.
2019-09-11 20:13:36 -07:00
Lily Ballard
7f481e807f
macvim: work around ibtool issue
...
It seems that /usr/bin/ibtool marks stdin/stdout/stderr as nonblocking,
which can cause the subsequent build phase to fail when it tries to
write to stdout. I don't know why this problem just started happening
for me, but preventing ibtool from inheriting fds fixes the problem.
2019-09-11 16:44:13 -07:00
Michael Weiss
991360fe10
androidStudioPackages.{dev,canary}: 3.6.0.10 -> 3.6.0.11
2019-09-11 22:40:55 +02:00
Linus Heckemann
f024caa7a8
Merge pull request #68146 from averelld/rstudio-build-fix
...
rstudio: fix build with new hunspell-dicts
2019-09-10 14:04:11 +02:00
Jason Felice
44d32929f6
kakounePlugins.kak-ansi: init at 0.2.1
2019-09-09 19:54:04 +00:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Aaron Andersen
c025f5c03d
Merge pull request #68179 from aanderse/kdevelop
...
kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2
2019-09-07 17:05:30 -04:00
Edmund Wu
092f8227bd
jetbrains.rider: 2019.2.1 -> 2019.2.2
2019-09-06 17:42:43 -04:00
Edmund Wu
eaf2a81554
jetbrains.idea-ultimate: 2019.2.1 -> 2019.2.2
2019-09-06 17:42:27 -04:00
Edmund Wu
a803e915af
jetbrains.idea-community: 2019.2.1 -> 2019.2.2
2019-09-06 17:42:06 -04:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
Michael Weiss
861224ab5c
androidStudioPackages.{dev,canary}: 3.6.0.9 -> 3.6.0.10
2019-09-06 21:29:17 +02:00
Michael Weiss
ef2328331c
androidStudioPackages.*: Remove the "-wrapper" suffix from name
...
This causes problems when parsing the name attribute, e.g. for Repology
and parseDrvName. I've added "-unwrapped" to the derivation with the
downloaded content to keep it easier to differentiate between the two.
2019-09-06 21:29:17 +02:00
Aaron Andersen
01ba11b8db
kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2
2019-09-06 13:08:13 -04:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
ed54a5b51d
Merge branch 'gtk-no-plus'
2019-09-06 02:57:51 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
Eamonn Coughlan
cd9aec6114
rstudio: fix build with new hunspell-dicts
2019-09-05 17:33:24 +02:00
Edmund Wu
7f660719c9
vscodium: 1.37.1 -> 1.38.0
2019-09-05 08:08:21 -04:00
Edmund Wu
6c82cc405a
vscode: 1.37.1 -> 1.38.0
2019-09-05 08:08:20 -04:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Timothy DeHerrera
0b32fe2d7e
kakounePlugins: Add 5 kakoune plugins ( #67593 )
...
* kakounePlugins: Add 5 kakoune plugins
Should be compatible with
https://github.com/NixOS/nixpkgs/pull/64310
* kak-auto-pairs: for automatic closing of pairs
* kak-buffers: for easier buffer management
* kak-fzf: for fzf integration
* kak-powerline: for a prettier modeline
* kak-vertical-selection: for easy vertical selections
* kakounePlugins: alphabetize package list
* kakounePlugins.kak-fzf: add ability to choose between fzf/skim
* kakounePlugins.kak-powerline: substitute full path to git binary
2019-09-03 22:54:37 +02:00
averelld
42607bb059
vim: 8.1.1547 -> 8.1.1967 ( #68011 )
2019-09-03 22:34:37 +02:00
Marek Mahut
bf276a6aba
Merge pull request #67992 from marius851000/wxhexeditor2
...
wxhexeditor: fix compilation
2019-09-03 11:04:49 +02:00
marius851000
c4514dfbb7
wxhexeditor: fix compilation
2019-09-03 10:09:25 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
adisbladis
80bda49332
emacs-packages: Drop remnants of manually created packages
2019-09-01 19:58:28 +01:00
adisbladis
704e8c5023
emacs-packages.tramp: 2.3.0 -> 2.4.2
2019-09-01 19:55:43 +01:00
adisbladis
5d63bdb3b3
emacs-packages.helm-words: 20150413 -> 20190917
2019-09-01 19:46:20 +01:00
adisbladis
2c142705df
emacs-packages.emacsClangCompleteAsync: Drop manually created package
2019-09-01 19:39:17 +01:00
adisbladis
221ed56467
emacs-packages.cua: Drop manually created package
...
It's included in emacs since version 22
2019-09-01 19:33:16 +01:00
adisbladis
15f70ea7ed
emacs-packages: Drop manually created coffee-mode
2019-09-01 19:26:51 +01:00
adisbladis
3b632b78a2
emacs-packages: Drop manually created `gn` package
2019-09-01 19:23:31 +01:00
adisbladis
6619e9c47b
emacs-packages: Fix melpa indentation
2019-09-01 19:17:31 +01:00
adisbladis
d835da5ee9
emacsPackages.seoul256-theme: Unmark as broken
2019-08-31 23:56:32 +01:00
adisbladis
e018f9cf40
emacsPackages.processing-snippets: Unmark as broken
2019-08-31 23:56:32 +01:00
adisbladis
a8715b4df7
emacsPackages.helm-lobsters: Unmark as broken
2019-08-31 23:56:31 +01:00
adisbladis
c39104bcff
emacsPackages.fold-dwim-org: Unmark as broken
2019-08-31 23:56:31 +01:00
adisbladis
ea9f3bafcd
emacsPackages.flycheck-ocaml: Unmark as broken
2019-08-31 23:56:31 +01:00
adisbladis
cc2547d33d
emacsPackages.floobits: Unmark as broken
2019-08-31 23:56:31 +01:00
adisbladis
16c57cb76b
emacsPackages.evil-search-highlight-persist: Unmark as broken
2019-08-31 23:56:31 +01:00
adisbladis
9bcc28325e
emacsPackages.eterm-256color: Unmark as broken from melpa
2019-08-31 23:56:30 +01:00
adisbladis
7b32590aef
emacsPackages.emr: Unmark as broken
2019-08-31 23:56:30 +01:00
adisbladis
b5941206ee
emacsPackages.cmake-mode: Unmark as broken
2019-08-31 23:56:30 +01:00
adisbladis
18ce1d7d52
emacsPackages.window-numbering: Unmark as broken from melpa
2019-08-31 23:56:30 +01:00
adisbladis
7ace8446b6
emacsPackages.voca-builder: Unmark as broken from melpa
2019-08-31 23:56:30 +01:00
adisbladis
5d45d563ba
emacsPackages.utop: Unmark as broken
2019-08-31 23:56:30 +01:00
adisbladis
d2bb61139c
emacsPackages.textmate: Unmark as broken
2019-08-31 23:56:29 +01:00
adisbladis
edcf307762
emacsPackages.tawny-mode: Unmark as broken
2019-08-31 23:56:29 +01:00
adisbladis
a29ca8750e
emacsPackages.speech-tagger: Unmark as broken from melpa
2019-08-31 23:56:29 +01:00
adisbladis
2418f00ca1
emacsPackages.qiita: Unmark as broken from melpa
2019-08-31 23:56:29 +01:00
adisbladis
70c32e80b5
emacsPackages.ocp-indent: Unmark as broken
2019-08-31 23:56:29 +01:00
adisbladis
88f8e5a59d
emacsPackages.maxframe: Unmark as broken from melpa
2019-08-31 23:56:29 +01:00
adisbladis
594b9a15b3
emacsPackages.jsfmt: Unmark as broken from melpa stable
2019-08-31 23:56:28 +01:00
adisbladis
178ba4dd05
emacsPackages.initsplit: Unmark as broken from melpa
2019-08-31 23:56:28 +01:00
adisbladis
c74e4a1116
emacsPackages.ido-complete-space-or-hyphen: Unmark as broken from melpa
2019-08-31 23:56:28 +01:00
adisbladis
7c7378246c
emacsPackages.graphene: Unmark as broken
2019-08-31 23:56:28 +01:00
adisbladis
9823655e70
emacsPackages.elmine: Unmark as broken from melpa
2019-08-31 23:56:28 +01:00
adisbladis
10852183ba
emacs-packages: Unmark bufshow as broken from melpa
2019-08-31 23:56:28 +01:00
adisbladis
1c687eb4e4
emacsPackages.elpaPackages.ebdb-i18n-chn: Unmark as broken
2019-08-31 23:56:27 +01:00
adisbladis
1acdbbacb3
emacsPackages.elpaPackages.iterators: Unmark as broken
2019-08-31 23:56:27 +01:00
adisbladis
eb54ab3798
emacsPackages.elpaPackages.midi-kbd: Unmark as broken
2019-08-31 23:56:27 +01:00
adisbladis
11829795b3
emacsPackages.elpaPackages.stream: Unmark as broken
2019-08-31 23:56:27 +01:00
adisbladis
45dc8ced7c
emacsPackages.elpaPackages.el-search: Unmark as broken
2019-08-31 23:56:27 +01:00
Edmund Wu
308a8d3f85
jetbrains.webstorm: 2019.1.3 -> 2019.2.1
2019-08-31 15:40:25 -04:00
Edmund Wu
0b3e7a212a
jetbrains.datagrip: 2019.2.2 -> 2019.2.3
2019-08-31 15:40:24 -04:00
Edmund Wu
925abd008b
jetbrains.jdk: 164 -> 451
2019-08-31 15:40:24 -04:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
adisbladis
52be1a3de0
melpa-packages: 2019-08-30
2019-08-30 22:13:16 +01:00
adisbladis
347a0c25f3
elpa-packages: 2019-08-30
2019-08-30 22:13:01 +01:00
adisbladis
71846dfceb
emacs-packages: Add update script that fetches from overlay
2019-08-30 22:11:30 +01:00
Michael Weiss
9292bc58c6
androidStudioPackages.{dev,canary}: 3.6.0.8 -> 3.6.0.9
2019-08-30 18:19:14 +02:00
adisbladis
b3d6dd59a6
emacs-packages: Add backwards compatible aliases
...
I want to add that I'm personally not a fan of this and I think we
should eventually drop these aliases to closely match the eco-system
rather than relying on some ad-hoc names created years ago.
2019-08-30 16:52:24 +01:00
adisbladis
53d805245a
emacs-packages: Remove xml-rpc from old emacs package infrastructure
2019-08-30 16:43:31 +01:00
adisbladis
38edd7b05a
emacs-packages: Remove writegood from old emacs package infrastructure
2019-08-30 16:43:31 +01:00
adisbladis
8a6932bc3d
emacs-packages: Remove tuareg from old emacs package infrastructure
2019-08-30 16:43:30 +01:00
adisbladis
af26fea60e
emacs-packages: Remove scala-mode from old emacs package infrastructure
2019-08-30 16:43:30 +01:00
adisbladis
63819cdbe7
emacs-packages: Remove sbt-mode from old emacs package infrastructure
2019-08-30 16:43:30 +01:00
adisbladis
7385a605f0
emacs-packages: Remove s from old emacs package infrastructure
2019-08-30 16:43:30 +01:00
adisbladis
e7f24e0143
emacs-packages: Remove rudel from old emacs package infrastructure
2019-08-30 16:43:30 +01:00
adisbladis
3e81a52ffb
emacs-packages: Remove rainbow-delimiters from old emacs package infrastructure
2019-08-30 16:43:29 +01:00
adisbladis
5413061d52
emacs-packages: Remove quack from old emacs package infrastructure
2019-08-30 16:43:29 +01:00
adisbladis
99677ec06b
emacs-packages: Remove proofgeneral from old emacs package infrastructure
2019-08-30 16:43:29 +01:00
adisbladis
61d42be5b0
emacs-packages: Remove php from old emacs package infrastructure
2019-08-30 16:43:29 +01:00
adisbladis
af4faf11da
emacs-packages: Remove pcache from old emacs package infrastructure
2019-08-30 16:43:29 +01:00
adisbladis
1349476a9a
emacs-packages: Remove org2blog from old emacs package infrastructure
2019-08-30 16:43:28 +01:00
adisbladis
5cdc278b4c
emacs-packages: Remove org from old emacs package infrastructure
2019-08-30 16:43:28 +01:00
adisbladis
3386f5488f
emacs-packages: Remove offlineimap from old emacs package infrastructure
2019-08-30 16:43:28 +01:00
adisbladis
1c00ad630e
emacs-packages: Remove monky from old emacs package infrastructure
2019-08-30 16:43:28 +01:00
adisbladis
07e7cf853a
emacs-packages: Remove metaweblog from old emacs package infrastructure
2019-08-30 16:43:28 +01:00
adisbladis
ea726bf658
emacs-packages: Remove maude from old emacs package infrastructure
2019-08-30 16:43:27 +01:00
adisbladis
ed3d9288a1
emacs-packages: Remove markdown-mode from old emacs package infrastructure
2019-08-30 16:43:27 +01:00
adisbladis
fb4ba957da
emacs-packages: Remove lorem-ipsum from old emacs package infrastructure
2019-08-30 16:43:27 +01:00
adisbladis
7c3726ae95
emacs-packages: Remove logito from old emacs package infrastructure
2019-08-30 16:43:27 +01:00
adisbladis
b254161923
emacs-packages: Remove let-alist from old emacs package infrastructure
2019-08-30 16:43:26 +01:00
adisbladis
c6e0fe1b9d
emacs-packages: Remove js2 from old emacs package infrastructure
2019-08-30 16:43:26 +01:00
adisbladis
0e7598677c
emacs-packages: Remove jdee from old emacs package infrastructure
2019-08-30 16:43:26 +01:00
adisbladis
438131a1a4
emacs-packages: Remove jade from old emacs package infrastructure
2019-08-30 16:43:26 +01:00
adisbladis
f4c2f9794d
emacs-packages: Remove jabber from old emacs package infrastructure
2019-08-30 16:43:26 +01:00
adisbladis
26af6f335b
emacs-packages: Remove idris from old emacs package infrastructure
2019-08-30 16:43:25 +01:00
adisbladis
6b2f177737
emacs-packages: Remove htmlize from old emacs package infrastructure
2019-08-30 16:43:25 +01:00
adisbladis
84a09cad68
emacs-packages: Remove haskell from old emacs package infrastructure
2019-08-30 16:43:25 +01:00
adisbladis
f6350284d2
emacs-packages: Remove graphviz-dot from old emacs package infrastructure
2019-08-30 16:43:25 +01:00
adisbladis
cec46692f6
emacs-packages: Remove gist from old emacs package infrastructure
2019-08-30 16:43:25 +01:00
adisbladis
f42f46f682
emacs-packages: Remove gh from old emacs package infrastructure
2019-08-30 16:43:24 +01:00
adisbladis
c9ff69ec3d
emacs-packages: Remove flymake-cursor from old emacs package infrastructure
2019-08-30 16:43:24 +01:00
adisbladis
6ac327abe7
emacs-packages: Remove ess from old emacs package infrastructure
2019-08-30 16:43:24 +01:00
adisbladis
a6f38b3d76
emacs-packages: Remove erlang from old emacs package infrastructure
2019-08-30 16:43:24 +01:00
adisbladis
65938fa496
emacs-packages: Remove ensime from old emacs package infrastructure
2019-08-30 16:43:24 +01:00
adisbladis
ffd0fb4c8e
emacs-packages: Remove emms from old emacs package infrastructure
2019-08-30 16:43:23 +01:00
adisbladis
ff92c81d90
emacs-packages: Remove emacs-w3m from old emacs package infrastructure
2019-08-30 16:43:23 +01:00
adisbladis
d12e80ca4a
emacs-packages: Remove ecb from old emacs package infrastructure
2019-08-30 16:43:23 +01:00
adisbladis
9ff83498ee
emacs-packages: Remove darcsum from old emacs package infrastructure
2019-08-30 16:43:23 +01:00
adisbladis
c6c316eb2f
emacs-packages: Remove d from old emacs package infrastructure
2019-08-30 16:43:23 +01:00
adisbladis
743b468cdd
emacs-packages: Remove cryptol from old emacs package infrastructure
2019-08-30 16:43:22 +01:00
adisbladis
6dc2d9645c
emacs-packages: Remove color-theme from old emacs package infrastructure
2019-08-30 16:43:22 +01:00
adisbladis
d3bc11da92
emacs-packages: Remove cask from old emacs package infrastructure
2019-08-30 16:43:22 +01:00
adisbladis
588adcc20e
emacs-packages: Remove calfw from old emacs package infrastructure
2019-08-30 16:43:22 +01:00
adisbladis
d76160105b
emacs-packages: Remove bbdb from old emacs package infrastructure
2019-08-30 16:43:22 +01:00
adisbladis
cd6e9c06b3
emacs-packages: Remove auto-complete from old emacs package infra
...
Use new auto-generated packages
2019-08-30 16:43:21 +01:00
adisbladis
41d1b8fa88
emacsPackages: Drop old emacsPackages (non-NG) sets
...
These have been deprecated for a long time now and has not seen much maintenance.
2019-08-30 16:43:16 +01:00
adisbladis
bd87895d73
emacsPackagesNg: Import old packages not available in any generated set
2019-08-30 16:16:17 +01:00
adisbladis
87e16d7074
emacsPackages.prologMode: Mark as broken
2019-08-30 16:16:17 +01:00
adisbladis
deda623918
emacsPackages.hol_light_mode: Mark as broken
2019-08-30 16:16:17 +01:00
adisbladis
7580e58dde
emacsPackages.emacsClangCompleteAsync: Mark as broken
2019-08-30 16:16:17 +01:00