summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kibana: fix 4.6.0 for i68616.09Susan Potter2016-10-011-2/+6
| | | | (cherry picked from commit c3e57f3095d3c5e4631a5978702226ee2b6bd8cd)
* openjpeg_2_0: Fix hashTuomas Tynkkynen2016-10-021-1/+1
| | | | (cherry picked from commit 82c0aa7d85183da8031d4c0ac7fd562887d03b89)
* Fix borgbackup dependency on lz4Michael Alan Dorman2016-10-021-1/+1
| | | | (cherry picked from commit 739b058779620bc0c8938b98b8c6172b59d8979b)
* nixos/lib/testing: Fix unsetting $xchgaszlig2016-10-011-2/+4
| | | | | | | | | | | | | Regression introduced by 4dcb685af940efd74a7b2b66ae917129ef232d83. Unsetting the environment variable shortly before using it is not going to end up very well, so let's just filter out the variable from the output of export and unset it shortly afterwards. This fixes the runInMachine NixOS test. Signed-off-by: aszlig <aszlig@redmoonstudios.org> (cherry picked from commit b4e2b6bc6aac50094dad02a01d34d0aaca7eb3f4)
* fix manual syntaxDomen Kožar2016-10-011-55/+55
|
* Document new NixOS servicesDomen Kožar2016-10-011-1/+56
|
* document #16779Domen Kožar2016-10-011-0/+7
|
* Revert "mesa_drivers: work around #16779"Domen Kožar2016-10-011-1/+0
| | | | | | This reverts commit 4cf7839305df45d83b97fd14b27169b7d6a56ff7. Breaks kde5 test. http://hydra.nixos.org/build/41374761
* perlPackages.DBIxClass: Add upstream patch to fix buildTuomas Tynkkynen2016-10-012-0/+25
| | | | | | | | | Apply an upstream commit destined for next release like Debian is doing: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731 Should fix http://hydra.nixos.org/build/40815848 (cherry picked from commit c08a84186f7f0145aebc063606bd654fea3efcf9)
* Merge pull request #18735 from vdemeester/add-go17-to-16-09Jörg Thalheim2016-10-012-7/+7
|\ | | | | go_1_7: 1.7 -> 1.7.1 on release 16.09
| * go_1_7: 1.7 -> 1.7.1Jaka Hudoklin2016-09-182-7/+7
| |
* | dropbox: 11.4.20 -> 11.4.21Thomas Tuegel2016-09-301-3/+3
| |
* | Merge remote-tracking branch 'origin/release-16.09' into staging-16.09Eelco Dolstra2016-09-301-1/+1
|\ \
| * | containers: fix dynamic hash lookupJörg Thalheim2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | we want the content of attribute as a key: b9df84cd4f6b70bdfa395a91dbf3d712adc7e18d broke this (cherry picked from commit d6ce2e4bcb586870ef11a295b1634649fed36667)
* | | Add a simple test for SambaEelco Dolstra2016-09-302-0/+49
| | | | | | | | | | | | (cherry picked from commit 328c2f00819d01933e6cb0aad1c5052d2fab86ea)
* | | samba: Use startup notificationEelco Dolstra2016-09-301-6/+7
| | | | | | | | | | | | | | | | | | This ensures synchronous unit start. (cherry picked from commit e993506d4c3d580495087c85c901d54908e445a0)
* | | samba: Use bundled tdb and ldbEelco Dolstra2016-09-301-6/+3
| | | | | | | | | | | | (cherry picked from commit 3b89a6e0209fb75e36473905dd8bbae1e30d2ac5)
* | | samba4: fix crashes by bundling teventVladimír Čunát2016-09-301-2/+2
| | | | | | | | | | | | | | | | | | See #19013 for details and discussion. (cherry picked from commit e9687611b608690d1158ea0259970763e9bf76bc)
* | | samba: 4.3.8 -> 4.3.11Eelco Dolstra2016-09-301-0/+2
| | | | | | | | | | | | (cherry picked from commit 50e2161ee1b3ed9c107d6bc0c63df6463d11da64)
* | | ldb: 1.1.26 -> 1.1.27Eelco Dolstra2016-09-301-2/+6
| | | | | | | | | | | | | | | | | | Also, strip the modules to prevent a dependency on gcc. (cherry picked from commit c3bc8b2996f5a883dba07756ebc779799bc1d514)
* | | tevent: 0.9.28 -> 0.9.30Eelco Dolstra2016-09-301-2/+2
| | | | | | | | | | | | (cherry picked from commit dbb9e2e847732d8cb39e89c63b5c5407e93344ec)
* | | tdb: 1.3.8 -> 1.3.11Eelco Dolstra2016-09-301-2/+2
| | | | | | | | | | | | (cherry picked from commit 8b7f83a146866a323f7919e6b45ab071449b1c2b)
* | | talloc: 2.1.5 -> 2.1.8Eelco Dolstra2016-09-301-2/+2
| | | | | | | | | | | | (cherry picked from commit 498af0bbb430b9323e6a922928f5814a6fa92477)
* | | Merge remote-tracking branch 'origin/release-16.09' into staging-16.09Eelco Dolstra2016-09-302-22/+20
|\| |
| * | switch-to-configuration: fix restart of socket activated servicesNikolay Amiantov2016-09-301-22/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes two bugs: * When socket activation is detected, the service itself is added to stop-start list instead of its sockets. * When service is marked to restart instead of stop (`StopIfChanged = no`) we don't need to restart sockets. (cherry picked from commit d37458ad063b04439455fa7c54c3d2abf25a1f5a)
| * | systemd-journald service: restart instead of stop and startNikolay Amiantov2016-09-301-0/+2
| | | | | | | | | | | | | | | | | | Also restart when configuration is changed. (cherry picked from commit ff0b8b22250999d3274883fe4c1f7ba649753aa9)
* | | linux: 4.4.22 -> 4.4.23Eelco Dolstra2016-09-301-2/+2
| | | | | | | | | | | | (cherry picked from commit 613a12a8bde64b5ec26b512f34de7507eba7d861)
* | | Merge remote-tracking branch 'origin/release-16.09' into staging-16.09Eelco Dolstra2016-09-307-10/+33
|\| |
| * | Fix "undefined variable ‘device’" using autoFormatEelco Dolstra2016-09-301-1/+1
| | | | | | | | | | | | (cherry picked from commit 7e8eb6a7c3e6ccde23cbed05bf9bf3d9aa81aad7)
| * | AnyEvent::CacheDNS: Disable testsEelco Dolstra2016-09-301-0/+1
| | | | | | | | | | | | | | | | | | This doesn't work in a sandbox because it accesses the network. (cherry picked from commit 590c164858688e2eb771ee53049eb02f83ba0da5)
| * | dd-agent: D'oh, removing duplicate requests dep.Rob Vermaas2016-09-301-1/+0
| | |
| * | supplicant: Make the device pull in the supplicant service.Shea Levy2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The udev rule should do this. Not sure why it doesn't. Fixes #19029. (cherry picked from commit b692e06686fc3550f8076070780c10140e14eb0c)
| * | Fix dd-agentRob Vermaas2016-09-301-0/+1
| | |
| * | Document removal of LTS Haskell package sets in 16.09 release notes.Peter Simons2016-09-301-0/+19
| | | | | | | | | | | | This patch closes https://github.com/NixOS/nixpkgs/issues/14897.
| * | torcs: 1.3.5 -> 1.3.7rushmorem2016-09-301-4/+9
| | | | | | | | | | | | | | | | | | | | | This change also wraps `torcs` with `mesa` to fix the runtime crush due to this dependancy which was missing. (cherry picked from commit d332b914ce02ebccb3273f4e80aecf95472e6bd4)
| * | Revert "lightdm: obbey services.xserver.{window/desktop}Manager.default"Graham Christensen2016-09-301-3/+1
| | | | | | | | | | | | | | | | | | | | | This reverts commit 6a12ff4cbdcb0729072eabd1b76a8c486548614a. See: https://github.com/NixOS/nixpkgs/pull/19054 Closes #19054
* | | Update Haskell package set to LTS 7.1 from 'master'.Peter Simons2016-09-3017-17735/+6220
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.0.2-9-gc0b597f from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/9ca479bb22001e1318d005f917ce115a5a130581.
* | | Merge remote-tracking branch 'origin/release-16.09' into staging-16.09Eelco Dolstra2016-09-305-43/+147
|\| |
| * | changelog for #18011Domen Kožar2016-09-301-0/+6
| | |
| * | changelog for #18365Domen Kožar2016-09-301-0/+8
| | |
| * | changelog for hydra package/moduleDomen Kožar2016-09-301-0/+4
| | |
| * | changelog for #9523Domen Kožar2016-09-301-0/+4
| | |
| * | changelog for #14148Domen Kožar2016-09-301-1/+8
| | |
| * | changelog for gnupg bump, fixes #18293Domen Kožar2016-09-302-2/+12
| | |
| * | dbus: add socket activation but do not enable itPeter Hoeg2016-09-303-16/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes are included: 1) install user unit files from upstream dbus 2) use absolute paths to config for --system and --session instances 3) make socket activation of user units configurable There has been a number of PRs to address this, so this one does the bare minimum, which is to make the functionality available and configurable but defaults to off. Related PRs: - #18382 - #18222
| * | Some release notes updatesEelco Dolstra2016-09-301-30/+66
| | | | | | | | | | | | | | | (cherry picked from commit a9166d143d8a9b9db9e2e903abbb4ce3a27a26ae) Signed-off-by: Domen Kožar <domen@dev.si>
* | | Add stdenvNoCCEelco Dolstra2016-09-304-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a standard environment that doesn't contain a C/C++ compiler. This is mostly to prevent trivial builders like runCommand and substituteAll from pulling in gcc for simple configuration changes on NixOS. (cherry picked from commit 0cb16a6955ff6ef447a81caab02a8389b2d19dd4)
* | | kde4: Get rid of some Nepomuk cruft by defaultEelco Dolstra2016-09-302-8/+15
| | | | | | | | | | | | (cherry picked from commit 020e88704ae0a0766908fb82d7b92a6ab9901329)
* | | kde4: Allow disabling dependency on MariaDBEelco Dolstra2016-09-302-5/+16
| | | | | | | | | | | | | | | | | | This reduces the runtime closure of a KDE4 system by ~172 MiB. (cherry picked from commit c2495261a89bcb7393cf745040304c8c3679d2ce)
* | | kde4: Eliminate dev outputs from the closureEelco Dolstra2016-09-303-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | Obviously there are more improvements that can be done here, especially moving headers to .dev, but that's not entirely trivial and probably not worth it since kde4 is old. (cherry picked from commit d65af1353372200e65f3a4cb87f07242af113802)