summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-10
|
* Merge pull request #31488 from adisbladis/awscliOrivej Desh2017-11-10
|\ | | | | awscli: 1.11.162 -> 1.11.185
| * awscli: 1.11.162 -> 1.11.185adisbladis2017-11-11
| |
| * aws_shell: Move out of python-packages.nixadisbladis2017-11-11
| |
| * pythonPackages.s3transfer: 0.1.10 -> 0.1.11adisbladis2017-11-11
| |
| * pythonPackages.botocore: 1.7.20 -> 1.7.43adisbladis2017-11-11
| |
* | Merge pull request #31416 from earldouglas/ebook2cwOrivej Desh2017-11-10
|\ \ | | | | | | ebook2cw: init at 0.8.2
| * | ebook2cw: init at 0.8.2James Earl Douglas2017-11-09
| | |
* | | Merge pull request #31374 from cstrahan/doasRenaud2017-11-10
|\ \ \ | | | | | | | | doas: init at 6.0
| * | | doas: init at 6.0Charles Strahan2017-11-07
| | | | | | | | | | | | | | | | Portable version of the OpenBSD `doas` command.
* | | | Merge pull request #31450 from dhess/perl-procfind2Renaud2017-11-10
|\ \ \ \ | | | | | | | | | | Add perl-Perlosnames and perl-Proc-Find
| * | | | perl-Proc-Find: init at 0.04.Drew Hess2017-11-09
| | | | |
| * | | | perl-Perlosnames: init at 0.11Drew Hess2017-11-09
| | | | |
* | | | | python.pkgs.futures: 3.0.5 -> 3.1.1Nikolay Amiantov2017-11-10
| |_|_|/ |/| | |
* | | | clingo: init at 5.2.2Michael Raskin2017-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that clasp (included in clingo) is already packaged separately, but only an earlier version. As it is used by OPAM, but will stop being used by OPAM later (and I want to grab the name for Clasp the Common Lisp implementation), I decided to package clingo as a whole (as recommended), but to leave clasp until OPAM stops needing it.
* | | | libgit2: fix darwin buildDaiderd Jordan2017-11-09
| | | |
* | | | nixpkgs: remove busted 'tmin' packageAustin Seipp2017-11-09
|/ / / | | | | | | | | | | | | | | | Obsoleted by afl-tmin Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | paperwork-backend: Move into its own fileaszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is most likely only used by Paperwork and thus it makes sense to put it next to the main expression of Paperwork. No functional changes here, evaluating before this commit and afterwards leads to the same derivation hash. Signed-off-by: aszlig <aszlig@nix.build>
* | | paperwork-backend: Add myself to maintainersaszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | Both Paperwork and its backend API are very likely to be updated in par, but even when not whenever I work on Paperwork I'll check the backend as well. Signed-off-by: aszlig <aszlig@nix.build>
* | | paperwork(-backend): Fix meta.homepageaszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While updating Paperwork in 1b1cc34020a09c740bf8263daa9cc07d8ae52424 I actually changed the GitHub URL to its new location. However, the actual homepage of Paperwork is https://openpaper.work/ so let's use that instead of the GitHub URL. Signed-off-by: aszlig <aszlig@nix.build> Reported-by: @volth
* | | kernel: add beagleboard.org kernelDrew Hess2017-11-09
| | | | | | | | | And update the existing platform variant to use it
* | | Merge pull request #31394 from xvapx/sybaseLancelot SIX2017-11-09
|\ \ \ | | | | | | | | pythonPackages.sybase: move to python-modules
| * | | pythonPackages.sybase: move to python-modulesMarti Serra2017-11-08
| | | |
* | | | qtox: fix compilationPeter Hoeg2017-11-09
| | | |
* | | | paperwork(-backend): 1.2 -> 1.2.1aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: Paperwork-GUI 1.2.1: * Add source code of Windows installer (NSIS installer) generator * Scanner support / Multi-scan: Cancel also successful scan session. Otherwise some scanner won't allow new scan sessions later. * Remove gi version warnings when starting (thanks to Matthieu Coudron) * Documentation: Add missing stdeb dependencies (thanks to Notkea) * paperwork-shell: Fix command 'scan' * paperwork-shell install: add docstring * Fix dialog 'about' Paperwork-backend 1.2.1: * paperwork-shell: improve help string of 'paperwork-shell chkdeps' * Fix label deletion / renaming * Windows: Fix FS.safe() when used for PDF import * Windows: Fix FS.unsafe() (used for PDF export) Full upstream changelog can be found at: https://github.com/openpaperwork/paperwork/releases/tag/1.2.1 Successfully tested building and running Paperwork with a few test scans. Signed-off-by: aszlig <aszlig@nix.build>
* | | | python/pyinsane2: 2.0.9 -> 2.0.10aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: * Now works with 'setup.py develop' (thanks to Matthieu Coudron) * WIA: Some drivers (Lexmark for instance) returns WIA_ERROR_PAPER_EMPTY when calling transfer->Download() instead of returning a shorted image (like HP) * MacOSX + Sane: disable dedicated process workaround (doesn't work) * WIA: Minor optimisation (Use collections.deque() instead of list.pop()) * Sane/exit(): Exit gracefully Full changelog can be found at: https://github.com/openpaperwork/pyinsane/blob/2.0.10/ChangeLog Tested by building and running a few scans. Signed-off-by: aszlig <aszlig@nix.build>
* | | | Merge pull request #30318 from peterhoeg/u/qtoxFranz Pletz2017-11-09
|\ \ \ \ | |_|_|/ |/| | | libmsgpack/libtoxcore/qtox: several related package upgrades
| * | | libmsgpack: 2.0.0 -> 2.1.5Peter Hoeg2017-11-06
| | |/ | |/|
* | | mpdas: init at 0.4.4 (#31398)Sergey Alexandrov2017-11-08
| | | | | | | | | | | | | | | | | | * mpdas: init at 0.4.4 * mpdas: read config from /etc instead from nix store
* | | Merge pull request #30549 from obsidiansystems/bintoolsJohn Ericson2017-11-08
|\ \ \ | | | | | | | | treewide: Introduce stdenv.cc.bintools
| * | | Rename `__targetPackages` to `targetPackages`John Ericson2017-11-05
| | |/ | |/|
* | | perl-String-ShellQuote: add license fieldRobert Helgesson2017-11-08
| | |
* | | keepassxc: rename from keepassx-communityBjørn Forsman2017-11-08
| | | | | | | | | | | | I think the new name is more appropriate, see https://keepassxc.org/.
* | | Merge pull request #31302 from adisbladis/emacsPackages.font-lock-plusOrivej Desh2017-11-08
|\ \ \ | | | | | | | | emacsPackages.font-lock-plus: init at 20170222.1755
| * | | emacsPackages.font-lock-plus: init at 20170222.1755adisbladis2017-11-06
| | | |
* | | | Merge pull request #31341 from orivej/rednotebookOrivej Desh2017-11-07
|\ \ \ \ | | | | | | | | | | Restore and update RedNotebook
| * | | | rednotebook: 1.8.1 -> 2.3Orivej Desh2017-11-07
| | | | |
| * | | | rednotebook: move to applications/editorsOrivej Desh2017-11-06
| | | | |
| * | | | Revert "pythonpackages.redNotebook: Remove outdated package"Orivej Desh2017-11-06
| | | | | | | | | | | | | | | | | | | | This reverts commit 33a56ef0a68cc06298556d866b24f1f2a8286639.
* | | | | Merge pull request #31361 from yegortimoshenko/lmms/1.2.0-rc4Jörg Thalheim2017-11-07
|\ \ \ \ \ | | | | | | | | | | | | lmms: 1.1.90 -> 1.2.0-rc4, Qt5, optional lame, libsoundio, portaudio
| * | | | | lmms: 1.1.90 -> 1.2.0-rc4, Qt5, optional lame, libsoundio, portaudioYegor Timoshenko2017-11-07
| | | | | |
* | | | | | libnsl: init at 1.1.0Tuomas Tynkkynen2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code was formerly part of glibc, but is now standalone to be able to link against TI-RPC for IPv6 support.
* | | | | | Merge pull request #31366 from ravloony/procodileJörg Thalheim2017-11-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | procodile: init at 1.0.17
| * | | | | | procodile: init at 1.0.17Tom Macdonald2017-11-07
| | | | | | |
* | | | | | | Merge pull request #31114 from jraygauthier/jrg/python_selenium_updateSamuel Leathers2017-11-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | selenium: 2.52.0 -> 3.6.0
| * | | | | | pythonV.V-selenium: from 2.52.0 to 3.6.0Raymond Gauthier2017-11-02
| | | | | | |
| * | | | | | geckodriver: init at 0.19.1Raymond Gauthier2017-11-02
| | | | | | |
* | | | | | | Merge branch 'staging'Vladimír Čunát2017-11-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main change: glibc: 2.25-x -> 2.26-y, containing security fixes, and various features and deprecations. Unfortunately, some of the latter still cause (transitively) a couple hundred newly failing jobs. I'm not delaying anymore, so that we have the security fix on master. I mainly patched gcc, llvm and icu, but I can't fix everything...
| * \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2017-11-07
| |\ \ \ \ \ \ \
| * | | | | | | | SDL2: wayland supportgnidorah2017-11-06
| | | | | | | | |