summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | 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
| * | | | | musl: apply upstream fix for file locking raceWill Dietz2018-09-18
| | | | | |
| * | | | | musl: convert CFLAGS to arrayWill Dietz2018-09-18
| | | | | |
* | | | | | Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flagJohn Ericson2018-09-18
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | haskell infra: Also pass `--with-ar` in cross builds
| * | | | haskell infra: Also pass `--with-ar` in cross buildsJohn Ericson2018-09-18
| | | | |
* | | | | codimd: remove unneeded defaultsWilliButz2018-09-18
| | | | |
* | | | | codimd: fix option `configuration.saml.idpCert`WilliButz2018-09-18
| |/ / / |/| | |
* | | | Merge pull request #46857 from obsidiansystems/darwin-to-linux-prepJohn Ericson2018-09-18
|\ \ \ \ | | | | | | | | | | misc pkgs: various cross fixes in preparation for darwin->linux
| * | | | gcc: Clarify Disabling libmpx in cross stage staticJohn Ericson2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't a MUSL thing, but just needed for cross compilation to x86. No one had tried this when all cross compilation was to linux + glibc, hence why no one noticed this until recently.
| * | | | gccCrossStageStatic: Don't use MUSL, or any libc when targetting linuxJohn Ericson2018-09-18
| | | | | | | | | | | | | | | | | | | | Only the regular GCC is built with a libc dependency.
| * | | | stdenv linux, stdenv cross: Harmonize extraNativeBuildInputsJohn Ericson2018-09-18
| | | | | | | | | | | | | | | | | | | | Want to make sure these are the same per host platform, without duplication.
| * | | | mkDerivation: Make `separateDebugInfo` assertion lazier to match other ↵John Ericson2018-09-18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | assertions This is needed to access attributes of derivations on platforms where they cannot be built.
* | | | nixos/activation: Switch from bash to sh to avoid reading users bash config ↵Elis Hirwing2018-09-18
| | | | | | | | | | | | | | | | | | | | (#46851) This fixes #46750. This should also work with non-POSIX shells like in #46042.
* | | | Merge pull request #46837 from Taneb/JuicyPixels-docsBas van Dijk2018-09-18
|\ \ \ \ | | | | | | | | | | haskellPackages.JuicyPixels: re-enable Haddock
| * | | | haskellPackages.JuicyPixels: re-enable HaddockNathan van Doorn2018-09-18
| | | | | | | | | | | | | | | This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
* | | | | Merge pull request #46849 from worldofpeace/lollypop-portal/fix-buildJan Tojnar2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | lollypop-portal: add python3
| * | | | | lollypop-portal: add python3worldofpeace2018-09-18
| | |_|/ / | |/| | |
* | | | | datadog-integrtaions-core: 2018-05-27 -> 2018-09-18Domen Kožar2018-09-18
| | | | |
* | | | | Merge pull request #46848 from worldofpeace/aesop/fix-buildJan Tojnar2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | aesop: fix build with vala_42
| * | | | | aesop: fix build with vala_42worldofpeace2018-09-18
| |/ / / /
* | | | | nixos/release.nix: disable tests.ec2-config (#46830)xeji2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | This test doesn't work in a sandbox and never succeeded on Hydra. It simulates an EC2 instance reconfiguring itself at runtime, which needs network access.
* | | | | Merge pull request #46627 from costrouc/costrouc/dask-extensionsFrederik Rietdijk2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.dask-*: init
| * | | | | pythonPackages.dask-xgboost: init at 0.1.5Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.dask-image: init at 0.1.1Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.slicerator: init at 0.9.8Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.pims: init at 0.4.1Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.dask-jobqueue: init at 0.4.0Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.dask-glm: init at 0.1.0Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.dask-ml: init at 0.10.0Chris Ostrouchov2018-09-13
| | | | | |
| * | | | | pythonPackages.distributed: refactor move to fetchPypiChris Ostrouchov2018-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug when using git repo in that the package does not get a version (shows up as `0+unknown`). Using pypi fixes this issue allows allows for auto upgrades.
* | | | | | iasl: 20180313 -> 20180629 (#46272)R. RyanTM2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from iasl
* | | | | | pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 supportAssassinkin2018-09-18
| | | | | |
* | | | | | pythonPackages.bjoern: init at 2.2.2Roger Qiu2018-09-18
| | | | | |
* | | | | | cstore_fdw: 1.6.1 -> 1.6.2 (#46291)R. RyanTM2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cstore_fdw/versions
* | | | | | gmock: 1.8.0 -> 1.8.1 (#46273)R. RyanTM2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from gtest
* | | | | | prometheus-json-exporter: add patch to support bool parsingWilliButz2018-09-18
| | | | | |
* | | | | | prometheus-json-exporter: 2016-09-13 -> 2017-10-06WilliButz2018-09-18
| | | | | |