Silvan Mosberger
09c3fb0d75
Merge pull request #56774 from worldofpeace/mate/cleanup
...
nixos/mate: cleanup
2019-03-05 12:26:14 +01:00
Peter Simons
67cc7a8254
davfs2: update to version 1.5.5
2019-03-05 12:17:28 +01:00
Peter Simons
0356c1b87d
mod_fastcgi: update to version 2.4.7.1
2019-03-05 12:08:20 +01:00
Peter Simons
2c75686985
analog: update to version 6.0.13
2019-03-05 12:08:20 +01:00
Jörg Thalheim
bf444fd442
Merge pull request #56673 from Kaali/darwin-ccls
...
Add Darwin support for ccls
2019-03-05 10:49:18 +00:00
Domen Kožar
f60459a023
Merge pull request #55142 from FlorianFranzen/thinkfan_smart
...
thinkfan: add option for libatasmart support
2019-03-05 17:47:13 +07:00
Danylo Hlynskyi
1f409d0879
Merge pull request #56020 from oxij/pull/47177-nixos-doc-include-all-modules-edited
...
nixos: doc: include all modules in manual generation
2019-03-05 12:19:52 +02:00
Peter Simons
456f09d76f
ghc: Drop outdated compiler versions 8.6.1 and 8.6.2. We have 8.6.3.
2019-03-05 11:13:52 +01:00
Matthew Bauer
1f212565d2
ghc863: dont add extra libs
...
Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
Merged in pull request #56795 from @matthewbauer.
2019-03-05 11:13:52 +01:00
Peter Simons
9e1ef78162
pandoc: add overrides to fix build of the new 2.7 version
2019-03-05 11:13:47 +01:00
Peter Simons
6e04ad9523
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-10-gd1d8208 from Hackage revision
43355d3d6c
.
2019-03-05 11:13:47 +01:00
Peter Simons
a70e883445
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-10-gd1d8208 from Hackage revision
137855b0b1
.
2019-03-05 11:13:47 +01:00
Jan Malakhovski
a53b3ba091
lib: optionAttrSetToDocList: warn instead of throwing on options without descriptions
...
For convenience, it's not like not having a description is deadly or something.
2019-03-05 09:41:41 +00:00
Jan Malakhovski
ca496b194f
nixos: doc: increase maxdepth for xsltproc
...
See https://github.com/NixOS/nixpkgs/issues/37903#issuecomment-376618117
for details. With the previous patch and some custom modules included in
`configuration.nix` the above bug is very easy to trigger.
This is a simplest workaround I have. A proper solution would look like
https://github.com/NixOS/nixpkgs/issues/37903#issuecomment-376980838 .
2019-03-05 09:41:40 +00:00
Arian van Putten
2e75a7b516
nixos: doc: optionally include all modules in manual generation
...
Before this change `man 5 configuration.nix` would only show options of modules in
the `baseModules` set, which consists only of the list of modules in
`nixos/modules/module-list.nix`
With this change applied and `documentation.nixos.includeAllModules` option enabled
all modules included in `configuration.nix` file will be used instead.
This makes configurations with custom modules self-documenting. It also means
that importing non-`baseModules` modules like `gce.nix` or `azure.nix`
will make their documentation available in `man 5 configuration.nix`.
`documentation.nixos.includeAllModules` is currently set to `false` by
default as enabling it usually uncovers bugs and prevents evaluation.
It should be set to `true` in a release or two.
This was originally implemented in #47177 , edited for more configurability,
documented and rebased onto master by @oxij.
2019-03-05 09:41:40 +00:00
Peter Simons
d955c0a385
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.1-9-g74e5d36 from Hackage revision
dc5ba26095
.
2019-03-05 10:22:33 +01:00
Peter Simons
33e87e4b69
LTS Haskell 13.10
2019-03-05 10:22:33 +01:00
Robert Schütz
9b3e5a3aab
Merge pull request #56696 from jokogr/f/libarcus
...
pythonPackages.libarcus: use pkgs.protobuf as input
2019-03-05 09:10:29 +01:00
Vincent Laporte
01f88218d2
ocamlPackages.lablgtk3: 3.0.beta4 -> 3.0.beta5
2019-03-05 09:06:28 +01:00
Ioannis Koutras
c14eed2ac0
curaengine: add protobuf in buildInputs
2019-03-05 08:57:23 +01:00
Ioannis Koutras
6a523a180a
pythonPackages.libarcus: use pkgs.protobuf as input
...
This commit makes pkgs.protobuf the input for libarcus, since the latter
searches for the native protobuf library and not for the Python module.
2019-03-05 08:57:09 +01:00
Robert Schütz
82b38923c2
python.pkgs.pykerberos: put krb5 in buildInputs too
...
For the relevant discussion see
https://github.com/NixOS/nixpkgs/pull/55757#issuecomment-469397261
2019-03-05 08:48:29 +01:00
Wael Nasreddine
37d2f71e2f
go_1_12: set meta.branch to 1.12 ( #56852 )
2019-03-04 23:18:12 -08:00
Väinö Järvelä
41a675258f
Add Darwin support for ccls
2019-03-05 08:37:07 +02:00
Domen Kožar
d45ba336b2
cachix: 0.1.3 -> 0.2.0
2019-03-05 10:59:51 +07:00
Dmitry Kalinkin
b257346c42
Merge pull request #56855 from andir/ipget
...
ipget: 0.2.5 -> 0.3.2
2019-03-04 22:25:52 -05:00
matix2267
6ab2aea003
nixos/doc: Small updates about wireless configuration. ( #55918 )
...
* Reference networking section from installation
* Add info about pskRaw option in networking.wireless.networks
2019-03-05 04:27:15 +02:00
worldofpeace
a00c5e301e
nixos/mate: cleanup
2019-03-04 21:07:01 -05:00
Danylo Hlynskyi
b421183b34
Merge pull request #56237 from LnL7/expose-overlays
...
pkgs/top-level: expose current overlays in pkgs
2019-03-05 03:06:21 +02:00
worldofpeace
dcd3a105a0
Merge pull request #56844 from knedlsepp/fix-resampy
...
pythonPackages.resampy: Fix build
2019-03-04 20:01:36 -05:00
worldofpeace
d830bfba9a
pythonPackages.resampy: enable tests
2019-03-04 19:41:24 -05:00
Franz Pletz
bc85062aa1
minetest: git-5.0.0-dev-2019-01-08 -> 5.0.0
2019-03-05 00:57:56 +01:00
Mateusz Kowalczyk
7f298714b4
Merge pull request #56648 from r-ryantm/auto-update/ffms
...
ffms: 2.22 -> 2.23
2019-03-05 08:20:31 +09:00
Carles Pagès
eda985dc24
trigger-rally: 0.6.5 -> 0.6.6
...
Fixes build.
2019-03-05 00:08:17 +01:00
Andreas Rammhold
1d86cd44f0
ipget: 0.2.5 -> 0.3.2
...
Unbreak the build by updating to a newer version.
2019-03-05 00:03:54 +01:00
Carles Pagès
83220a735c
steamPackages.steam: 1.0.0.56 -> 1.0.0.59
2019-03-04 23:40:44 +01:00
Will Dietz
94c25f6fb2
nsss: 0.0.1.0 -> 0.0.1.1
...
https://skarnet.org/software/nsss/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
79a19d1733
utmps: 0.0.2.0 -> 0.0.2.1
...
https://skarnet.org/software/utmps/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
9deced9c63
s6-networking: 2.3.0.3 -> 2.3.0.4
...
https://skarnet.org/software/s6-networking/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
3fe8eeabd5
s6-dns: 2.3.0.1 -> 2.3.0.2
...
https://skarnet.org/software/s6-dns/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
20d62b0f2b
s6-linux-utils: 2.5.0.0 -> 2.5.0.1
...
https://skarnet.org/software/s6-linux-utils/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
ad924fb21a
s6-portable-utils: 2.2.1.2 -> 2.2.1.3
...
https://skarnet.org/software/s6-portable-utils/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
dd693c15be
s6-rc: 0.4.1.0 -> 0.5.0.0
...
https://skarnet.org/software/s6-rc/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
69a07d29fc
s6: 2.7.2.2 -> 2.8.0.0
...
https://skarnet.org/software/s6/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
18ef1da03d
execline: 2.5.0.1 -> 2.5.1.0
...
https://skarnet.org/software/execline/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz
079eeaf3ef
skalibs: 2.7.0.0 -> 2.8.0.0
...
https://skarnet.org/software/skalibs/upgrade.html
2019-03-04 23:23:55 +01:00
Carles Pagès
9fa7ca4d4a
Merge pull request #56823 from callahad/sdl2-webp
...
SDL2_image: support WebP images
2019-03-04 23:10:08 +01:00
Dmitry Kalinkin
aa4f5cc4a3
simgrid: Fix the upstream project URL
...
Closes : #56849
2019-03-04 16:42:46 -05:00
Michael Raskin
9bc5c624e5
Merge pull request #56843 from knedlsepp/fix-smbnetfs
...
Fix smbnetfs
2019-03-04 21:12:48 +00:00
Matthew Bauer
71704e8129
Merge pull request #55081 from moyamo/fix-subdirs.el
...
Link subdirs.el into emacs-packages-deps site-lisp
2019-03-04 16:12:41 -05:00