about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* stdenv-generic: add meta attributes checksEric Sagnes2017-04-29
|
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* treewide: fix assorted issues revealed by the meta checkerDan Peebles2017-04-28
| | | Turns out a couple of the licenses were wrong, as well as being strings.
* stdenv-generic: add meta attribute checkingDan Peebles2017-04-28
| | | | This is turned off by default but I think we should fix all packages to respect it and then turn it on by default
* udiskie: 1.5.1 -> 1.7.0André-Patrick Bubel2017-04-28
|
* Merge pull request #25241 from womfoo/bump/asteriskJoachim F2017-04-28
|\ | | | | update asterisk-stable and asterisk-lts
| * asterisk-lts: 13.13.1 -> 13.15.0Kranium Gikos Mendoza2017-04-26
| |
| * asterisk-stable: 14.2.1 -> 14.4.0Kranium Gikos Mendoza2017-04-26
| |
| * asterisk: patch to remove unresolved symbol warningsKranium Gikos Mendoza2017-04-26
| |
* | wrapGAppsHook: Revert "Correct `wrapProgram` invocations"Peter Simons2017-04-28
| | | | | | | | | | | | | | | | This reverts commit 8b9f153bb9c8156ec4f3d56d61845e432d19dcd6 of https://github.com/NixOS/nixpkgs/pull/25183 because it breaks builds of packages that don't install both a "bin" and a "libexec" directory. See https://github.com/NixOS/nixpkgs/pull/25183#issuecomment-298064769 for more details.
* | emscripten: fix closure-compiler pathPeriklis Tsirakidis2017-04-28
| |
* | ocamlPackages: make explicit some version requirementsVincent Laporte2017-04-28
| |
* | ocamlPackages.cppo: 1.3.2 -> 1.5.0Vincent Laporte2017-04-28
| |
* | ocamlPackages.ocurl: propagate its curl dependencyVincent Laporte2017-04-28
| |
* | Revert "ocamlPackages.llvm: fix hash"Vincent Laporte2017-04-28
| | | | | | | | This reverts commit 0c8cf2809155b8a74df8feccbaa4b272a86b06ed.
* | nixUnstable: 1.12pre5152_915f62fa -> 1.12pre5308_2f21d522Eelco Dolstra2017-04-28
| |
* | wallabag: 2.1.6 -> 2.2.2 (#25120)schneefux2017-04-28
| |
* | yesod-auth-oauth2: jailbreak because of outdated dependenciesPascal Wittmann2017-04-28
| |
* | Merge pull request #25115 from sifmelcara/update/crystal-0.22.0Joachim F2017-04-28
|\ \ | | | | | | crystal: 0.21.0 -> 0.22.0
| * | crystal: 0.21.0 -> 0.22.0mingchuan2017-04-23
| | |
* | | plasma-workspace: 5.9.5 -> 5.9.5.1Thomas Tuegel2017-04-28
| | |
* | | grsecurity: discontinue supportJoachim Fasting2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has decided to make -testing patches private, effectively ceasing free support for grsecurity/PaX [1]. Consequently, we can no longer responsibly support grsecurity on NixOS. This patch turns the kernel and patch expressions into build errors and adds a warning to the manual, but retains most of the infrastructure, in an effort to make the transition smoother. For 17.09 all of it should probably be pruned. [1]: https://grsecurity.net/passing_the_baton.php
* | | Merge pull request #25183 from ahmedtd/fix-wrap-gapps-hookPeter Simons2017-04-28
|\ \ \ | | | | | | | | wrapGAppsHook: Correct `wrapProgram` invocations
| * | | wrapGAppsHook: Correct `wrapProgram` invocationsTaahir Ahmed2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes several defects in the way `wrapGAppsHook` selected the executable to wrap. Previously, it would wrap any top-level files in the target `/bin` and `/libexec` directories, including directories and non-executable files. In addition, it failed to wrap files in subdirectories. Now, it uses `find` to iterate over these directory hierarchies, selecting only executable files for wrapping.
* | | | linux: 4.4.63 -> 4.4.64Tim Steinbach2017-04-27
| | | |
* | | | linux: 4.10.12 -> 4.10.13Tim Steinbach2017-04-27
| | | |
* | | | linux: 4.9.24 -> 4.9.25Tim Steinbach2017-04-27
| | | |
* | | | speedcrunch: allow building with qt 5.8Peter Hoeg2017-04-28
| | | |
* | | | xca: now works with qt 5.8Peter Hoeg2017-04-28
| | | |
* | | | Merge pull request #25275 from Ericson2314/platform-normalizeJohn Ericson2017-04-27
|\ \ \ \ | | | | | | | | | | lib platform parsing: Fix windows support to conform to LLVM
| * | | | cross mingw: Enable C++ on i686John Ericson2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | Actually the old check wasn't being hit because a slightly different target triple was being used.
| * | | | release-cross: Add final "-gnu" to fuloong tripleJohn Ericson2017-04-27
| | | | |
| * | | | lib platform parsing: Fix windowsJohn Ericson2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no more `cygwin` OS, but instead a `cygnus` abi. "win32" and "mingw32" parse as `windows`. Add a 3-part hack because autotools breaks on explicit abi with windows-like (e.g. "i686-pc-windows-gnu"). Also change cross triples to conform
* | | | | Merge pull request #25269 from awakenetworks/parnell/terraform-bumpDaniel Peebles2017-04-27
|\ \ \ \ \ | | | | | | | | | | | | terraform: 0.9.3 -> 0.9.4
| * | | | | terraform: 0.9.3 => 0.9.4Parnell Springmeyer2017-04-27
| | | | | |
* | | | | | shibboleth-sp: minor fixesDan Peebles2017-04-27
| | | | | |
* | | | | | opensaml-cpp: minor fixes to meta fields and parallel buildingDan Peebles2017-04-27
| | | | | |
* | | | | | xml-tooling-c: minor fixes to meta fieldsDan Peebles2017-04-27
| | | | | |
* | | | | | log4cpp: minor fixes to meta fieldsDan Peebles2017-04-27
| | | | | |
* | | | | | tor: 0.2.9.10 -> 0.3.0.6Joachim Fasting2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First stable release in the 0.3 series. https://blog.torproject.org/blog/tor-0306-released-new-series-stable
* | | | | | acct: 6.6.2 -> 6.6.3Armijn Hemel2017-04-27
| | | | | |
* | | | | | clutter: Add gtk3 to buildInputs (#24815)Jon Banafato2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | This is similar to the same change made in PR #12996. Fixes #21509 (makes `gnome3.sushi` work again).
* | | | | | weechat: fix guile pluginLinus Heckemann2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #25270
* | | | | | sysbench: 2015-04-22 -> 1.0.6Graham Christensen2017-04-27
| | | | | |
* | | | | | nginxMainline: 1.11.13 -> 1.13.0Franz Pletz2017-04-27
| | | | | |
* | | | | | plasma5: 5.9.4 -> 5.9.5Thomas Tuegel2017-04-27
| | | | | |
* | | | | | mesos: 1.1.0 -> 1.1.1Azul2017-04-27
| | | | | |
* | | | | | wordpress: 4.7.3 -> 4.7.4Bas van Dijk2017-04-27
| | | | | | | | | | | | | | | | | | | | | | | | See: https://wordpress.org/news/2017/04/wordpress-4-7-4/
* | | | | | Merge pull request #25124 from sigma/pr/emacs-25.2Franz Pletz2017-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | emacs: 25.1 -> 25.2
| * | | | | | emacs-macport: align buildInputs and configureFlags on emacsYann Hodique2017-04-22
| | | | | | |