Klemens Nanni
e0f258f596
neovim: Do $PATH lookup in neovim.desktop instead of hardcoding derivation
...
See db236e588d
"steam: Do $PATH lookup in steam.desktop [...]".
tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.
Simply stop adding the full derivation path for neovim and stick with
how upstream uses no path at all.
While here, take care of gnvim.desktop as well by adjusting the sed(1)
expression (and simplifying it in one go); I do not use gnvim.desktop
but built it and confirmed the resulting files to contain no full paths
any longer.
2020-11-05 11:41:53 +01:00
Frederik Rietdijk
470f05cb5d
Merge staging-next into staging
2020-11-03 12:06:41 +01:00
Matthieu Coudron
86d7ed8d10
neovim: take into account vi(m)Alias
...
restore feature broken by compatibility layer
2020-11-03 09:31:56 +01:00
Matthieu Coudron
42cc40ddc8
neovim: fix nodejs and ruby generation
...
These were not translated correctly in the new wrapper.
2020-11-02 23:27:49 +01:00
R. RyanTM
14b5651165
kdevelop-unwrapped: 5.5.2 -> 5.6.0
2020-11-02 17:09:17 +00:00
Kevin Cox
8ab0db800e
Merge pull request #101766 from eraserhd/rep-for-kakoune
...
kakounePlugins.rep: inherit from rep
2020-11-02 09:47:34 -05:00
Kir Ax
2f00a2b066
textadept-11: add textadept 11_beta
2020-11-02 21:19:55 +07:00
Kir Ax
ef7fff6a49
textadept: moved to subdir for 10th version
2020-11-02 21:13:09 +07:00
Sebastian Graf
5e9dab5b2d
Update description of case.kak.nix
...
Probably Copy and pasted from `kak-buffers.nix`.
2020-11-02 12:14:32 +01:00
Pavol Rusnak
2c931312ce
treewide: simplify rev/repo arguments in src
...
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
freezeboy
6e386e1c46
emacs26Packages.prolog-mode: unbreak
...
Unfortunately this package doesn't contain the version number in the URL
so it might break easily again, but it is just a matter of updating the
sha256
2020-11-02 02:09:27 +01:00
Kevin Cox
ce3a2e6e49
Merge pull request #91792 from jcpetruzza/kakoune-plugins
...
kakoune: rework plugin support
2020-11-01 15:07:28 -05:00
Matthieu Coudron
295948f40f
neovim: dont wrap when is null
...
restore previous behavior
2020-11-01 18:55:57 +01:00
Daniel Gorin
464804b43f
kakoune: Fix :doc when using plugins
...
So, kakoune takes the documentation shown for `:doc` from
`$KAKOUNE_RUNTIME/share/kak/doc`. Unfortunately, it seems
that it will ignore files that are symlinks. This is arguably
a bug in kakoune, we workaround it for now by copying the
content of the docfiles.
2020-11-01 14:35:49 +00:00
Daniel Gorin
550389392a
kakoune: rework plugin support
...
The previous implementation of plugin-support for the kakoune derivation
was based on generating, at build time, a `plugins.kak` file that would
source all .kak files in the list of plugins, and wrap the `kak` binary
in a script that would add some command-line arguments so that this
file gets loaded on start-up. The main problem with this approach
is that the plugins' code get executed *after* the user's configuration
file is loaded, so effectively one cannot automatically activate/configure
these plugins.
The idiomatic way of loading plugins is ensuring they end up installed
somwhere under `share/kak/autoload`. Because plugins are already being
packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`,
we can obtain a derivation that includes the plugins simply by doing a
`symlinkJoin` of `kakoune-unwrapped` and all the requested plugins.
For this to work, we need to fix two issues:
1. By default, kakoune makes `share/kak/autoload` a symbolic link to
`share/kak/rc`, which contains all builtin definitions. We need
to patch this to put the symlink under `share/kak/autoload/rc`, so that
the join works.
2. By default kakoune expects the `autoload` directory to be in
`../share/kak/autoload` relative to the location of the `kak` binary.
We need to set the `KAKOUNE_RUNTIME` to point the symlinked
share/kak for this to work.
2020-11-01 14:35:49 +00:00
Frederik Rietdijk
409ca6f1f9
Merge staging-next into staging
2020-11-01 11:06:35 +01:00
Frederik Rietdijk
54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
...
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
Frederik Rietdijk
83dde6c52c
Merge staging-next into staging
2020-11-01 10:11:12 +01:00
Matthieu Coudron
95702fe6d2
neovim: revert change to extraMakeWrapperArgs
...
wrapNeovim incited users to use a list instead of a string. Revert that:
the change is not super useful while breaking home-manager.
2020-10-31 14:32:02 +01:00
Mario Rodas
ed047f80bf
emacs: make ImageMagick dependency optional in Emacs≥27
...
Emacs 27 doesn't use ImageMagick by default to display images [1]:
** Emacs no longer defaults to using ImageMagick to display images.
This is due to security and stability concerns with ImageMagick. To
override the default, use 'configure --with-imagemagick'.
[1] https://github.com/emacs-mirror/emacs/blob/emacs-27.1/etc/NEWS#L96-L98
2020-10-31 04:20:00 +00:00
WORLDofPEACE
99600df584
Merge pull request #101112 from deviant/remove-uemacs
...
uemacs: remove
2020-10-30 16:01:47 -04:00
Doron Behar
09fd4270d7
kile: some slight improvements/fixes
...
Use `buildInputs` instead of `propagatedBuildInputs` - should reduce
closure size a bit. Don't wrap executables twice. Move `kdoctools` to
native. Use libsForQt5 - default version (works).
Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2020-10-30 20:39:19 +02:00
Benjamin Hipple
a2aa0cbf89
Merge pull request #100266 from jnetod/textadept-update
...
textadept: 10.2 -> 10.8
2020-10-29 22:24:13 -04:00
Timo Kaufmann
aee8263788
Merge pull request #100653 from trepetti/marker
...
marker: init at 2020.04.04
2020-10-29 18:47:37 +01:00
Michael Weiss
4c92053749
Merge pull request #101957 from meutraa/update/android-studio-canary
...
androidStudioPackages.{canary,dev}: 4.2.0.14 -> 4.2.0.15
2020-10-29 12:56:51 +01:00
Matthieu Coudron
2eb1610725
neovimUtils: neovim utilities to handle more usecases
...
Current nixpkgs always wraps neovim with the "-u" which has sideeffects as explained in https://github.com/NixOS/nixpkgs/issues/55376 :
1. vim won't set the variable $MYVIMRC as explained #34215
2. vim skips loading folder-specific .vimrc / .nvimrc
I wanted to provide a way for users to better control what flags are used to wrap neovim. This is achived by introducing wrapNeovimUnstable et neovimUtils, utilities to help with that. We provide a compatibility layer so that wrapNeovim still works and to let us experiment with wrapNeovimUnstable to better control neovim configuration, plugin dependencies, haskell environment etc so that it becomes easier to generate per-project neovim config.
With this commit, it's possible for instance for home-manager to wrap neovim without the `-u` and just write the config in the
expected $XDG_CONFIG_HOME/nvim/init.vim .
Expect wrapNeovimUnstable interface to evolve in the upcoming months.
2020-10-29 09:50:26 +01:00
Tom Repetti
7559a99131
marker: init at 2020.04.04
2020-10-28 23:01:47 -04:00
meutraa
01b58c0240
androidStudioPackages.{canary,dev}: 4.2.0.14 -> 4.2.0.15
2020-10-28 17:57:00 +00:00
Vladimír Čunát
0b32140b34
Merge branch 'staging-next' into staging
2020-10-28 18:48:56 +01:00
Mario Rodas
5b4331e2c9
Merge pull request #99949 from marsam/update-micro
...
micro: 2.0.7 -> 2.0.8
2020-10-28 05:22:00 -05:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
...
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05
& eba8f542
.
2020-10-28 03:03:27 +01:00
Nicolas Martin
e129f41522
glow: 1.0.2 -> 1.1.0
2020-10-27 21:58:00 +01:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Jason Felice
03faeaa8b3
kakounePlugins.rep: inherit from rep
2020-10-26 10:00:28 -04:00
Jason O'Conal
aeb6d3edab
idea: 2020.2.2 -> 2020.2.3
2020-10-26 14:25:34 +10:30
Frank Lanitz
b1b7551cb0
geany: 1.36.0 -> 1.37.0
2020-10-25 19:56:55 +01:00
Vladimír Čunát
2f6b00b15e
Merge branch 'staging-next' into staging
2020-10-25 09:47:04 +01:00
meutraa
eb7e78ee99
androidStudioPackages.{canary,dev}: 4.2.0.13 -> 4.2.0.14
2020-10-24 15:02:26 +01:00
Jan Tojnar
bfd818e711
gnome-builder: 3.38.0 → 3.38.1
2020-10-24 06:00:37 +02:00
Jan Tojnar
2c7d0b5362
gnome-latex: 3.36.0 → 3.38.0
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.37/gnome-latex-3.37.1.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.37/gnome-latex-3.37.2.news
https://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.38/gnome-latex-3.38.0.news
2020-10-24 01:17:52 +02:00
WORLDofPEACE
f0712e782c
gnome-builder: 3.36.1 -> 3.38.0
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/3.38.0/NEWS
2020-10-24 01:15:50 +02:00
Kevin Cox
7eddff6821
Merge pull request #99931 from sikmir/cudatext
...
cudatext: 1.111.0 -> 1.115.0
2020-10-23 15:23:25 -04:00
Doron Behar
0f3d40ef68
Merge pull request #84816 from FlorianFranzen/texmacs
...
texmacs: 1.99.11 -> 1.99.13
2020-10-20 20:17:26 +03:00
Matthieu Coudron
4c4c4874c4
neovim: add config to passthru ( #101100 )
...
first will register the config under the name init.vim which is more
appropriate for neovim.
Pass the generated config to passthru so that one can easily pass the
current config to a
raw/unwrapped neovim (helps with development).
For instance, home-manager can reference the config in $XDG_CONFIG_HOME/nvim/init.vim
without the need to wrap nvim with its config.
2020-10-20 12:26:39 +02:00
V
3835f35f2b
uemacs: remove
...
This crashes with a buffer overflow upon running it. It has likely been
broken for some time. It has no maintainers. It is also unfree.
2020-10-20 03:27:03 +02:00
Ryan Mulligan
bc1b00acde
Merge pull request #100996 from r-ryantm/auto-update/kibi
...
kibi: 0.2.0 -> 0.2.1
2020-10-19 05:40:09 -07:00
R. RyanTM
500c8afa87
kibi: 0.2.0 -> 0.2.1
2020-10-18 15:54:34 +00:00
Florian Franzen
a30600a387
texmacs: 1.99.11 -> 1.99.13
2020-10-17 21:24:54 +02:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Manuel Bärenz
40c84bd392
vscode, vscodium: Document update scripts
2020-10-16 11:14:43 +02:00
Manuel Bärenz
ffb7a61905
vscode, vscodium: 1.50.0 -> 1.50.1
2020-10-16 11:14:42 +02:00
Daniël de Kok
625a48c633
Merge pull request #100117 from samuela/upkeep-bot/vscodium-1.50.0-1602289209
...
vscodium: 1.49.3 -> 1.50.0
2020-10-14 16:11:48 +02:00
Rok Garbas
2d032ef0bd
Merge pull request #100467 from penguwin/glow
...
glow: 1.0.1 -> 1.0.2
2020-10-14 14:01:58 +02:00
Nicolas Martin
ddc51f4db3
glow: 1.0.1 -> 1.0.2
2020-10-14 04:49:39 +02:00
Samuel Ainsworth
20a938ab90
vscode: chmod +x update-vscode.sh
2020-10-13 18:28:17 -07:00
Frederik Rietdijk
7489347335
kile: 2.9.92 -> 2.9.93
2020-10-13 19:21:33 +02:00
meutraa
cc03048201
androidStudioPackages.stable: 4.0.2.0 -> 4.1.0.19
2020-10-13 13:25:55 +01:00
Daniël de Kok
cffec69996
Merge pull request #97938 from samuela/samuela/split-vscode-updates
...
vscode/vscodium: split update scripts
2020-10-12 21:02:49 +02:00
Nikolay Korotkiy
9bac00e749
cudatext: 1.111.0 -> 1.115.0
2020-10-12 12:48:04 +03:00
J. Neto
698836ecb7
textadept: 10.2 -> 10.8
2020-10-11 15:30:19 -03:00
Lana Black
0d3136af48
vscode: add libdbusmenu dependency.
2020-10-11 12:58:44 +00:00
Michael Weiss
b60f560e51
Merge pull request #100076 from meutraa/update/android-studio-stable
...
androidStudioPackages.stable: 4.0.1.0 -> 4.0.2.0
2020-10-10 15:51:04 +02:00
upkeep-bot
c29e980e45
vscodium: 1.49.3 -> 1.50.0
2020-10-10 00:20:09 +00:00
meutraa
1b1b596303
androidStudioPackages.stable: 4.0.1.0 -> 4.0.2.0
2020-10-09 12:31:49 +01:00
upkeep-bot
3303b8ab57
vscode: 1.49.3 -> 1.50.0
2020-10-09 01:24:32 +00:00
Doron Behar
7ebd42b87f
Merge pull request #99956 from FRidh/qt
2020-10-08 22:49:35 +03:00
Doron Behar
198e025172
retext: Fix build by using default qt5.15.
...
Bonus: Set `makeWrapperArgs` instead of calling `wrapQtApp` - to prevent
double wrapping.
2020-10-08 18:57:23 +02:00
Tim Steinbach
3f1321a03d
nanorc: 2018-09-05 -> 2020-01-25
2020-10-08 11:00:18 -04:00
Tim Steinbach
9b28998862
atom: Remove maintainer nequissimus
2020-10-08 11:00:14 -04:00
Anderson Torres
c095d986c7
Merge pull request #99958 from lsix/nano-5.3
...
nano: 5.2 -> 5.3
2020-10-07 23:58:44 -03:00
Nicolas Martin
8e56330ad9
glow: 1.0.0 -> 1.0.1
2020-10-07 20:47:12 +02:00
Lancelot SIX
b9ff517983
nano: 5.2 -> 5.3
2020-10-07 15:23:24 +01:00
Mario Rodas
a62081663f
micro: 2.0.7 -> 2.0.8
2020-10-07 04:20:00 +00:00
Ignat Loskutov
b125b88783
datagrip: remove loskutov from maintainers
...
I haven't been actively maintaining this derivation; provided that updates are made by scripts, it looks like it's time to finally abandon it.
2020-10-06 22:47:34 +03:00
Nicolas Martin
c2ebb8becb
glow 0.2.0 -> 1.0.0
2020-10-06 22:24:22 +02:00
adisbladis
14154fea52
Revert "emacs: Remove references from emacs.pdmp"
...
This reverts commit 8e13d34944
.
It turns out this breaks the build of emacsGit from the nix-community overlay.
2020-10-06 01:14:24 +02:00
Viacheslav Lotsmanov
897d92c854
neovim-qt: 0.2.15 -> 0.2.16.1
2020-10-03 19:12:57 +02:00
Michael Weiss
23c5aed5fc
Merge pull request #99469 from meutraa/update/android-studio-canary
...
androidStudioPackages.{dev,canary}: 4.2.0.12 -> 4.2.0.13
2020-10-03 16:26:30 +02:00
meutraa
65e279292e
androidStudioPackages.{dev,canary}: 4.2.0.12 -> 4.2.0.13
2020-10-03 13:31:40 +01:00
upkeep-bot
0d4b52a77b
vscodium: 1.49.1 -> 1.49.3
2020-10-03 12:07:02 +00:00
upkeep-bot
234f8fb217
vscode: 1.49.1 -> 1.49.3
2020-10-03 00:09:11 +00:00
Damien Cassou
2b716d564d
Merge pull request #99234 from DamienCassou/rider-2020.2.3
...
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-02 08:06:24 +02:00
Eelco Dolstra
8e13d34944
emacs: Remove references from emacs.pdmp
...
This reduces the Emacs closure size from 1324 MiB to 424 MiB.
Fixes #98755 .
2020-10-01 09:53:02 +02:00
Damien Cassou
5f9027efa2
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-01 08:10:41 +02:00
Mario Rodas
77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
...
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas
e2ef48c483
Merge pull request #99045 from lilyball/macvim
...
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
...
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
Lily Ballard
72e3217bf1
macvim: add configuration similar to vim_configurable and neovim
...
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like
macvim.configure {
customRC = ''
# custom configuration goes here
'';
packages.myVimPackage = with pkgs.vimPlugins; {
start = [ youcompleteme fugitive ];
opt = [ phpCompletion elm-vim ];
}
}
Once configured, .override will allow for editing the configuration.
Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard
9daf3b994b
macvim: 8.2.539 -> 8.2.1719
2020-09-28 15:33:36 -07:00
Lily Ballard
d3b1d59d84
macvim: Properly link against Nix ncurses
...
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.
Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
meutraa
bdeef5701d
androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12
2020-09-26 22:12:52 +02:00
adisbladis
bbecb0ef9f
Merge pull request #98673 from acowley/emacsgcc-paths
...
emacs: fix paths for native compilation
2020-09-26 16:20:23 +02:00
Anthony Cowley
30313a797d
emacs: fix paths for native compilation
...
The given paths gives rise to errors such as,
```
x86_64-unknown-linux-gnu-gcc-9.3.0: fatal error: cannot execute ‘as’: execvp: No such file or directory
compilation terminated.
```
in the `*Async-native-compile-log*` buffer.
Fixes <https://github.com/nix-community/emacs-overlay/issues/69 >
2020-09-24 14:54:36 -04:00
Daniël de Kok
fce6a30ccc
Merge pull request #98189 from samuela/upkeep-bot/vscode-1.49.1-1600387697
...
vscode: 1.48.2 -> 1.49.1
2020-09-24 08:10:34 +02:00
meutraa
731fd9efe3
androidStudioPackages.{dev,canary}: 4.2.0.10 -> 4.2.0.11
2020-09-21 14:28:38 +02:00
Charlotte Van Petegem
090cc5d6ea
bluej: init at 4.2.2
2020-09-21 09:31:18 +02:00
adisbladis
fa1272e956
emacsPackages.libgit: Fix build
2020-09-20 22:27:52 +02:00
Gabriel Ebner
e13e02f300
jedit: use latest jdk
2020-09-20 11:41:06 +02:00
upkeep-bot
0e6477d64d
vscodium: 1.48.2 -> 1.49.1
2020-09-19 21:29:16 +00:00
upkeep-bot
d34dafcd2b
vscode: 1.48.2 -> 1.49.1
2020-09-19 12:28:00 -07:00
Andy Tockman
56cb90bddf
qxw: 20190909 -> 20200708
2020-09-18 17:58:38 -05:00
Jason O'Conal
ce6de89eea
idea: 2020.2.1 -> 2020.2.2
2020-09-18 11:54:45 +09:30
Lassulus
6bc58262d1
Merge pull request #96931 from asbachb/update-netbeans
...
netbeans: 12.0 -> 12.1
2020-09-17 22:36:38 +02:00
Stig P
33b044c414
Merge pull request #98098 from titouanco/micro
...
micro: 2.0.5 -> 2.0.7
2020-09-16 20:05:49 +00:00
meutraa
b6b616bbe5
androidStudioPackages.beta: 4.1.0.17 -> 4.1.0.18
2020-09-16 18:19:50 +02:00
Titouan
d39013b183
micro: 2.0.5 -> 2.0.7
2020-09-16 16:30:52 +02:00
LeUlukai
c35b6b3b5c
texstudio: 3.0.0 -> 3.0.1
2020-09-15 20:52:16 +02:00
Samuel Ainsworth
1692e2cbb5
vscode/vscodium: split update scripts
...
Split up the vscode update.sh into separate vscode/vscodium update
scripts. Recently the versions of vscode and vscodium have diverged (see
VSCodium/vscodium#501 ), meaning that the updates for one package fail
while the other succeeds. This PR splits up the update scripts so that
one can be run with out the other and vice-versa.
2020-09-14 11:22:34 -07:00
Samuel Ainsworth
a8d6213726
Shell programming hygiene ( #97884 )
2020-09-13 16:09:05 +00:00
Damien Cassou
8864a7c6ac
Update rider
2020-09-13 16:01:52 +02:00
Robert Schütz
79044dc453
setzer: 0.3.0 -> 0.3.2
2020-09-12 14:45:09 +02:00
meutraa
ed21f45583
androidStudioPackages.{dev,canary}: 4.2.0.9 -> 4.2.0.10
2020-09-09 12:47:28 +01:00
Maximilian Bosch
61999845f8
Merge pull request #97359 from kolaente/update/jetbrains
...
Update/jetbrains
2020-09-08 20:13:21 +02:00
Matthew Bauer
bbdc1d118b
Merge pull request #97343 from cmacrae/emacs_mac/json_support
...
emacs-mac: json support
2020-09-08 12:36:39 -05:00
Michael Raskin
49e694a8ab
Merge pull request #97063 from sikmir/cudatext
...
cudatext: init at 1.111.0
2020-09-08 10:32:17 +00:00
cmacrae
300df2e2f5
emacs-mac: json support
2020-09-08 09:56:12 +01:00
Nikolay Korotkiy
ac1f4a3ba1
cudatext: init at 1.111.0
2020-09-08 11:14:58 +03:00
Michael Weiss
7bd175ca3b
Merge pull request #97292 from meutraa/update/android-studio-canary
...
androidStudioPackages.{dev,canary}: 4.2.0.8 -> 4.2.0.9
2020-09-07 17:38:52 +02:00
kolaente
ee939c9d18
Update jetbrains.webstorm 2020.2 -> 2020.2.1
2020-09-07 15:28:30 +02:00
kolaente
7b46916f94
Update jetbrains.ruby-mine 2020.2 -> 2020.2.1
2020-09-07 15:28:17 +02:00
kolaente
fe552e4534
Update jetbrains.rider 2020.2 -> 2020.2.1
2020-09-07 15:28:00 +02:00
kolaente
2fa77fecfa
Update jetbrains.pycharm-professional 2020.2 -> 2020.2.1
2020-09-07 15:27:45 +02:00
kolaente
b5a8a3b87d
Update jetbrains.pycharm-community 2020.2 -> 2020.2.1
2020-09-07 15:27:29 +02:00
kolaente
d0ce498d54
Update jetbrains.phpstorm 2020.2 -> 2020.2.1
2020-09-07 15:27:13 +02:00
kolaente
1ae3cac8fc
Update jetbrains.mps 2020.2 -> 2020.2.1
2020-09-07 15:26:58 +02:00
kolaente
1281a5748c
Update jetbrains.idea-ultimate 2020.2 -> 2020.2.1
2020-09-07 15:26:37 +02:00
kolaente
70706259a4
Update jetbrains.idea-community 2020.2 -> 2020.2.1
2020-09-07 15:26:22 +02:00
kolaente
120d6ed2fc
Update jetbrains.goland 2020.2.1 -> 2020.2.2
2020-09-07 15:25:44 +02:00
kolaente
977620b029
Update jetbrains.datagrip 2020.2 -> 2020.2.2
2020-09-07 15:25:30 +02:00
kolaente
487ea9d055
Update jetbrains.clion 2020.2 -> 2020.2.1
2020-09-07 15:25:07 +02:00
Frederik Rietdijk
d362c0e54e
Merge master into staging-next
2020-09-06 18:14:23 +02:00
meutraa
59410f0969
androidStudioPackages.{dev,canary}: 4.2.0.8 -> 4.2.0.9
2020-09-06 16:14:50 +01:00
Kevin Cox
9313f560fd
Merge pull request #96899 from Luflosi/update/kakoune
...
kakoune: 2020.08.04 -> 2020.09.01
2020-09-06 07:50:42 -04:00
Frederik Rietdijk
af81d39b87
Merge staging-next into staging
2020-09-04 20:03:30 +02:00
Frederik Rietdijk
377242d587
Merge staging-next into staging
2020-09-03 19:21:10 +02:00
Damien Cassou
556b29dd3e
emacs: Add missing patches to the Emacs derivations
...
patches were removed by a recent refactoring of Emacs packages:
967259e6b4
* emacs: Factor out expression to a generic build
2020-09-03 17:10:32 +02:00
adisbladis
6fc3562432
Merge pull request #94637 from antifuchs/gccemacs-on-darwin
...
emacs: Make gccemacs build on darwin
2020-09-02 18:30:58 +02:00
Andreas Fuchs
04fffd6cae
emacs: use -B flags for native compilation dependencies
...
The -B flag to gcc (and libgccjit) allows us to specify where it can
find things it needs to correctly compile code (both programs and
libraries) without adjusting any environmental flags: So, no need to
wrap the program for a PATH entry containing binutils, and no need to
explicitly pass a linker path anymore.
2020-09-01 22:58:27 -04:00
Benjamin Asbach
69027b0c95
netbeans: 12.0 -> 12.1
2020-09-01 23:41:10 +02:00
Lassulus
f5d9a1d2b1
Merge pull request #96462 from helsinki-systems/upd/texstudio
...
texstudio: 2.12.22 -> 3.0.0
2020-09-01 19:37:56 +02:00
Luflosi
0bfd16a1dd
kakoune: 2020.08.04 -> 2020.09.01
...
https://github.com/mawww/kakoune/releases/tag/v2020.09.01
2020-09-01 13:17:55 +02:00
R. RyanTM
f02984aace
vim: 8.2.1123 -> 8.2.1522
2020-08-31 17:33:28 -07:00
meutraa
e909c93a29
androidStudioPackages.beta: change maintainer to meutraa
2020-08-31 23:08:14 +01:00
meutraa
dba6fb3615
androidStudioPackages.beta: 4.1.0.14 -> 4.1.0.17
2020-08-31 23:07:25 +01:00
Daniël de Kok
c9e9013863
Merge pull request #96768 from peterhoeg/d/qvim
...
qvim: drop it
2020-08-31 19:33:07 +02:00
Peter Hoeg
8401a6262e
qvim: drop it
...
Upstream has moved development to neovim instead where this frontend is
now based on Qt5.
2020-08-31 23:04:00 +08:00
Kevin Cox
599089ed1d
neovim-qt: Add homepage
2020-08-31 07:19:40 -04:00
Daniël de Kok
353fd706fd
Merge pull request #96727 from r-ryantm/auto-update/typora
...
typora: 0.9.89 -> 0.9.95
2020-08-31 07:50:05 +02:00
R. RyanTM
04f9516845
typora: 0.9.89 -> 0.9.93
2020-08-31 07:27:06 +02:00
Andreas Fuchs
6ad323d0a0
emacs: use -B flags for native compilation dependencies
...
The -B flag to gcc (and libgccjit) allows us to specify where it can
find things it needs to correctly compile code (both programs and
libraries) without adjusting any environmental flags: So, no need to
wrap the program for a PATH entry containing binutils, and no need to
explicitly pass a linker path anymore.
2020-08-31 00:47:33 -04:00
Michael Weiss
4d851ae78f
Merge pull request #96573 from meutraa/update/android-studio-canary
...
androidStudioPackages.{dev,canary}: 4.2.0.7 -> 4.2.0.8
2020-08-30 20:29:08 +02:00
Andreas Fuchs
3384837123
emacs: Use stdenv's bintools instead of clang
...
This way, we don't have to drag clang or binutils/binutils-wrapped
into the emacs closure, and can instead rely on using the correct one
for the platform we're running on.
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-08-30 10:58:50 -04:00
Andreas Fuchs
ad7a3fb3f6
emacs: Use stdenv.cc.libc instead of plain .libc
...
This is the portable way to address the system-appropriate libc,
better than conditionalizing by (darwin/GNU) system or using either
one.
2020-08-29 23:10:38 -04:00
Andreas Fuchs
a891ae41b3
emacs: Set native-comp library path as linker flags instead
...
Since Darwin's linker does not understand LIBRARY_PATH, we have to set
the library path as explicit linker flags: This requires a very recent
feature/native-comp emacs revision, but it runs on Darwin and
correctly compiles files at runtime.
2020-08-29 23:10:38 -04:00
Andreas Fuchs
861f27018d
emacs: Fix paths to bintools on Darwin
...
This changes PATH such that the correct linker can be found to
construct .eln files at runtime.
2020-08-29 23:10:38 -04:00
Frederik Rietdijk
7b56d26ae3
Merge master into staging-next
2020-08-29 13:30:25 +02:00
Brian Leung
bea26371b5
emacsPackages.orgit-forge: override build inputs to include Git
2020-08-28 20:40:12 -07:00
meutraa
faefec521d
androidStudioPackages.{dev,canary}: 4.2.0.7 -> 4.2.0.8
2020-08-29 00:48:54 +01:00
Lassulus
64ad3efd1a
Merge pull request #94902 from costrouc/go-gophernotes-init
...
gophernotes: init at 0.7.1
2020-08-28 22:37:20 +02:00
Frederik Rietdijk
efb45f7638
Merge master into staging-next
2020-08-28 09:54:31 +02:00
Lassulus
1c2ebdc5a3
Merge pull request #85852 from robertodr/init-kibi
...
kibi: init at 0.2.0
2020-08-27 21:30:02 +02:00
Lassulus
1e82e12a40
Merge pull request #88548 from jacereda/code-browser
...
code-browser: init at 7.1.20
2020-08-27 18:34:19 +02:00
Daniël de Kok
3ef5bbc049
Merge pull request #96445 from JesusMtnez/vscode
...
vscode, vscodium: 1.48.1 -> 1.48.2
2020-08-27 15:38:58 +02:00
ajs124
e56f55fe52
texstudio: 2.12.22 -> 3.0.0
...
this release drops qt4 support, but we haven't been using that for >2 years anyways
2020-08-27 13:49:53 +02:00
Jason Felice
6bdf265bb6
case-kak: init at unstable-2020-04-06
2020-08-27 10:02:59 +00:00
JesusMtnez
813da9accd
vscodium: 1.48.1 -> 1.48.2
2020-08-27 11:14:03 +02:00
JesusMtnez
fa25ef8379
vscode: 1.48.1 -> 1.48.2
2020-08-27 11:13:45 +02:00
Matthew Bauer
25ac498482
Merge pull request #96404 from matthewbauer/gcc-cross
...
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26 16:17:14 -05:00
Jorge Acereda
284989161f
code-browser: init at 7.1.20
2020-08-26 21:03:14 +02:00
V
7f3a18d33b
featherpad: use qt5's mkDerivation
2020-08-26 19:16:25 +02:00
Frederik Rietdijk
081bd762e5
Merge staging-next into staging
2020-08-26 08:43:29 +02:00
AndersonTorres
1b4c4193c6
viw: init at 20171029
2020-08-26 07:54:46 +02:00
Andreas Fuchs
0d15ea9500
emacs: Use stdenv.libc instead of .glibc
...
The latter doesn't exist on Darwin (and, presumably, other targets as
well). This change allows emacsGcc from emacs-overlay to attempt to
build where previously, the derivation would error out.
2020-08-25 08:12:35 -04:00
Robert Schütz
c0f61f3e17
setzer: 0.2.8 -> 0.3.0
2020-08-25 11:33:15 +02:00
Daniël de Kok
39b5a159b4
Merge pull request #96181 from lsix/nano-5.2
...
nano: 5.0 -> 5.2
2020-08-25 08:36:33 +02:00
Paul
9d5f2e2913
androidStudioPackages.{dev,canary}: 4.2.0.5 -> 4.2.0.7 ( #94936 )
2020-08-24 20:03:00 +02:00
Lancelot SIX
543701331e
nano: 5.0 -> 5.2
...
See https://lists.gnu.org/archive/html/info-gnu/2020-08/msg00008.html
for release announcement.
2020-08-24 15:53:28 +01:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
...
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Roman Kuznetsov
d23b407be4
vscode, vscodium: 1.48.0 -> 1.48.1
2020-08-21 22:02:27 +02:00
Damien Cassou
5939922325
Merge pull request #95789 from jonringer/rider-2020.2
...
jetbrains.rider: 2020.1.4 -> 2020.2
2020-08-21 12:40:20 +02:00
Jörg Thalheim
4d55b517e8
Merge pull request #95815 from Mic92/emacs-updates
...
emacsPackages: updates
2020-08-21 08:57:17 +01:00
adisbladis
edd6216a00
emacs26: Add back at version 26.3
2020-08-21 00:58:17 +02:00
adisbladis
967259e6b4
emacs: Factor out expression to a generic build
2020-08-21 00:54:00 +02:00
adisbladis
d339f8379d
emacs: emacs26 -> emacs27
...
The attribute names were wrong
2020-08-21 00:32:37 +02:00
adisbladis
13276abce9
emacs25: Drop outdated version
2020-08-21 00:32:37 +02:00
worldofpeace
bb67a84bab
Merge pull request #95593 from jtojnar/xxe-pe
...
xxe-pe: init at 9.4.0
2020-08-20 17:04:06 -04:00
Jörg Thalheim
462ddc56a5
emacsPackages.melpa-packages: 2020-08-19
2020-08-19 19:07:15 +01:00
Jörg Thalheim
5f74bb1eac
emacsPackages.org-packages: 2020-08-19
2020-08-19 19:05:56 +01:00
Jörg Thalheim
d5acb85b09
emacsPackages.elpa-packages: 2020-08-19
2020-08-19 19:05:54 +01:00
Jörg Thalheim
bd0e645f02
Merge pull request #94442 from Atemu/buildFHSUserEnvBw
2020-08-19 17:28:02 +01:00
Jonathan Ringer
36b0dfe4a6
jetbrains.rider: 2020.1.4 -> 2020.2
2020-08-18 23:34:15 -07:00
Daiderd Jordan
ad6d9ad5b6
Merge pull request #95364 from siriobalmelli-foss/fix/neovim
...
neovim: fix build on Darwin
2020-08-17 17:14:44 +02:00
adisbladis
d95c93c2ae
emacs: Add --with-cairo when X is enabled
2020-08-17 11:31:42 +02:00
Atemu
3f5157f122
android-studio: use buildFHSUserEnvBubblewrap
2020-08-17 08:49:39 +02:00
buffet
5897bf1f60
kak-fzf: 2019-07-16 -> 2020-05-24
2020-08-16 19:50:21 +00:00
Peter Hoeg
5230f07301
emacs: use autoreconfHook instead of manually invoking it
2020-08-16 23:28:05 +08:00
Jan Tojnar
966c2ed234
xxe-pe: init at 9.4.0
...
Add a proprietary DocBook editor free for personal use.
https://www.xmlmind.com/xmleditor/
2020-08-16 15:24:06 +02:00
buffet
5aeff94693
kak-prelude: init at 2020-03-15
2020-08-16 10:50:18 +00:00
Martin Weinelt
9774276bb1
Merge pull request #95537 from risicle/ris-sigil-1.3.0
...
sigil: 0.9.14 -> 1.3.0, addressing CVE-2019-14452
2020-08-16 12:38:07 +02:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Robert Scott
1fb0a04c12
sigil: 0.9.14 -> 1.3.0
...
addressing CVE-2019-14452
package still needs some proper maintenance love e.g.
elimination of vendored libs. this will have to do
for now.
2020-08-15 21:51:56 +01:00
Sirio Balmelli
0f1434cb2a
neovim: fix build on Darwin
...
libluv path passed to -DLIBLUV_LIBRARY broken by change in libluv, eg:
libluv.dylib -> libluv.1.30.0.dylib
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-14 23:29:31 +02:00
Roman Kuznetsov
6cbdc16a07
vscode, vscodium: 1.47.3 -> 1.48.0
2020-08-14 06:22:43 +02:00
Florian Klink
789749598a
vscode: use lib.getLib systemd instead of systemd.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
6c8d0d1de7
lighttable: use lib.getLib systemd instead of systemd.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink
a88186b4a2
brackets: use lib.getLib systemd instead of systemd.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Konstantin Alekseev
f9a5d8539d
neovim: fix node neovim binary link
2020-08-12 13:59:02 -07:00
Vladyslav M
2c0b4f56d6
Merge pull request #95190 from r-ryantm/auto-update/tiled
...
tiled: 1.4.1 -> 1.4.2
2020-08-12 23:36:19 +03:00
Matthew Bauer
669f0d3f36
emacs-macport: 26.3-7.7 -> 27.1-8.0
2020-08-11 11:51:24 -05:00
R. RyanTM
13c788cd0b
tiled: 1.4.1 -> 1.4.2
2020-08-11 15:31:57 +00:00
adisbladis
7defacb757
emacs: 26.3 -> 27.1
2020-08-11 13:41:44 +02:00
Maximilian Bosch
3ad2a586b3
Merge pull request #95132 from r-k-b/feature/jetbrains-update
...
jetbrains: update
2020-08-11 10:30:36 +02:00
Robert K. Bell
d5adbd40b4
jetbrains: update
...
Used ./update.pl, no other changes.
2020-08-11 13:48:15 +10:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
Chris Ostrouchov
0772bb3588
iruby: init at 0.3.0
2020-08-09 11:32:40 -07:00
Chris Ostrouchov
d64d676546
gophernotes: init at 0.7.1
2020-08-08 09:37:46 -04:00
Peter Hoeg
9764d44517
Merge pull request #94816 from r-ryantm/auto-update/okteta
...
kdeApplications.okteta: 0.26.3 -> 0.26.4
2020-08-07 11:48:13 +08:00
Jonathan Ringer
5144ec19c7
jetbrains.rider: fix dotnet location
2020-08-06 15:46:41 -07:00
R. RyanTM
048e885b29
kdeApplications.okteta: 0.26.3 -> 0.26.4
2020-08-06 19:25:28 +00:00
Maximilian Bosch
71ca3bf31d
Merge pull request #94705 from yoctocell/neovim-0.4.4
...
neovim: 0.4.3 -> 0.4.4
2020-08-05 22:20:03 +02:00
Daniël de Kok
5be7fe6b27
Merge pull request #94652 from Luflosi/update/kakoune
...
kakoune: 2020.01.16 -> 2020.08.04
2020-08-05 10:55:09 +02:00
yoctocell
7f137849e8
neovim: 0.4.3 -> 0.4.4
2020-08-05 10:22:53 +02:00
Frederik Rietdijk
26c481b435
Merge master into staging-next
2020-08-04 12:48:50 +02:00
Luflosi
c10e5168ac
kakoune: 2020.01.16 -> 2020.08.04
...
https://github.com/mawww/kakoune/releases/tag/v2020.08.04
2020-08-04 12:34:34 +02:00
Doron Behar
c63b5c4c36
wrapNeovim: fix darwin build
2020-08-04 09:14:09 +03:00
worldofpeace
a645b349d6
Merge pull request #93751 from r-ryantm/auto-update/quilter
...
quilter: 2.2.4 -> 2.5.0
2020-08-02 09:31:47 -04:00
Jörg Thalheim
597e829e8b
Merge pull request #94522 from r-ryantm/auto-update/lite
...
lite: 1.06 -> 1.11
2020-08-02 08:29:48 +01:00
R. RyanTM
4f468c6fbe
lite: 1.06 -> 1.11
2020-08-02 05:57:03 +00:00
worldofpeace
3d80450362
Merge pull request #93621 from worldofpeace/fix-atom
...
atom: Fix #92487
2020-08-01 20:39:08 -04:00
Frederik Rietdijk
50c060d13d
Merge master into staging-next
2020-08-01 19:37:20 +02:00
Silvan Mosberger
c1f872bfa8
Merge pull request #88110 from doronbehar/improve-neovim-wrapper
...
wrapNeovim: consolidate makeWrapper arguments and more
2020-08-01 00:59:45 +02:00
Doron Behar
85f6da6eed
wrapNeovim: Rewrite
...
Cleanups:
- Removed unneeded neovim.meta.description reset.
- Remove unnecessary -x checks in `postBuild`.
- Use a ${placeholder "out"} if needed.
Changes:
- Switch to symlinkJoin, so e.g manpages link to the environment (#87929 ).
- Use nvim-node from $out/bin/ just like all other providers.
- Compute all arguments to makeWrapper in pure Nix "before" `postBuild`.
- Prevent double wrapping in case `configure != {}` and rplugin.vim
needs to be generated.
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-07-31 20:39:12 +03:00
Lancelot SIX
7bec3a3cca
nano: 4.9.3 -> 5.0
2020-07-31 01:07:48 -07:00
Matthew Bauer
d0677e6d45
treewide: add warning comment to “boot” packages
...
This adds a warning to the top of each “boot” package that reads:
Note: this package is used for bootstrapping fetchurl, and thus cannot
use fetchpatch! All mutable patches (generated by GitHub or cgit) that
are needed here should be included directly in Nixpkgs as files.
This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Jörg Thalheim
c285657e86
Merge pull request #86227 from BananchickPasha/master
...
jetbrains rider: backend on .Net Core support
2020-07-29 22:53:03 +01:00
worldofpeace
0697d84006
Merge pull request #94181 from worldofpeace/my-updates
...
treewide: use nix-update updateScript for packages I maintain
2020-07-29 14:05:01 -04:00
Paul
500d695aac
androidStudioPackages.canary: 4.2.0.4 -> 4.2.0.5 ( #93648 )
2020-07-29 18:51:34 +02:00
worldofpeace
d12c11e30c
treewide: use nix-update updateScript for packages I maintain
2020-07-29 12:33:39 -04:00
Roman Kuznetsov
361d3bd0c1
vscode, vscodium: 1.46.1 -> 1.47.3
2020-07-28 20:36:41 +02:00
buffet
d7fc4fe281
kak-auto-pairs: 2019-07-27 -> 2020-07-14
2020-07-26 18:12:56 +00:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
...
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
adisbladis
5f74b92a14
emacs: Make stdenv.mkDerivation params non recursive
2020-07-24 12:11:05 +02:00
adisbladis
d1b0eef9b5
emacs: Don't use interpolation for version
2020-07-24 12:10:54 +02:00
R. RyanTM
38645fa23b
quilter: 2.2.4 -> 2.5.0
2020-07-24 08:11:27 +00:00
adisbladis
807e8e053c
emacs: Always add cairo as a build input if X is enabled
2020-07-24 03:16:17 +02:00
adisbladis
bf9e3b8dbf
emacs: Add native-comp feature branch infrastructure
2020-07-23 20:34:40 +02:00
adisbladis
24fd45ad8b
emacs: Add jansson & harbuzz inputs
...
These are required for emacs 27 and above and the nix-community emacs
overlay are adding these via overrides.
Add these already on emacs 26 to be forwards compatible and require
less overrides in the overlay.
2020-07-23 20:34:39 +02:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
...
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
worldofpeace
35cb34cf27
atom: Fix #92487
...
We rewrote the expression to use phases from genericBuilder.
https://github.com/NixOS/nixpkgs/issues/92487#issuecomment-654552010
2020-07-22 00:15:26 -04:00