about summary refs log tree commit diff
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.
* Merge pull request #25304 from copumpkin/check-metaDaniel Peebles2017-04-28
|\ | | | | stdenv-generic: add meta attribute checking
| * 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
| |
* | display-managers: Fix the xsession parametersMichael Weiss2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The xsession script was called with inconsistent (depending on the display managers) and wrong parameters. The main reason for this where the spaces the parameter syntax. In order to fix this the old syntax: $1 = '<desktop-manager> + <window-manager>' Will be replaced with a new syntax: $1 = "<desktop-manager>+<window-manager>" This assumes that neither "<desktop-manager>" nor "<window-manager>" contain the "+" character but this shouldn't be a problem. This patch also fixes the quoting by using double quotes (") instead of single quotes (') [0]. Last but not least this'll add some comments for the better understanding of the script. [0]: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html
* | 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.
* | Merge pull request #25291 from periklis/topic_fix_emscriptenGabriel Ebner2017-04-28
|\ \ | | | | | | emscripten: fix closure-compiler path
| * | 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
| |
* | Merge pull request #25110 from iSma/fix/trackpoint-scrolling-etps-elantechPascal Wittmann2017-04-28
|\ \ | | | | | | Add Elantech ETPS/2 Trackpoint (ThinkPad Yoga 260)
| * | Add Elantech ETPS/2 Trackpoint (ThinkPad Yoga 260)Ismaïl Senhaji2017-04-22
| | |
* | | wallabag: 2.1.6 -> 2.2.2 (#25120)schneefux2017-04-28
| | |
* | | nixos: hydra: sync with upstream hydra moduleDomen Kožar2017-04-28
| | |
* | | yesod-auth-oauth2: jailbreak because of outdated dependenciesPascal Wittmann2017-04-28
| | |
* | | Merge pull request #25128 from jb55/fix/plex-startupJoachim F2017-04-28
|\ \ \ | | | | | | | | plex: fix startup issue
| * | | plex: fix startup issueWilliam Casarin2017-04-23
| | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue with plex on startup Fixes #24090
* | | | Merge pull request #21227 from lheckemann/vgaswitcherooJoachim F2017-04-28
|\ \ \ \ | | | | | | | | | | amd-hybrid-graphics: fix race condition
| * | | | amd-hybrid-graphics: fix race conditionLinus Heckemann2016-12-17
| | | | |
* | | | | 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 #25181 from indiscipline/aria2.serviceAlexey Shmalko2017-04-28
|\ \ \ \ \ | | | | | | | | | | | | Implement aria2 service for controlling a daemon via rpc.
| * \ \ \ \ Merge branch 'master' into aria2.serviceKirill2017-04-27
| |\ \ \ \ \
| * | | | | | Fix indentation. Fix openPorts option default to false.Kirill2017-04-27
| | | | | | |
| * | | | | | Implement aria2 service for controlling a daemon via rpc.Kirill2017-04-24
| | | | | | |
* | | | | | | 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
| | | | | | | |
* | | | | | | | fix annoying line endingsPeter 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
| * | | | | | | | lib platform parsing: Turn assertion back onJohn Ericson2017-04-27
| | | | | | | | |
* | | | | | | | | Merge pull request #25269 from awakenetworks/parnell/terraform-bumpDaniel Peebles2017-04-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | terraform: 0.9.3 -> 0.9.4