Commit graph

5390 commits

Author SHA1 Message Date
Edward Tjörnhammar 83bd601310
jetbrains.clion: address minor globchange 2020-12-19 23:19:43 +01:00
kolaente 657b567eaf
jetbrains: updates 2020-12-19 23:19:21 +01:00
Mario Rodas 230e0a31a0
Merge pull request #106997 from samuela/patch-2
vscodium: update script artifact names have changed
2020-12-17 12:42:35 -05:00
Aaron Andersen ba2e5e624a
Merge pull request #106717 from r-ryantm/auto-update/kdev-php
kdev-php: 5.6.0 -> 5.6.1
2020-12-17 07:11:21 -05:00
R. RyanTM a488984368 kdev-python: 5.6.0 -> 5.6.1 2020-12-17 07:51:34 +01:00
Tad Fisher a7cb8e36ac
emacs: Add comp-eln-load-path infrastructure 2020-12-16 19:45:07 +01:00
Samuel Ainsworth 551ff760ce
vscodium: update script artifact names have changed
The vscodium project is now releasing artifacts with slightly different naming: `VSCodium-darwin-${VSCODIUM_VER}.zip` is now `VSCodium-darwin-x64-${VSCODIUM_VER}.zip`. This is likely due to arrival of the new ARM-based macs. In any case, it does mean that we need to update `update-vscodium.sh` to pull the correct artifact down.
2020-12-15 18:55:47 -08:00
Alyssa Ross 1fe24de3a2
emacs2nix: update to add trailing newline
Files generated by emacs2nix will now end in a final newline, as is
now required by the Nixpkgs editorconfig-checker CI action.
See <https://github.com/ttuegel/emacs2nix/pull/51>.
2020-12-13 16:24:12 +00:00
R. RyanTM 9c5747aab0 kdev-php: 5.6.0 -> 5.6.1 2020-12-12 07:07:59 +00:00
Mario Rodas a91ec89845
Merge pull request #106630 from r-ryantm/auto-update/vis
vis: 0.6 -> 0.7
2020-12-11 07:36:19 -05:00
Sandro 6304650805
Merge pull request #106139 from austinbutler/zile-2.6.0.90
zile: 2.4.14 -> 2.6.0.90
2020-12-11 06:34:54 +01:00
R. RyanTM 08d5d9c117 vis: 0.6 -> 0.7 2020-12-11 05:12:20 +00:00
Sandro 2c0f6135aa
Merge pull request #104510 from markus1189/rehex-0.3.1 2020-12-11 05:27:27 +01:00
adisbladis a8d8f916f2
Merge pull request #106607 from alyssais/emacs-broken
emacsPackages: mark some packages as broken
2020-12-11 00:29:33 +01:00
adisbladis a9fe36cd0b
Merge pull request #106547 from alyssais/siteVersionDir
emacs: fix siteVersionDir path
2020-12-11 00:19:21 +01:00
adisbladis 09e349206d
Merge pull request #106486 from alyssais/emacsWithPackages
emacsWithPackages: EMACSLOADPATH correctness fixes
2020-12-11 00:08:59 +01:00
Alyssa Ross 23d4bfb666
emacsWithPackages: don't tell sub-Emacs about pkgs
If I'm running an Emacs executable from emacsWithPackages as my main
programming environment, and I'm hacking on Emacs, or the Emacs
packaging in Nixpkgs, or whatever, I don't want the Emacs packages
from the wrapper to show up in the load path of that child Emacs.  It
results in differing behaviour depending on whether the child Emacs is
run from Emacs or from, for example, an external terminal emulator,
which is very surprising.

