Symphorien Gibol
10436a707a
neovim wrapper: do not unset PYTHONPATH
...
This solves the following bug:
opening neovim in nix-shell -p pythonPackages.numpy does not enable to
run successfully
:!python -c "import numpy"
because the PYTHONPATH is wiped by the neovim wrapper.
This wiping is necessary for the python providers, though, otherwise a
python2 nix-shell will make the python3 provider read python2 files.
We wrap the providers only, instead of neovim as whole.
2018-07-24 15:02:48 +02:00
Jörg Thalheim
1ebf90b9fb
Merge pull request #44043 from ljli/vscode-fix
...
vscode: fix keymapping.node rpath
2018-07-24 05:54:53 -04:00
Leon Isenberg
6bf5dfc874
vscode: fix keymapping.node rpath
2018-07-24 03:04:36 +02:00
Thomas Tuegel
0015c34f9c
Merge pull request #44007 from ttuegel/emacs-packages-2018-07-22
...
Emacs package updates
2018-07-23 08:35:11 -05:00
Thomas Tuegel
648911fee3
melpa-packages: Fix evaluation
2018-07-23 06:51:51 -05:00
Thomas Tuegel
095e2f961f
elpa-packages: Fix evaluation
2018-07-23 06:51:51 -05:00
Thomas Tuegel
a0762a4eee
org-packages: 2018-07-22
2018-07-23 06:51:51 -05:00
Thomas Tuegel
56df454a07
elpa-packages: 2018-07-22
2018-07-23 06:51:51 -05:00
Thomas Tuegel
8ecdc02f95
melpa-stable-packages: 2018-07-22
2018-07-23 06:51:51 -05:00
Thomas Tuegel
707010ef23
melpa-packages: 2018-07-22
2018-07-23 06:51:51 -05:00
Jörg Thalheim
102eb1fd29
Merge pull request #43995 from kalbasit/fix-neovim-unwrapped
...
neovim: fix the xsel path in the clipboard runtime provider
2018-07-23 10:52:34 +01:00
adisbladis
607ae1df1b
emacsPackagesNg.elpaPackages: Don't pass fetchurl to elpa.nix
...
This fixes evaluation error of elpa packages.
2018-07-23 15:38:20 +08:00
Wael M. Nasreddine
5c7c2be709
neovim: fix the xsel path in the clipboard runtime provider
2018-07-22 21:32:16 -07:00
Frederik Rietdijk
6c72782d36
Merge staging-next into master
2018-07-22 11:04:28 +02:00
Frederik Rietdijk
e3d4ef9c7e
Merge pull request #43925 from r-ryantm/auto-update/neovim-unwrapped
...
neovim-unwrapped: 0.3.0 -> 0.3.1
2018-07-22 08:37:44 +02:00
Frederik Rietdijk
e4dab5a3da
Merge pull request #43943 from r-ryantm/auto-update/focuswriter
...
focuswriter: 1.6.14 -> 1.6.15
2018-07-22 08:22:46 +02:00
R. RyanTM
7968bf4935
focuswriter: 1.6.14 -> 1.6.15
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/focuswriter/versions .
2018-07-21 18:56:13 -07:00
R. RyanTM
4c1eb7fbe6
neovim-unwrapped: 0.3.0 -> 0.3.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neovim-unwrapped/versions .
2018-07-21 14:18:00 -07:00
Jörg Thalheim
5e05b0a105
Merge pull request #43901 from periklis/orgit-fix-inputs
...
orgit: add git to native build inputs
2018-07-21 19:05:46 +01:00
Frederik Rietdijk
ad47d658d1
Merge master into staging-next
2018-07-21 19:43:53 +02:00
Frederik Rietdijk
1c45f35bfd
Merge pull request #43902 from r-ryantm/auto-update/tiled
...
tiled: 1.1.5 -> 1.1.6
2018-07-21 19:40:53 +02:00
R. RyanTM
83cfb08654
tiled: 1.1.5 -> 1.1.6
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tiled/versions .
2018-07-21 08:55:50 -07:00
Periklis Tsirakidis
2bf47aa2b8
orgit: add git to native build inputs
2018-07-21 17:45:08 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
dda95bae35
[bot] treewide: remove unused 'args@' in lambdas
2018-07-20 19:54:05 +00:00
Frederik Rietdijk
1a6af9f88e
Merge pull request #43857 from volth/unused
...
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
Tim Steinbach
871f3396a5
vscode: 1.25.0 -> 1.25.1
2018-07-20 08:22:03 -04:00
Frederik Rietdijk
8213ff161c
Merge master into staging-next
2018-07-19 18:24:24 +02:00
R. RyanTM
80d44926bf
atom: 1.28.1 -> 1.28.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atom/versions .
2018-07-19 12:23:36 +00:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Thomas Tuegel
9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
...
Emacs package updates
2018-07-17 17:53:54 -05:00
Michael Weiss
bf23666022
androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21
2018-07-17 20:06:20 +02:00
Thomas Tuegel
a5f026f778
emacsPackagesNg.magit: find Git during build
2018-07-16 12:29:10 -05:00
Thomas Tuegel
d3cea48608
emacsPackagesNg: 2018-07-15 update
...
All package sets are simultaneously updated to accommodate changes to
package-build. Due to new restrictions in package-build, all packages using
`melpaBuild` must now provide a recipe file, even those packages which are not
included in upstream MELPA.
2018-07-15 20:52:41 -05:00
Robert Schütz
18774d4173
Merge branch 'master' into staging
2018-07-15 12:31:18 +02:00
Benjamin Andresen
b07deda268
emacsPackages.cask: 0.8.1 -> 0.8.4
2018-07-14 14:07:23 +02:00
Frederik Rietdijk
3e31d23d99
Merge master into staging
2018-07-13 19:34:19 +02:00
Michael Weiss
33719a9108
androidStudioPackages.{dev,canary}: 3.3.0.1 -> 3.3.0.2
2018-07-13 16:09:04 +02:00
Michael Weiss
67a4ac8f90
androidStudioPackages.beta: 3.2.0.19 -> 3.2.0.20
2018-07-13 16:04:13 +02:00
Frederik Rietdijk
f8701caafc
Merge master into staging
2018-07-10 15:51:20 +02:00
Robert Schütz
35d4640b03
ghostwriter: 1.6.2 -> 1.7.0
2018-07-10 14:48:36 +02:00
Jan Tojnar
28b6f74c3f
gnome3.gconf: remove
2018-07-10 12:14:40 +02:00
R. RyanTM
c4a6319322
focuswriter: 1.6.13 -> 1.6.14 ( #43199 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/focuswriter/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/xliiidqc3smccya1a4fc587hq0wl67hx-focuswriter-1.6.14/bin/focuswriter had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.6.14 with grep in /nix/store/xliiidqc3smccya1a4fc587hq0wl67hx-focuswriter-1.6.14
- directory tree listing: https://gist.github.com/9f4508c662704c3b5816978445e872fc
- du listing: https://gist.github.com/1219d595782c68ce78122f6ec9566b23
2018-07-08 11:13:05 +02:00
R. RyanTM
0e59b1c1ed
texstudio: 2.12.8 -> 2.12.10 ( #43154 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/texstudio/versions .
Version release notes (from GitHub):
TeXstudio 2.12.10
----------------
- bug fixes
- fix structure view with Qt >5.10
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10/bin/texstudio had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.12.10 with grep in /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10
- directory tree listing: https://gist.github.com/30bd87321ac5fe523c2a1eb759af22c9
- du listing: https://gist.github.com/04363c828381c5273c6c80caa9b552f4
2018-07-08 01:16:46 +02:00
Silvan Mosberger
22075242d0
Merge pull request #43132 from eadwu/vscode/1.25.0
...
vscode: 1.24.1 -> 1.25.0
2018-07-07 18:38:25 +02:00
Edmund Wu
c020e74886
vscode: 1.24.1 -> 1.25.0
...
Resolve missing lib, libgtk-x11-2.0.so.0
2018-07-06 21:57:29 -04:00
R. RyanTM
be9c58b997
edbrowse: 3.7.3 -> 3.7.4 ( #43037 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/edbrowse/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4/bin/edbrowse had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.7.4 with grep in /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4
- directory tree listing: https://gist.github.com/21b2adbe415a5e475da47207b1f79386
- du listing: https://gist.github.com/e6ec448b581313e4148fb251bcdca067
2018-07-06 21:08:11 +02:00
Patrick Hilhorst
d45a099688
atom, atom-beta: 1.28.0 -> 1.28.1, 1.29.0-beta0 -> 1.29.0-beta1 ( #43086 )
2018-07-06 00:09:13 +02:00