about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | arelle: fix build, use current python3 (#46862)xeji2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was pinned to python34, build failed in dependency python34Packages.pytest. Use python3(6) instead.
* | | | | | | | lightdm: ensure run-directory is /run/lightdm (#46907)worldofpeace2018-09-19
| |/ / / / / / |/| | | | | |
* | | | | | | git-annex: update sha256 hash for new version 6.20180913Peter Simons2018-09-19
| | | | | | |
* | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/439b9af37fd8bde15e6e18a19fc6d27eb174d27a.
* | | | | | | cabal2nix: update yaml override to the latest versionPeter Simons2018-09-19
| | | | | | |
* | | | | | | cabal-install: use newer version of Cabal libraryMichael Alan Dorman2018-09-19
| | | | | | |
* | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/d5215acecc540c5969196ce0dbc2b51ff577dcc8.
* | | | | | | LTS Haskell 12.10Peter Simons2018-09-19
| | | | | | |
* | | | | | | Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactorPeter Simons2018-09-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
| * | | | | | | haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1Chris Ostrouchov2018-09-19
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Author acknowleges test failing (change when no longer 0.3.2.1). https://github.com/lierdakil/pandoc-crossref/issues/199
* | | | | | | datadog-agent: remove privateTmp=trueDomen Kožar2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows postgres integration to connect to socket in /tmp
* | | | | | | jekyll: 3.8.3 -> 3.8.4 (security)Michael Weiss2018-09-19
| | | | | | |
* | | | | | | gollum: 4.1.2 -> 4.1.3Michael Weiss2018-09-19
| | | | | | |
* | | | | | | Merge pull request #46905 from obsidiansystems/zlib-iosJohn Ericson2018-09-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zlib: Fix iOS cross build
| * | | | | | | zlib: Fix iOS cross buildJohn Ericson2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. CHOST is how one specifies the cross host platform with this non-standard configure script. We were just getting lucky with Linux cross. 2. install_name_tool needs the the binutils prefix.
* | | | | | | | appimage-run: Support type-1 Appimages (#45973)Till Höppner2018-09-19
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | This attempts to detect older appimages and extract them in the same manner as new ones, without changing filesystem paths
* | | | | | | signal-desktop: 1.16.0 -> 1.16.1Michael Weiss2018-09-19
| | | | | | |
* | | | | | | lightdm: fix tmpfiles path (#46886)Edmund Wu2018-09-19
| | | | | | |
* | | | | | | exempi: fix i686 build (#46884)xeji2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | failed with `unknown symbol __divmoddi4`. Standard fix is to use gcc6.
* | | | | | | nixos/tests/hibernate: prevent non-deterministic failure (#46882)xeji2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... that occurred mostly on i686. Improve timing. With this, the failures are no longer reproducible on my machine.
* | | | | | | nixos/tests/containers-imperative: fix on i686 (#46874)xeji2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Test failed on i686 in a sandbox because some packages required to build the nixos manual for the container were missing. Add them.
* | | | | | | openxpki: fix build, use current python3Packages (#46860)xeji2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Build used python34Packages and failed because python34Packages.pytest didn't build anymore. Use python3Packages instead.
* | | | | | | czmq: 4.0.2 -> 4.1.1 (#46855)xeji2018-09-19
| | | | | | |
* | | | | | | pythonPackages.nilearn: fix test_signal tests (#46850)xeji2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests failed on some machines, probably due to lower arithmetic presicion. Reduce required precision from 13 to 8 decimal digits.
* | | | | | | Merge pull request #46895 from Mic92/typeguardJörg Thalheim2018-09-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3.pkgs.typeguard: fix builds by applying utf-8 locales
| * | | | | | | python3.pkgs.typeguard: fix builds by applying utf-8 localesJörg Thalheim2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZHF #45960
* | | | | | | | Merge pull request #46894 from romildo/upd.zuki-themesJörg Thalheim2018-09-19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | zuki-themes: 3.28-1 -> 3.28-3
| * | | | | | | zuki-themes: 3.28-1 -> 3.28-3José Romildo Malaquias2018-09-19
| | | | | | | |
* | | | | | | | plano-theme: 3.28-2 -> 3.28-3 (#46892)José Romildo Malaquias2018-09-19
| | | | | | | |
* | | | | | | | Merge pull request #46887 from mamciek/myrepos-1.20170129Jörg Thalheim2018-09-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mr: 1.20170129 -> 1.20180726
| * | | | | | | | mr: 1.20170129 -> 1.20180726Maciej Mazur2018-09-19
| | | | | | | | |
* | | | | | | | | Merge pull request #46843 from jslight90/mattermostRyan Mulligan2018-09-19
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | mattermost: 5.1.0 -> 5.3.0
| * | | | | | | | mattermost: 5.1.0 -> 5.3.0Jeff Slight2018-09-17
| | | | | | | | |
* | | | | | | | | homebank: 5.1.8 -> 5.2.1Pascal Wittmann2018-09-19
| | | | | | | | |
* | | | | | | | | python/hetzner: 0.8.0 -> 0.8.1aszlig2018-09-19
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only a minor bugfix release and updates the fallback CA root certificates. For NixOS this is usually not required as the probe paths will match there, but for non-NixOS users it might be helpful. Signed-off-by: aszlig <aszlig@nix.build>
* | | | | | | | Revert "iasl: 20180313 -> 20180629 (#46272)"Uli Baum2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 11d0ae36326ebe127ae9d5637d3cfbf4aa741714. It broke xen.
* | | | | | | | Merge pull request #46871 from dtzWill/fix/musl-misc-upstreamxeji2018-09-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | musl: apply other selected upstream fixes while rebuilding
| * | | | | | | | musl: apply other upstream fixes, selected for relevance to NixOS usageWill Dietz2018-09-18
| | | | | | | | |
* | | | | | | | | Merge pull request #46877 from marsam/feature/fix-noti-darwinadisbladis2018-09-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | noti: fix darwin build
| * | | | | | | | | noti: fix darwin buildMario Rodas2018-09-18
| | | | | | | | | |
* | | | | | | | | | ddccontrol-db: 20061014 -> 20180908 (#46865)Benjamin Staffin2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The project has moved to Github and has a totally different build process since 2006
* | | | | | | | | | Merge pull request #46880 from endgame/dockerTools-pullImage-archlewo2018-09-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dockerTools.pullImage: correct default arch
| * | | | | | | | | | dockerTools.pullImage: correct default archJack Kelly2018-09-19
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #46868 from benley/ddccontroladisbladis2018-09-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ddccontrol: 0.4.2 -> 0.4.4
| * | | | | | | | | | ddccontrol: 0.4.2 -> 0.4.4Benjamin Staffin2018-09-18
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #46878 from bhipple/add/python-binanceadisbladis2018-09-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pythonPackages.python-binance: init at 0.7.0
| * | | | | | | | | | pythonPackages.python-binance: init at 0.7.0Benjamin Hipple2018-09-18
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Library for communicating with the Binance REST API.
* | | | | | | | | | sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)Will Dietz2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
* | | | | | | | | | sudo: 1.8.24 -> 1.8.25 (#46057)Will Dietz2018-09-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.sudo.ws/stable.html (may need to scroll to the 1.8.25 notes afternewer versions are released) (cherry picked from commit d93aa1c50fc8a83be1c709f905d8c94e1677845f)
* | | | | | | | | Merge pull request #46870 from dtzWill/fix/musl-file-lockingxeji2018-09-19
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | musl: apply upstream fix for locking race, minor cleanup