To avoid this, pass another environment variable containing the
wrapper site-lisp path, and use that value to remove the corresponding
entry in EMACSLOADPATH, so it won't be propagated to child Emacsen.
2020-12-10 22:52:31 +00:00
Alyssa Ross 609843b478
emacsPackages.sql-presto: mark broken 2020-12-10 21:22:04 +00:00
Alyssa Ross 322ee87a10
emacsPackages.per-buffer-theme: mark broken 2020-12-10 21:22:03 +00:00
Alyssa Ross 75bd468468
emacsPackages.instapaper: mark broken 2020-12-10 21:22:01 +00:00
Alyssa Ross 183364f96f
emacsPackages.melancholy-theme: mark broken 2020-12-10 21:21:59 +00:00
Alyssa Ross 4300a94d2f
emacsPackages.magit-stgit: mark broken 2020-12-10 21:21:05 +00:00
Alyssa Ross 755670f5e4
emacs: fix siteVersionDir path
siteVersionDir isn't a full path, it's just the name of the version
directory entry in $out/share/emacs, e.g. "27.1", so since
d1b0eef9b5 ("emacs: Don't use interpolation for version"), we've been
trying to remove a non-existent directory.  This would have been
caught if we hadn't been giving -f to rm unnecessarily, because -f
suppresses errors.  As well as fixing the path, I've removed the -f
from rm.  Doing this to the line above as well revealed that rm-ing
$out/var was no longer necessary, since nothing has been put there
since ac23a7c459 ("emacs: 25.3 → 26.1") -- it would now only be
created if we set the --with-gameuser configure option, which we
don't.
2020-12-10 12:19:14 +00:00
Alyssa Ross f493e62643 emacsPackages.melpa-packages: 2020-12-09 2020-12-09 22:57:49 +00:00
Alyssa Ross 33ee2f22c6 emacsPackages.org-packages: 2020-12-09 2020-12-09 22:57:49 +00:00
Alyssa Ross a43c6fc025 emacsPackages.elpa-packages: 2020-12-09 2020-12-09 22:57:49 +00:00
Niklaus Giger d955d0ad33
eclipses: add Eclipse IDE for RCP and RAP developers 2020-12-09 22:40:49 +01:00
Thomas Friese 4c842c97b0
standardnotes: 3.3.3 -> 3.5.11 2020-12-08 23:45:30 +01:00
Sandro 5f56dd84b7
Merge pull request #106322 from r-ryantm/auto-update/rednotebook
rednotebook: 2.20 -> 2.21
2020-12-08 21:10:05 +01:00
Timo Kaufmann 39ad6d5374
Merge pull request #106300 from asbachb/update/netbeans
netbeans: 12.1 -> 12.2
2020-12-08 17:18:08 +01:00
Mario Rodas 09766f8e8a
Merge pull request #106301 from r-ryantm/auto-update/mg
mg: 6.7 -> 6.8.1
2020-12-08 03:56:42 -05:00
R. RyanTM 1ecb8e72c2 rednotebook: 2.20 -> 2.21 2020-12-08 04:46:29 +00:00
Austin Butler 6a94d50d46 zile: 2.4.14 -> 2.6.0.90 2020-12-07 20:30:21 -08:00
Sandro 395cfa475d
Merge pull request #93365 from fzakaria/spacevim
spacevim: init at v1.5.0
2020-12-08 05:29:16 +01:00
Benjamin Asbach a9616e521f netbeans: remove windows binaries before copying package to output 2020-12-08 01:08:27 +01:00
R. RyanTM d4d86340c0 mg: 6.7 -> 6.8.1 2020-12-08 00:07:21 +00:00
Benjamin Asbach 4437752e39 netbeans: 12.1 -> 12.2 2020-12-08 00:44:04 +01:00
R. RyanTM 9a0e2b9f39 thonny: 3.3.0 -> 3.3.1 2020-12-07 05:11:09 +00:00
Emery Hemingway c3bd560905 glow: remove ehmry from maintainers
Glow is potential spyware.
2020-12-06 12:39:19 +01:00
markuskowa 46f7fbd5fc
Merge pull request #98968 from charvp/pr/init-greenfoot
greenfoot: init at 3.6.1
2020-12-06 11:48:35 +01:00
meutraa b822982d77
androidStudioPackages.{canary,dev}: 4.2.0.16 -> 2020.3.1.2 2020-12-05 16:08:26 +00:00
meutraa 83374d3bf1
androidStudioPackages.beta: 4.1.0.18 -> 4.2.0.17 2020-12-05 16:08:21 +00:00
Charlotte Van Petegem 6ea99ff06b
greenfoot: init at 3.6.1 2020-12-05 10:09:20 +01:00
R. RyanTM 656f8d9831 sigil: 1.4.2 -> 1.4.3 2020-12-04 23:25:35 +00:00
Farid Zakaria 01f5b9aaba spacevim: init at v1.5.0
Spacevim is a fully loaded vim/neovim installation in the spirit
of https://www.spacemacs.org/

It's configured with a TOML file rather than vimscript and includes
a wide array of configuration found at https://spacevim.org/

Update pkgs/applications/editors/spacevim/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/spacevim/init.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/editors/spacevim/default.nix

Co-authored-by: risson <18313093+rissson@users.noreply.github.com>
2020-12-03 20:09:36 -08:00
Sandro 7fbbf88ae8
Merge pull request #104929 from SuperSandro2000/auto-update/kdevelop 2020-12-04 03:11:18 +01:00
Matt Jones 571b17de5e
emacs: Link native-lisp directory into Mac app (#103933)
Without the symlink, the application can't be launched.

Fixes <https://github.com/nix-community/emacs-overlay/issues/71>

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-12-03 11:41:46 -05:00
Lancelot SIX 5e7ca51832
nano: 5.3 -> 5.4 2020-12-02 17:30:22 +00:00
Arnout Engelen 3eb7f016b9 jetbrains: updates 2020-12-02 13:36:58 +00:00
Anderson Torres 77f29c6e22
Merge pull request #103969 from eraserhd/openscad.kak
kakounePlugins.openscad-kak: init at unstable-2020-11-16
2020-11-30 22:45:11 -03:00