Commit graph

125822 commits

Author SHA1 Message Date
Robin Gloster ea0bfbe4f6
python.pkgs.send2trash: 1.3.0 -> 1.4.2 2018-01-17 00:10:08 +01:00
Robin Gloster 1d3038956c
python.pkgs.terminado: 0.6.0 -> 0.8.1 2018-01-17 00:10:07 +01:00
Robin Gloster 1d70a52528
moonlight-embedded: 2.4.4 -> 2.4.6 2018-01-17 00:10:07 +01:00
Robin Gloster d0f2aab67c
errbot: 5.1.2 -> 5.1.3 2018-01-17 00:10:07 +01:00
Robin Gloster 1729c65736
libressl_2_6: 2.6.2 -> 2.6.4 2018-01-17 00:10:07 +01:00
Robin Gloster 0e834998b2
phpPackages.composer: 1.5.1 -> 1.6.2 2018-01-17 00:10:07 +01:00
Robin Gloster 1522a47ed3
claws-mail: 3.15.1 -> 3.16.0 2018-01-17 00:10:07 +01:00
Robin Gloster 6f41c5d805
rabbitmq-c: 0.7.1 -> 0.8.0 2018-01-17 00:10:07 +01:00
Vladimír Čunát e0c5af37e9
Merge #33955: lldb-{4,5}: install manpage 2018-01-16 23:04:28 +01:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Sarah Brofeldt 49616bdff7
Merge pull request #33911 from fgaz/mighttpd2
nixos/mighttpd2: init
2018-01-16 22:28:17 +01:00
Will Dietz 74bcd87ed9 lldb-{4,5}: install manpage 2018-01-16 15:15:41 -06:00
Francesco Gazzetta 356eeb0d4f nixos/mighttpd2: init 2018-01-16 21:04:09 +00:00
Tuomas Tynkkynen 2e56ba6fbd Merge remote-tracking branch 'upstream/master' into staging 2018-01-16 22:49:20 +02:00
Daiderd Jordan cf8643cc8e
Merge pull request #33942 from andsild/add_vim_plugins
Add and update vim plugins
2018-01-16 21:35:25 +01:00
Rob Vermaas b62c601e91
werkzeug: disable one test on darwin. 2018-01-16 21:32:35 +01:00
Rob Vermaas 60468bf4e5
scitkitlearn: disable doctests on darwin as they are known to be broken there for this version. 2018-01-16 21:31:51 +01:00
Daiderd Jordan 75936c412d
Merge pull request #33913 from ciderale/fix-darwin-build-of-kpcli
kpcli: Fix darwin build
2018-01-16 21:17:58 +01:00
Vladimír Čunát 03c6be8654
Merge #33811: nixpkgs release-small: fix evaluation 2018-01-16 21:09:50 +01:00
Robin Gloster 9bceb2b353
oh-my-zsh module: reword & fix manual build
docbook interpreted this as a tag and this sounded as if the option
defaulted to putting the cached directory into the nix store.

