Commit graph

3221 commits

Author SHA1 Message Date
Jiri Danek 47eb7ecd76 jetbrains.goland: 2018.1.5 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton 7932d521bf jetbrains.rider: 2018.1.2 -> 2018.1.3 2018-07-28 21:38:10 +02:00
Averell Dalton 92da0cc767 jetbrains.pycharm-professional: 2018.1.4 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton df169bfe90 jetbrains.pycharm-community: 2018.1.4 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton 57cde57b01 jetbrains.idea-ultimate: 2018.1.6 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton ba83cd406b jetbrains.idea-community: 2018.1.6 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton 93dc95d68a jetbrains.clion: 2018.1.6 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton 9181456576 jetbrains.webstorm: 2018.1.5 -> 2018.2 2018-07-28 21:38:10 +02:00
Averell Dalton e8a15d070f jetbrains.ruby-mine: 2018.1.3 -> 2018.1.4 2018-07-28 21:38:10 +02:00
Averell Dalton 8b80a9481e jetbrains.idea-ultimate: 2018.1.5 -> 2018.1.6 2018-07-28 21:38:10 +02:00
Averell Dalton 47c2046f90 jetbrains.idea-community: 2018.1.5 -> 2018.1.6 2018-07-28 21:38:10 +02:00
Averell Dalton e9d12e649f jetbrains.goland: 2018.1.4 -> 2018.1.5 2018-07-28 21:38:10 +02:00
Averell Dalton 8d621910f5 jetbrains.datagrip: 2018.1.4 -> 2018.1.5 2018-07-28 21:38:10 +02:00
Averell Dalton 07348da4d7 jetbrains.clion: 2018.1.5 -> 2018.1.6 2018-07-28 21:38:10 +02:00
Daiderd Jordan 5b211b6f4c
vim-configurable: fix python support
Removed --enable-python since that doesn't seem to do anything.
2018-07-28 11:30:46 +02:00
Thomas Tuegel 4f5837668b
hindent: build Emacs package with latest Melpa recipe
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Robert Helgesson a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6 2018-07-26 15:43:59 +02:00
Frederik Rietdijk ea91420675
Merge pull request #43886 from FRidh/vim
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.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/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01: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
Frederik Rietdijk 9cb1e7a1f3 qvim: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 16:52:30 +02:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Frederik Rietdijk 539f4f644a vim_configurable: get rid of composableDerivation
Use `stdenv.mkDerivation` directly instead of `composableDerivation`.

Some configure flags may have changed as the conversion wasn't exactly
straightforward.
2018-07-21 13:48:19 +02: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