about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* rustcMaster: Fix versionRicardo M. Correia2014-09-29
|
* rustcMaster: Update to a more recent commitRicardo M. Correia2014-09-29
|
* grsecurity: Update stable and test patchesRicardo M. Correia2014-09-29
| | | | | stable: 3.0-3.14.19-201409180900 -> 3.0-3.14.19-201409282024 test: 3.0-3.16.3-201409180901 -> 3.0-3.16.3-201409282025
* Python on Darwin: Don't depend on glibc localesWout Mertens2014-09-29
|
* Updated bash to patch 50.Shell Turner2014-09-29
| | | | | This fully mitigates Shellshock and related parsing vulnerabilities, due to attackers never controlling environment variable names.
* Updating lesstif to 0.95.2 (2009).Lluís Batlle i Rossell2014-09-29
| | | | | | | | Some patches can be removed. I updated it because the scroll wheel was going the oposite direction in ddd. https://bugs.launchpad.net/ubuntu/+source/ddd/+bug/37664 (cherry picked from commit 0115853aa97ec5d6acbdb48fd2f0db0df43258c1)
* Updating toxic to 0.5.1Lluís Batlle i Rossell2014-09-29
|
* Updating utox/libtoxcore to the latest, to fix utox build.Lluís Batlle i Rossell2014-09-29
| | | | | There was a test failing. I also renamed the attr uTox to utox, for the more common lowercase in all-packages.
* Fixing libtoxcore libvpx propagate.Lluís Batlle i Rossell2014-09-29
|
* Fix toxic install for DHTnodes and other share files.Lluís Batlle i Rossell2014-09-29
|
* Making tox/toxic A/V libs disabled in ARM.Lluís Batlle i Rossell2014-09-29
|
* Adding qtox. Making libtoxcore propagate libvpx.Lluís Batlle i Rossell2014-09-29
|
* Updating utox (fixing PREFIX too)Lluís Batlle i Rossell2014-09-29
|
* Updating toxic/libtoxcore/libsodiumLluís Batlle i Rossell2014-09-29
|
* Fixed idris wrapper to make idris work with different backends.Maksymilian Owsianny2014-09-29
| | | | Closes #4314
* Merge pull request #4313 from NixOS/fastReplaceDepsroconnor2014-09-28
|\ | | | | Exponentially reduce computation time needed for replace-dependency by u...
| * Exponentially reduce computation time needed for replace-dependency by using ↵Russell O'Connor2014-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memoization. This patch makes two changes. (1) It memoizes the computation of dependsOnOld. (2) It replaces rewrittenDerivations with a similar memoized table rewriteMemo. This prevents the entire tree of run-time dependencies from being traversed and instead only traverses the graph of run-time dependencies. In the case of deep dependency changes (such as changing one's bash version for an entire NixOS system) this can lead to an exponential speedup in processing time because shared dependencies are no longer traversed multiple times. This patch isn't quite derivation-per-derivation equivalent to the original computation. There are two immaterial differences. (1) The previous version would always call upon sed to replace oldDependency with newDependency even when the store object being updated doesn't directly depend on oldDependency. The new version only replaceds oldDependency with newDependency when the store object being updated actually directly depends on oldDependency (which means there is actually a hash to replace). (2) The previous version would list the old store object as a source input of the new store object, *except* for the root derivation being updated. Because the root derivation being updated has its actual derivation avaiable the previous verions would make the updated root derivation depend on the old derivation as a derivation input instead of a source input. The new version always lists the old store object as a source input, including the root derivation.
* | nix-exec: set platformsShea Levy2014-09-28
| |
* | Merge pull request #4309 from abbradar/paprefsMateusz Kowalczyk2014-09-28
|\ \ | | | | | | added "paprefs" package, adopted pavucontrol
| * | paprefs: Add packageNikolay Amiantov2014-09-28
| | |
| * | pavucontrol: Adopt and clean dependenciesNikolay Amiantov2014-09-28
| | |
* | | Mednafen: update to 0.9.36.4AndersonTorres2014-09-28
| | | | | | | | | | | | Closes #4304
* | | Xiphos: update to 3.2.2AndersonTorres2014-09-28
| | | | | | | | | | | | Closes #4312
* | | mpv: update to 0.5.4AndersonTorres2014-09-28
| | | | | | | | | | | | | | | | | | Also, a small update on internal let-waf expression Closes #4306
* | | Tilda: update to 1.1.13AndersonTorres2014-09-28
| | | | | | | | | | | | Closes #4307
* | | Add nix-exec packageShea Levy2014-09-28
| | |
* | | Merge pull request #4289 from muflax/zshThomas Tuegel2014-09-28
|\ \ \ | | | | | | | | zsh: version bump to 5.0.6 and enable pcre
| * | | zsh: bump versionmuflax2014-09-27
| | | |
| * | | zsh: enable pcremuflax2014-09-27
| | | |
* | | | fontconfig: stop using xml:space; vital for nixos+2.11Vladimír Čunát2014-09-28
| | | | | | | | | | | | | | | | | | | | This is a proper fix for problems described in ec985c8ffa6d29 . The code is from @lethalman.
* | | | nsd: fix description, license and platformsChristoph Hrdinka2014-09-28
| | | |
* | | | nsd: update to version 4.1.0Christoph Hrdinka2014-09-28
| | | |
* | | | nsd: add hrdinka to maintainersChristoph Hrdinka2014-09-28
| |_|/ |/| |
* | | Merge pull request #4302 from k0ral/tty-clockPascal Wittmann2014-09-28
|\ \ \ | | | | | | | | New package: tty-clock-0.1
| * | | New package: tty-clock-0.1koral2014-09-28
| | | |
* | | | pythonPackages.configobj: new version needs six as dependencyRok Garbas2014-09-28
| | | |
* | | | Merge pull request #4301 from AndersonTorres/windowmakerPascal Wittmann2014-09-28
|\ \ \ \ | |/ / / |/| | | Windowmaker: update to 0.95.6
| * | | Windowmaker: update to 0.95.6AndersonTorres2014-09-27
| | | |
* | | | agda-iowa-stdlib: renamed from aaron-stump-stdlibMateusz Kowalczyk2014-09-28
| | | | | | | | | | | | | | | | Per author's request.
* | | | package update: go-1.3.1 -> go-1.3.2Siarhei Zirukin2014-09-28
| | | | | | | | | | | | | | | | Closes #4279
* | | | pythonPackages.nose: disable testsDomen Kožar2014-09-27
| | | |
* | | | python3Packages.pelican: fix buildDomen Kožar2014-09-27
| | | |
* | | | python2nix: update to latestBjørn Forsman2014-09-27
|/ / / | | | | | | | | | Switch to upstream repo now that pull request #3 is merged.
* | | bro: update from 2.1 to 2.3.1Pascal Wittmann2014-09-27
| | |
* | | thunderbird: maintenance updateVladimír Čunát2014-09-27
| | | | | | | | | | | | The corresponding security problem should've been fixed by the latest nss update.
* | | kde-4.14: fix kactivities downloadVladimír Čunát2014-09-27
| | | | | | | | | | | | | | | It was not released with 4.14. http://osdir.com/ml/kde-commits/2014-07/msg02039.html
* | | merge #4265: add KDE 4.14.1Vladimír Čunát2014-09-27
|\ \ \
| * | | kde-4.14: Make it all build.ambrop7@gmail.com2014-09-24
| | | |
| * | | indilib: Add version 0.9.9.ambrop7@gmail.com2014-09-24
| | | |
| * | | kde-4.14: Adjust fixed output hashes.ambrop7@gmail.com2014-09-24
| | | |