cc @Ma27 @fpletz
2018-01-16 21:02:54 +01:00
Frank Doepper 5856892ae6 muchsync: 2 -> 5 2018-01-16 20:53:03 +01:00
Michael Raskin a12ba709ab
Merge pull request #33945 from eschnett/eschnett/julia-0.6.2
julia: 0.6.0 -> 0.6.2
2018-01-16 19:40:49 +00:00
Jan Tojnar ac16ec6032
bustle: add top-level alias 2018-01-16 20:37:46 +01:00
Jan Tojnar f908f65dec
uuagc: add static executable from haskellPackages 2018-01-16 20:32:40 +01:00
Michael Raskin 847db60f02
julia: 0.6.0 -> 0.6.2 2018-01-16 19:30:04 +00:00
John Ericson 782b63d06b
Merge pull request #33813 from lopsided98/kernel-cross
kernel: fix cross compilation
2018-01-16 13:09:09 -05:00
John Ericson 5a754e75b4 Merge branch 'ericson2314-cross-master' into staging 2018-01-16 13:05:39 -05:00
S. Nordin Abouzahra e63e55c171 profile-cleaner: add missing dependency
profile-cleaner does not run correctly without the file utility.
2018-01-16 13:03:07 -05:00
John Ericson 4dff3ee959
Merge pull request #33749 from dezgeg/release-refactor-1
nixos/release.nix: Refactoring for better multi-system support
2018-01-16 12:54:11 -05:00
Maximilian Bosch b55d4c0564 programs.zsh.ohMyZsh: add cacheDir option (#33150)
The default cache directory set by oh-my-zsh is $ohMyZsh/cache which
lives in the Nix store in our case. This causes issues with several
completion plugins provided by oh-my-zsh.
2018-01-16 17:29:46 +00:00
Franz Pletz 13b4f440fc
Merge pull request #33634 from Ma27/android-studio/support-virtual-devices
android-studio: set `ANDROID_EMULATOR_USE_SYSTEM_LIBS`
2018-01-16 17:23:14 +00:00
Erik Schnetter 6c1277a864 julia: 0.6.0 -> 0.6.2 2018-01-16 12:09:37 -05:00
Frederik Rietdijk 2ea3db2830 Python docs: remove name attribute
The `name` attribute is filled in when `pname` and `version` are specified.
See https://github.com/NixOS/nixpkgs/pull/31173
2018-01-16 18:01:06 +01:00
Tuomas Tynkkynen 4ccf308d66 nixos/release.nix: Use forTheseSystems from release-lib
Currently, even if you pass `supportedSystems = [ "aarch64-linux" ]` you
end up with e.g. `nixos.iso_graphical.x86_64-linux` job. Using
forTheseSystems from release-lib avoids that.

This shouldn't affect the usual x86 trunk-combined jobset.
2018-01-16 18:56:41 +02:00
Tuomas Tynkkynen b3c50ec1e9 nixos/release.nix: Move forAllSystems to release-lib
There's already a similar forTheseSystems in release-lib, so be more
consistent.
2018-01-16 18:56:41 +02:00
Tuomas Tynkkynen 82cab72dd4 release-lib: forAllSupportedSystems -> forTheseSystems
I'm going to move forAllSystems from nixos/release.nix, and these
functions sound too similar while doing different things.
2018-01-16 18:48:54 +02:00
Izorkin f6ee29dda2 libnetfilter_queue: 1.0.2 -> 1.0.3
fixes #33887
2018-01-16 16:41:01 +00:00
Anders Sildnes 999b889907
vim-plugins/fugitive: 2017 -> 2018 2018-01-16 17:18:30 +01:00
Anders Sildnes 82f0cfaf58
vim-plugins/vim-dashboard init 2018-01-16 17:18:27 +01:00
Anders Sildnes c1ef975d00
vim-plugins/deoplete.nvim: 2017 -> 2018 2018-01-16 17:18:25 +01:00
Anders Sildnes 14fed7b7b9
vim-plugins/fzf.vim: 2017 -> 2018 2018-01-16 17:18:17 +01:00
Anders Sildnes c0436f5c0b
vim-plugins/tabpagecd init 2018-01-16 17:18:14 +01:00
Anders Sildnes ad746d1beb
vim-plugins/vim-ft-diff_fold init 2018-01-16 17:18:11 +01:00
Anders Sildnes f1e3289286
vim-plugins/vim-logreview init 2018-01-16 17:18:09 +01:00
Yegor Timoshenko fccaa2acab redshift: reintroduce longDescription 2018-01-16 16:18:06 +00:00
Anders Sildnes 2f1be1f27d
vim-plugins/vim-jsbeautify init 2018-01-16 17:18:06 +01:00
Anders Sildnes 632fb7d5b4
vim-plugins/vim-javascript init 2018-01-16 17:18:04 +01:00
Anders Sildnes 78108d37f3
vim-plugins/vim-cursorword init 2018-01-16 17:18:01 +01:00
Anders Sildnes edd27a8a30
vim-plugins/sparkup init 2018-01-16 17:17:58 +01:00
Anders Sildnes d2bec58233
vim-plugins/table-mode: 2017 -> 2018 2018-01-16 17:17:49 +01:00