summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* types.submodule: Replace a friendly comment by a more gentle one.Nicolas B. Pierron2017-10-30
|
* ocamlPackages.camlp5: 7.02 -> 7.03Vincent Laporte2017-10-30
|
* nixos/gitlab: fix secret generationMárton Boros2017-10-30
| | | | This line previously produced an error and an empty secret file.
* nixos/gitlab: fix preStart scriptMárton Boros2017-10-30
|
* nixos/gitlab: fix hard-coded database nameMárton Boros2017-10-30
|
* Fix idrisPackages.with-packagesMatthew Pickering2017-10-30
| | | | | 1. The ln step was failing due to a file already existing 2. gcc was invoked directly which caused failure on OS X.
* Merge pull request #30953 from teto/sxivJoachim F2017-10-30
|\ | | | | sxiv: installs .desktop file
| * sxiv: installs .desktop fileMatthieu Coudron2017-10-31
| | | | | | | | | | sxiv won't appear in meus as it has NoDisplay but it can be used to generate the mimetypes.
* | Merge pull request #30948 from adisbladis/pythonPackages.ofxclient-bs4Frederik Rietdijk2017-10-30
|\ \ | | | | | | pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3
| * | pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3adisbladis2017-10-30
| | |
* | | Merge pull request #30847 from csingley/plexpy_prFrederik Rietdijk2017-10-30
|\ \ \ | |/ / |/| | plexpy: init at 1.4.25
| * | PlexPy serviceChristopher Singley2017-10-29
| | |
| * | PlexPy: init at 1.4.25Christopher Singley2017-10-29
| | |
* | | Merge pull request #30933 from iblech/patch-2Orivej Desh2017-10-30
|\ \ \ | | | | | | | | mupdf: correct license meta information
| * | | mupdf: correct license meta informationIngo Blechschmidt2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The website of MuPDF says that MuPDF is licensed under the terms of the GNU Affero General Public License. However, I didn't see which version of that license they mean. A clear statement that MuPDF is licensed under the terms of AGPL >= 3 is included in the README file of their Git repository: git://git.ghostscript.com/mupdf.git
* | | | Merge pull request #30928 from Mankarse/lua-5.3.4Orivej Desh2017-10-30
|\ \ \ \ | | | | | | | | | | lua5_3: 5.3.0 -> 5.3.4
| * | | | lua5_3: 5.3.0 -> 5.3.4Evan Wallace2017-10-29
| | | | | | | | | | | | | | | | | | | | Updated to latest upstream version
* | | | | Merge pull request #30132 from 4z3/kill-kde-locale-5Orivej Desh2017-10-30
|\ \ \ \ \ | | | | | | | | | | | | kdeApplication: kill unused file kde-locale-5.nix
| * | | | | kdeApplication: kill unused file kde-locale-5.nixtv2017-10-05
| | | | | |
* | | | | | coqPackages.dpdgraph: remove support for coq 8.7Maxime Dénès2017-10-30
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | coqPackages_8_7.dpdgraph won't build since Coq 8.7.0 is not yet supported upstream.
* | | | | Merge pull request #30914 from tilpner/chez-updateAustin Seipp2017-10-29
|\ \ \ \ \ | | | | | | | | | | | | chez: 9.4 -> 9.5
| * | | | | chez: 9.4 -> 9.5tilpner2017-10-29
| | | | | |
* | | | | | pythonPackages.nwdiag: unbreak evalBjørn Forsman2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oops, this should have been part of commit afd4a17ee5abada65616b0f3566813c08b7c4376 ("pythonPackages.nwdiag: move to python-modules/"). I noticed 2 seconds to late!
* | | | | | pythonPackages.usbtmc: 0.6 -> 0.8Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.pyusb: 1.0.0 -> 1.0.2Bjørn Forsman2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Also, fetchurl -> fetchPypi.
* | | | | | pythonPackages.dpkt: 1.8 -> 1.9.1Bjørn Forsman2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fetchurl -> fetchPypi * Tests work now. * Package is py3k compatible now.
* | | | | | pythonPackages.pycollada: 0.4.1 -> 0.5Bjørn Forsman2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | * fetchurl -> fetchPypi
* | | | | | pythonPackages.construct: 2.8.10 -> 2.8.16Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.autopep8: 1.0.4 -> 1.3.3Bjørn Forsman2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pep8 package is renamed to pycodestyle and autopep8 references the new name. (Also, fetchurl -> fetchPypi.)
* | | | | | pythonPackages.llfuse: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.pyev: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.usbtmc: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.pyusb: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.scapy: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.seqdiag: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.robotframework-ride: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.robotframework: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.robomachine: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.Pyro: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.nwdiag: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.gevent: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.dpkt: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.pycollada: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.construct: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.blockdiag: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | pythonPackages.autopep8: move to python-modules/Bjørn Forsman2017-10-29
| | | | | |
* | | | | | Merge pull request #30935 from jonafato/corebird-1.7.1Joachim F2017-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | corebird: 1.6 -> 1.7.1
| * | | | | | corebird: 1.6 -> 1.7.1Jon Banafato2017-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update corebird to the latest release.
* | | | | | | fwupd: Remove manual rpath settings now that meson is fixed.Shea Levy2017-10-29
|/ / / / / / | | | | | | | | | | | | | | | | | | Thanks @yegortimoshenko!
* | | | | | Merge pull request #30921 from andir/vdirsyncer-requests_oauthlibFrederik Rietdijk2017-10-29
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | vdirsyncer: added requests_oauthlib to propagatedBuildInputs