Dominik Xaver Hörl
6613fea80e
android-file-transfer: init at 3.4
2018-07-27 20:20:41 -07:00
Silvan Mosberger
5edb09c3db
Merge pull request #40625 from romildo/fix.xkeyboard-config
...
xkeyboard-config: enable xkb rules symlink
2018-07-28 04:37:46 +02:00
Matthew Bauer
53bf234c85
fortune: remove gcc from closure
...
Fixup is only run on $out/bin not $out/games. Luckily fortune is
relocatable so just moving it to $out/bin works & reduces closure size.
2018-07-27 19:39:33 -04:00
Matthew Bauer
0e707034b5
st: fix patches passing
2018-07-27 19:39:15 -04:00
Matthew Bauer
d14dedfa2a
aliases: add callPackage_i686
...
This was removed in PR #42874 .
2018-07-27 19:37:57 -04:00
John Ericson
574871ea7f
Merge pull request #44164 from LnL7/llvm-man-output
...
llvm-packages: fix manpages on darwin
2018-07-27 19:30:38 -04:00
John Wiegley
08bf0b7630
coqPackages.category-theory: Add equations as a buildInput
2018-07-27 16:17:09 -07:00
John Wiegley
368cca9f19
coqPackages.category-theory: Update to Git version as of 20180709
2018-07-27 16:11:52 -07:00
Bas van Dijk
72f3a5cf5c
Merge pull request #44038 from LumiGuide/elk-6.3.0
...
elk: 6.2.4 -> 6.3.2
2018-07-28 00:33:18 +02:00
Daiderd Jordan
2e09219564
llvm-manpages: fix build
2018-07-28 00:08:31 +02:00
Daiderd Jordan
2100f462a5
llvm-packages: expose manpages in all-packages.nix
...
Only for the default version, we probably shouldn't be exposing
most attributes all versions.
2018-07-28 00:08:31 +02:00
Daiderd Jordan
3ec81ae27e
llvm-packages: fix manpages with python-boot and cleanup
...
On darwin llvmPackages is built using python-boot to avoid dependencies
in the stdenv, but we can't and shouldn't use that when building the
manpages since it depends on python packages.
2018-07-28 00:08:26 +02:00
Bas van Dijk
ebcdb822f8
elk: 6.2.4 -> 6.3.2
...
* The ELK stack is upgraded to 6.3.2.
* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
a suite of additional features. These are however licensed under the unfree
"Elastic License".
* Fortunately they also provide OSS versions which are now packaged
under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
Note that the naming of the attributes is consistent with upstream.
* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
version by default. You can also run the test on the unfree ELK using:
`NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Tim Steinbach
e7d57853b0
hnix: Fix build
2018-07-27 14:16:41 -07:00
Tuomas Tynkkynen
cad1c18743
nixos/rename: Add temporary aliases for the system.nixos.* rename revert
...
See the previous commit for motivation.
2018-07-28 00:12:55 +03:00
Tuomas Tynkkynen
96190535e5
Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"
...
This reverts commit 095fe5b43d
.
Pointless renames considered harmful. All they do is force people to
spend extra work updating their configs for no benefit, and hindering
the ability to switch between unstable and stable versions of NixOS.
Like, what was the value of having the "nixos." there? I mean, by
definition anything in a NixOS module has something to do with NixOS...
2018-07-28 00:12:55 +03:00
Daiderd Jordan
cacf0925a5
python-boot: add error message when accessing python.pkgs
2018-07-27 22:36:54 +02:00
Benjamin Staffin
28e11a0b6b
bazel: fix bash completion, halve build time ( #44097 )
...
This finally fixes the build to avoid having to completely rebuild
bazel from source a second time just to generate the bash completion
script!
It also makes completion actually _work_ for bash users by
correcting the name of the installed script.
2018-07-27 14:45:43 -04:00
Benjamin Staffin
9cbe75b269
bazel: 0.15.1 -> 0.15.2 ( #44094 )
2018-07-27 14:43:15 -04:00
Profpatsch
abcc849c9e
s6-networking: add ssl support (libressl by default)
...
For now there’s only support for libressl, but it is built in a way that makes
adding support for e.g. bearssl trivial.
2018-07-27 17:48:32 +02:00
Profpatsch
9a95c136d8
execline: 2.3.0.3 -> 2.5.0.0
2018-07-27 17:48:32 +02:00
Profpatsch
9b55ab7674
s6-rc: 0.3.0.0 -> 0.4.0.1
2018-07-27 17:48:32 +02:00
Profpatsch
b4cda2e4ff
s6: 2.6.1.1 -> 2.7.1.1
2018-07-27 17:48:32 +02:00
Profpatsch
5ea846a656
s6-dns: 2.2.0.1 -> 2.3.0.0
2018-07-27 17:48:32 +02:00
Profpatsch
3bc88ecaf9
skalibs: 2.6.0.1 -> 2.6.4.0
2018-07-27 17:48:32 +02:00
Vladimír Čunát
1d83c4583b
Merge #44131 : release/metrics: drop requiredSystemFeatures
2018-07-27 17:11:37 +02:00
Elis Hirwing
e0d23b12ef
php: Enable mysqlnd as default
...
MySQL Native Driver was implemented by PHP back in 5.3.0 and has been
default in most distributions for a very long time.
The option was added in 41cd4f2459
and I
don't see any reason why it would default to false.
Overview of mysqlnd by PHP: https://secure.php.net/manual/en/mysqlnd.overview.php
2018-07-27 16:50:12 +02:00
Bas van Dijk
980674f08c
opencv: 3.4.1 -> 3.4.2
2018-07-27 16:13:21 +02:00
Yuriy Taraday
cd3283f921
chromium: 67.0.3396.99 -> 68.0.3440.75
2018-07-27 14:38:23 +02:00
Thomas Tuegel
3fd03165aa
Merge pull request #44060 from periklis/emacs-package-eval-fix
...
Fix pname to ename propagation if null
2018-07-27 05:11:03 -05:00
Frederik Rietdijk
1fe2a0f81e
Merge pull request #44129 from timokau/pari-2.11.0
...
pari: 2.9.5 -> 2.11.0
2018-07-27 11:57:57 +02:00
Jörg Thalheim
0bb5a6ada5
Merge pull request #44142 from LnL7/vim-plugin-updates
...
vim-plugins: automatic updates and additions
2018-07-27 10:47:56 +01:00
Periklis Tsirakidis
04f0c25222
Fix pname to ename propagation if null
2018-07-27 08:15:46 +02:00
Austin Seipp
f8e8ecde51
foundationdb60: 6.0.2pre2430 -> 6.0.3pre2446
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-26 18:58:40 -05:00
Austin Seipp
a14a75a567
foundationdb: include debug info in all builds
...
This puts the debug information in a separate output, as expected. This allows
meaningful symbol names to appear in DWARF-based tools like perf and gdb.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-26 18:44:49 -05:00
Janne Heß
6d2ab18915
sieve-connect: Init at 0.89
2018-07-26 14:12:03 -07:00
Thomas Tuegel
c836833c01
Merge pull request #44138 from ttuegel/emacs-packages/hindent
...
hindent: build Emacs package with latest Melpa recipe
2018-07-26 15:52:33 -05: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
Profpatsch
62dca7c9ab
lib/trivial: move zipIntBits to its own file
...
The amount of implementation detail really should not be the first thing in a
prominent file called `trivial.nix`.
2018-07-26 20:36:45 +02:00
Profpatsch
af10842940
lib/trivial: unify & improve docstrings
...
- add section headers
- unify comment syntax
- add examples
Tested with:
nix-instantiate --strict --eval ./lib/tests/misc.nix
2018-07-26 20:36:45 +02:00
John Ericson
bbe31da148
Merge pull request #44124 from grahamc/sparc
...
systems: Allow detection of powerpc and sparc
2018-07-26 14:21:20 -04:00
Alyssa Ross
1f47fe8442
gem-config: add libxml2-ruby ( #44099 )
2018-07-26 18:51:17 +01:00
Alyssa Ross
cfbe0ef315
gem-config: add zookeeper ( #44100 )
2018-07-26 18:50:42 +01:00
Timo Kaufmann
330c501be0
pari: 2.9.5 -> 2.11.0
...
The pari update makes it necessary to disable a giac test that only
fails because it directly tests the pari interface.
2018-07-26 18:42:17 +02:00
Vladimír Čunát
1d0caa7b03
release/metrics: drop requiredSystemFeatures
...
Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
2018-07-26 18:32:41 +02:00
Shea Levy
886871538c
pythonPackages.rfc7464: Init at 17.7.0
2018-07-26 12:04:16 -04:00
Robert Helgesson
a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6
2018-07-26 15:43:59 +02:00
John Q Crosscompiler
7cc62144b2
systems: Allow detection of powerpc and sparc
2018-07-26 09:33:36 -04:00
Jos van Bakel
812f4749ae
rshell: init at 0.0.14
2018-07-26 06:12:06 -07:00
Frederik Rietdijk
d635e33887
Merge pull request #44121 from erikarvstedt/python-docs
...
python-docs: minor typo and grammar fixes
2018-07-26 14:46:50 +02:00