summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* libsmbios: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60942499
* linux-copperhead: 4.13.1.a -> 4.13.1.bTim Steinbach2017-09-13
|
* reptyr: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60933200
* seabios: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60949790
* syslinux: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60930963
* doc/submitting-changes.xml: suggest "nixos/<module>" prefix for NixOS changesBjørn Forsman2017-09-13
| | | | | | | Commit 8537cf0f818a95073e93ac755e9fa17c30982caa ("CONTRIBUTING.md: suggest "nixos/<module>" prefix for NixOS changes") only changed CONTRIBUTING.md file and forgot about the Nixpkgs manual. (I didn't know this information was stored in two places.)
* x86info: only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60931250
* prelink: Disable on DarwinTuomas Tynkkynen2017-09-13
| | | | | | | https://hydra.nixos.org/build/60439488 A tool that works on ELF files only isn't probably that useful on Darwin.
* firebird: Fix build by using gcc5Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/59941948
* policycoreutils: Fix setuid installTuomas Tynkkynen2017-09-13
|
* mpv: 0.26.0 -> 0.27.0dywedir2017-09-13
|
* Merge pull request #28963 from nlewo/docker-readinessJörg Thalheim2017-09-13
|\ | | | | dockerTools.pullImage: change the docker deamon readiness mechanism
| * dockerTools.pullImage: change the docker deamon readiness mechanismAntoine Eiche2017-09-04
| | | | | | | | | | | | To wait for the docker deamon, curl requests are sent. However, if a http proxy is set, it will respond instead of the docker daemon. To avoid this, we send docker ps command instead of curl command.
* | Merge pull request #29025 from dotlambda/seafile-clientJörg Thalheim2017-09-13
|\ \ | | | | | | seafile-client: add optional Shibboleth support
| * | seafile-client: add optional Shibboleth supportRobert Schütz2017-09-05
| | |
* | | python.pkgs.jupyter_console: 5.0.0 -> 5.2.0Frederik Rietdijk2017-09-13
| | |
* | | blender: 2.78c -> 2.79Eelco Dolstra2017-09-13
| | |
* | | Merge pull request #29263 from jyp/jyp-rename-maintainerFrederik Rietdijk2017-09-13
|\ \ \ | | | | | | | | make my maintainer handle match my github username
| * | | make my maintainer handle match my github usernameJean-Philippe Bernardy2017-09-12
| | | |
* | | | python.pkgs.joblib: move expressionFrederik Rietdijk2017-09-13
| | | |
* | | | Merge pull request #29291 from rvl/fix-python-spacyFrederik Rietdijk2017-09-13
|\ \ \ \ | | | | | | | | | | Fix build of python3Packages.spacy
| * | | | pythonPackages.ftfy: 5.1.1 -> 4.4.3Rodney Lorrimar2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftfy package was added for spaCy and is only used by spaCy. This change downgrades its version to meet the bounds specified by spaCy (>=4.4.2,<5.0.0). Relevant to #28643.
* | | | | PyBrain: Mark as brokenKlaas van Schelven2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's broken on all versions of Python (I've tried 2.7, 3.4, 3.5, 3.6) I think the root cause is that PyBrain is not working with numpy >= 1.12.0 as I reported here: https://github.com/pybrain/pybrain/issues/217 (The relevant release notes may be found here): https://docs.scipy.org/doc/numpy-1.12.0/release.html#compatibility-notes The PyBrain github repo does not seem very active (last commit 18 months ago, last release 3 years), so I have some doubts as to whether this will be fixed any time soon. I suppose an alternative solution could be to reintroduce the explicit dependency to numpy 1.11. But, this is not entirely trivial: in c9b4a2f31991, the versions 1.10, 1.11, 1.12 were folded into a single version. Also, the numpy dependency is not a direct one, but is implied via scipy
* | | | | hpsa service: fallout from #28557 merge and revertVladimír Čunát2017-09-13
| | | | |
* | | | | arc-theme: docs were going to the wrong directoryPeter Hoeg2017-09-13
| | | | |
* | | | | aspcud: add darwin platform supportWinnie Quinn2017-09-13
| | | | | | | | | | | | | | | | | | | | This works because `gringo` now builds on Darwin.
* | | | | Merge pull request #29255 from orivej/asepriteJoachim F2017-09-12
|\ \ \ \ \ | | | | | | | | | | | | aseprite: 0.9.5 -> 1.1.7
| * | | | | aseprite: install desktop iconsOrivej Desh2017-09-12
| | | | | |
| * | | | | aseprite unfree: init at 1.2-beta12Orivej Desh2017-09-12
| | | | | |
| * | | | | aseprite: 0.9.5 -> 1.1.7Orivej Desh2017-09-11
| | | | | |
* | | | | | Merge pull request #29270 from rnhmjoj/btfsJoachim F2017-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | btfs: 2.13 -> 2.17
| * | | | | | btfs: 2.13 -> 2.17rnhmjoj2017-09-12
| |/ / / / /
* | | | | | Merge pull request #29268 from rnhmjoj/pirate-getJoachim F2017-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | pirate-get: 0.2.10 -> 0.2.12
| * | | | | | pirate-get: 0.2.10 -> 0.2.12rnhmjoj2017-09-12
| |/ / / / /
* | | | | | Merge pull request #29284 from abuibrahim/masterJoachim F2017-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | odp-dpdk: fix a typo
| * | | | | | odp-dpdk: fix a typoRuslan Babayev2017-09-12
| | | | | | |
* | | | | | | Merge pull request #29261 from mbrock/masterJoachim F2017-09-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | emacs: 25.2 -> 25.3
| * | | | | | | emacs: 25.2 -> 25.3Mikael Brockman2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00211.html > This is an emergency release to fix a security vulnerability in Emacs. > > Enriched Text mode has its support for decoding 'x-display' disabled. > This feature allows saving 'display' properties as part of text. > Emacs 'display' properties support evaluation of arbitrary Lisp forms > as part of instantiating the property, so decoding 'x-display' is > vulnerable to executing arbitrary malicious Lisp code included in the > text (e.g., sent as part of an email message).
* | | | | | | | Merge pull request #29211 from fadenb/graylog_pluginsJoachim F2017-09-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | graylogPlugins: update existing and add new plugins
| * | | | | | | | graylogPlugins: update and add pluginsTristan Helmich2017-09-10
| | | | | | | | |
* | | | | | | | | Merge pull request #29276 from sigma/pr/hugo-0.27Jörg Thalheim2017-09-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hugo: 0.26 -> 0.27
| * | | | | | | | | hugo: 0.26 -> 0.27Yann Hodique2017-09-11
| | | | | | | | | |
* | | | | | | | | | nginx: disable pie on darwinDaiderd Jordan2017-09-12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #29184 from Ma27/yabar/install-hooksRobert Helgesson2017-09-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | yabar: minor derivation improvements
| * | | | | | | | | | yabar: add `unstable` packageMaximilian Bosch2017-09-12
| | | | | | | | | | |
| * | | | | | | | | | yabar: add optional `configFile` value to derivationMaximilian Bosch2017-09-11
| | | | | | | | | | |
| * | | | | | | | | | yabar: cleanup derivationMaximilian Bosch2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latest changes from `yabar` require several changes in the derivation to build the package successfully.
* | | | | | | | | | | kyotocabinet: fix darwin buildDaiderd Jordan2017-09-12
| | | | | | | | | | |
* | | | | | | | | | | python-keyring: disable tests on darwinDaiderd Jordan2017-09-12
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #29253 from knedlsepp/fix-pythonPackages.audiotoolsDaiderd Jordan2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.audiotools: Fix darwin build