about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | gpart: Broken on DarwinTuomas Tynkkynen2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Never had a successful Darwin build. http://hydra.nixos.org/build/38306346
* | | | | | | Merge pull request #17592 from Profpatsch/libinput-docsRobin Gloster2016-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libinput.accelProfile: improve docs & new default
| * | | | | | | libinput.accelProfile: improve docs & new defaultProfpatsch2016-08-08
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The link to some (of course non-existing, i.e. freedesktop) “libinput” documentation is replaced by a piece of the API documentation. The default is changed since the documentation suggests `adaptive` should be it. https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79 Also fix a missing string conversion for `scrollButton`.
* | | | | | | lib/sources.nix@commitIdFromGitRepo: parenthesize what should always have beenobadz2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes error: cannot coerce a partially applied built-in function to a string, at lib/sources.nix:59:32 I don't understand how this used to work, but doesn't work anymore?
* | | | | | | Merge pull request #17588 from rnhmjoj/nssEelco Dolstra2016-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nss: 3.23 -> 3.24
| * | | | | | | nss: 3.23 -> 3.24rnhmjoj2016-08-07
| | | | | | | |
* | | | | | | | Merge pull request #17100 from abbradar/resume-delayWout Mertens2016-08-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos stage-1: wait for resume devices to appear
| * | | | | | | | nixos stage-1: wait for devices during resumption attemptNikolay Amiantov2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also a microimprovement -- use `test -n` instead of `test -e` since we have already checked that the file exists.
| * | | | | | | | nixos stage-1: move resumption below helper functions' definitionsNikolay Amiantov2016-08-08
| | | | | | | | |
| * | | | | | | | nixos stage-1: factor device waiting into a functionNikolay Amiantov2016-08-08
| | | | | | | | |
* | | | | | | | | Merge pull request #17582 from paperdigits/geeqie-13Robin Gloster2016-08-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | geeqie: 1.2.3 -> 1.3
| * | | | | | | | | geeqie: 1.2.3 -> 1.3Mica Semrick2016-08-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #17545 from lancelotsix/add_django_guardianFrederik Rietdijk2016-08-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add django guardian
| * | | | | | | | | | pythonPackages.django_guardian: init at 1.4.4Lancelot SIX2016-08-05
| | | | | | | | | | |
| * | | | | | | | | | pythonPackages.django_environ: init at 0.4.0Lancelot SIX2016-08-05
| | | | | | | | | | |
| * | | | | | | | | | pythonPackages.django_nose: 1.4.3 -> 1.4.4Lancelot SIX2016-08-05
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #17576 from sternenseemann/masterFrederik Rietdijk2016-08-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | teamspeak_client: 3.0.19.3 -> 3.0.19.4
| * | | | | | | | | | | teamspeak_client: 3.0.19.3 -> 3.0.19.4lukasepple2016-08-07
| | | | | | | | | | | |
* | | | | | | | | | | | pythonPackages.ovh: 0.3.5 -> 0.4.5 (#17566)Lancelot SIX2016-08-08
| | | | | | | | | | | |
* | | | | | | | | | | | pythonPackages.netcdf4: 1.2.1 -> 1.2.4 (#17581)Lancelot SIX2016-08-08
| | | | | | | | | | | |
* | | | | | | | | | | | unity3d: use chromium-suid-sandboxNikolay Amiantov2016-08-08
| | | | | | | | | | | |
* | | | | | | | | | | | chromium-suid-sandbox module: fix descriptionNikolay Amiantov2016-08-08
| | | | | | | | | | | |
* | | | | | | | | | | | gmic: 1.6.5 -> 1.7.4Mica Semrick2016-08-08
| | | | | | | | | | | |
* | | | | | | | | | | | phpfpm service: restructured pool configurationAl Zohali2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From @fpletz: Keep poolConfigs option for backwards-compatibility. The original commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e was previously reverted by c7860cae1a4b54f4b54339142472f00f861fa055 but the issues were resolved.
* | | | | | | | | | | | pythonPackages.searx: fix buildFranz Pletz2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The certifi package was upgraded but searx had a hard dependency on a specific version. It still works with the new version.
* | | | | | | | | | | | haskellPackages.vector-algorithms: added extra build dependencies for ghc ↵Daiderd Jordan2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7.10 (#17586)
* | | | | | | | | | | | Merge pull request #17517 from knedlsepp/add-jsonDaiderd Jordan2016-08-08
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | nlohmann_json: init at 2.0.2
| * | | | | | | | | | | nlohmann_json: init at 2.0.2Josef Kemetmueller2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A header only C++ library for modern JSON.
* | | | | | | | | | | | openssh: 7.2p2 -> 7.3p1 (#17493)Aneesh Agrawal2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove patch for CVE-2015-8325 that has been fixed upstream.
* | | | | | | | | | | | openttd: 1.6.0 -> 1.6.1 (#17580)Kranium Gikos Mendoza2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also disable builds on darwin
* | | | | | | | | | | | wsmancli: fix compilationRobert Helgesson2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this the package build fails with a linking error. Fixes #14872.
* | | | | | | | | | | | emby: 3.0.6020 -> 3.0.6030 (#17565)Tristan Helmich2016-08-07
| | | | | | | | | | | |
* | | | | | | | | | | | hello: doCheck = true; againVladimír Čunát2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #17573.
* | | | | | | | | | | | nmap: 7.01 -> 7.12Franz Pletz2016-08-07
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | nixos-container: Fix missing comma in GetOptionsaszlig2016-08-07
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by fe8f0dbd53fb2497a44be21a177188d5c52e36e7. Tested using "nix-build nixos/tests/containers-imperative.nix". Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @ericbmerritt
* | | | | | | | | | Merge pull request #17574 from DamienCassou/add-checks-back-to-emacs25preMoritz Ulrich2016-08-07
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | emacs25pre: Removes doCheck = false
| * | | | | | | | | emacs25pre: Removes doCheck = falseDamien Cassou2016-08-07
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13573. This package builds fine without this line now.
* | | | | | | | | cpuminer-multi: disable on 686-linux (#17558)arconix2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | upstream bug lucasjones/cpuminer-multi#27
* | | | | | | | | vino: fix dependencies again, fixes #16457Matthijs Steen2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | My previous pull request was for release-15.09, and as such has not been reapplied in master (and thus release-16.09). Previous message: The libXtst dependency was missing, which was required to enable remote control. The other dependencies have been updated as well to reflect the dependencies stated at: https://wiki.gnome.org/Projects/Vino https://git.gnome.org/browse/vino/tree/configure.ac
* | | | | | | | | Merge pull request #17557 from laMudri/spotify-updateRok Garbas2016-08-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Spotify update
| * | | | | | | | | spotify: add mudri as maintainerlaMudri2016-08-06
| | | | | | | | | |
| * | | | | | | | | spotify: 1.0.33 -> 1.0.34laMudri2016-08-06
| | | | | | | | | |
* | | | | | | | | | darktable 2.0.4 -> 2.0.5 (#17568)Mica2016-08-07
| | | | | | | | | |
* | | | | | | | | | NixOS manual: Add docs for Virtualbox guest (#17454)David Reaver2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13311
* | | | | | | | | | Merge pull request #17479 from elitak/factorioRok Garbas2016-08-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Factorio: 0.13.8 -> 0.13.13, mod support
| * | | | | | | | | | factorio: sample modsEric Litak2016-08-03
| | | | | | | | | | |
| * | | | | | | | | | factorio: rudimentary mod support for factorio's nixos moduleEric Litak2016-08-03
| | | | | | | | | | |
| * | | | | | | | | | factorio: 0.13.8 -> 0.13.13Eric Litak2016-08-03
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #17473 from lancelotsix/add_django_1_10Rok Garbas2016-08-07
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add django 1.10
| * | | | | | | | | | | pythonPackags.django: default from 1_9 to 1_10Lancelot SIX2016-08-03
| | | | | | | | | | | |