summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | haskell: have a dedicated file for non Hackage packagesBas van Dijk2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had a few "overrides" in configuration-common.nix that were really extensions. They introduced packages that weren't in hackage-packages.nix. The advantage of having a dedicated file for these packages is that we can still place Nix-specific overrides to these packages in configuration-nix.nix. We weren't able do this before because configuration-nix.nix extended only the packages from hackage-packages.nix.
| * | | | | | | | | futhark: introduce the top-level futhark attributeBas van Dijk2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fact that futhark is a Haskell package is an implementation detail. To install it users should just have to specify `futhark` instead of `haskellPackages.futhark`. Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to reduce closure size.
| * | | | | | | | | futhark: init at 0.6.2Silvan Mosberger2018-10-12
|/ / / / / / / / /
* | | | | | | | | Merge pull request #48097 from tenx-tech/feature/init-envdir-goSarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | envdir: init at 1.0.0
| * | | | | | | | | envdir: init at 1.0.0edude032018-10-12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #45890 from lopsided98/buildbot-python3Silvan Mosberger2018-10-12
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | buildbot: Python 3 support and other improvements
| * | | | | | | | | buildbot: add Python 3 supportBen Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | buildbot: 1.2.0 -> 1.4.0Ben Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | pythonPackages.sqlalchemy_migrate: patch backslash escapesBen Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | pythonPackages.autobahn: use checkInputsBen Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | pythonPackages.trollius: 1.0.4 -> 2.2Ben Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | pythonPackages.hyperlink: don't create .pytest_cacheBen Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | python2Packages.pylint: init at 1.9.2Ben Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | python2Packages.astroid: init at 1.6.5Ben Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | pythonPackages.tempita: 0.5.2 -> 0.5.3-2016-09-28Ben Wolsieffer2018-10-11
| | | | | | | | | |
| * | | | | | | | | pythonPackages.sphinx-jinja: 0.2.1 -> 1.1.0, Python 3 supportBen Wolsieffer2018-10-11
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #48224 from volth/patch-252Jörg Thalheim2018-10-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | coreutils-full: fix cross build
| * | | | | | | | | coreutils-full: fix cross build (@matthewbauer's version)volth2018-10-12
| | | | | | | | | |
| * | | | | | | | | coreutils-full: fix cross buildvolth2018-10-11
| | | | | | | | | |
* | | | | | | | | | linuxPackages.systemtap: 3.2 (2017.10.18) -> 3.3Herwig Hochleitner2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed quoting workaround. should be fixed as of https://sourceware.org/PR22462
* | | | | | | | | | chromium: update to 69.0.3497.100 (and others), ran update.shWill Dietz2018-10-12
| | | | | | | | | |
* | | | | | | | | | chromium/update.sh: don't use remote builders, lots of copying for workWill Dietz2018-10-12
| | | | | | | | | |
* | | | | | | | | | i2p: 0.9.35 -> 0.9.37Herwig Hochleitner2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also update tanuki's java-service-wrapper 3.5.32 -> 3.5.35
* | | | | | | | | | Merge pull request #48256 from periklis/update-minikube-to-0.30Sarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | minikube: bump version 0.29.0 -> 0.30.0
| * | | | | | | | | | minikube: bump version 0.29.0 -> 0.30.0Periklis Tsirakidis2018-10-12
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fix release for CVE-2018-1002103. More details in https://github.com/kubernetes/minikube/issues/3208
* | | | | | | | | | Merge pull request #48198 from teto/rfc-bibtexSarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | rfc-bibtex: init at 2.2.1
| * | | | | | | | | | rfc-bibtex: init at 2.2.1Matthieu Coudron2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate bibtex entries from IETF rfc/drafts, for instance: $ rfcbibtex RFC5246 draft-ietf-tls-tls13-21 @techreport{RFC5246, author = {T. Dierks and E. Rescorla}, title = {{The Transport Layer Security (TLS) Protocol Version 1.2}}, howpublished = {Internet Requests for Comments}, type = {RFC}, number = {5246}, year = {2008}, month = {August}, issn = {2070-1721}, publisher = {RFC Editor}, institution = {RFC Editor}, url = {http://www.rfc-editor.org/rfc/rfc5246.txt}, note = {\url{http://www.rfc-editor.org/rfc/rfc5246.txt}}, } @techreport{I-D.ietf-tls-tls13, author = {Eric Rescorla}, title = {{The Transport Layer Security (TLS) Protocol Version 1.3}}, howpublished = {Working Draft}, type = {Internet-Draft}, number = {draft-ietf-tls-tls13-21}, year = {2017}, month = {July}, institution = {IETF Secretariat}, url = {http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt}, note = {\url{http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt}}, }
* | | | | | | | | | | Update with code review feedback; add example python applicationBenjamin Hipple2018-10-12
| | | | | | | | | | |
* | | | | | | | | | | python: update documentationBenjamin Hipple2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This touches up a handful of places in the python documentation to try to make the current best-practices more obvious. In particular, I often find the function signatures (what to pass, what not to pass) confusing and have added them to the docs. Also updated the metas to be more consistent with the most frequently used modern style.
* | | | | | | | | | | Merge pull request #48079 from lopsided98/python-av-updateSarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.av: 0.4.1 -> 0.5.3
| * | | | | | | | | | | pythonPackages.av: 0.4.1 -> 0.5.3Ben Wolsieffer2018-10-08
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #48253 from jluttine/nano-wallet-16.2Sarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nano-wallet: 16.1 -> 16.2
| * | | | | | | | | | | | nano-wallet: 16.1 -> 16.2Jaakko Luttinen2018-10-12
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #48226 from cocreature/nix-indexSarah Brofeldt2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nix-index: 0.1.1 -> 0.1.2
| * | | | | | | | | | | | nix-index: 0.1.1 -> 0.1.2Moritz Kiefer2018-10-11
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #48133 from bhipple/add/atomlewo2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.atom: init at 0.4.1
| * | | | | | | | | | | | | pythonPackages.atom: init at 0.4.1Benjamin Hipple2018-10-09
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | cfssl: allow building on all platforms (#48093)Michael Francis2018-10-12
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | yubikey-manager: 0.7.0 -> 1.0.0Will Dietz2018-10-11
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #48180 from timokau/retdec-updateWill Dietz2018-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | retdec: 3.0 -> 3.2
| * | | | | | | | | | | | | retdec: 3.0 -> 3.2Timo Kaufmann2018-10-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | yojimbo: init at 1.1 (#48214)paddygord2018-10-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | oraclejdk: deprecate oraclejdk 10taku02018-10-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #48229 from lopsided98/luks-ssh-fixFranz Pletz2018-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | nixos: initrd/luks: fix detection of devices by UUID
| * | | | | | | | | | | | | nixos: initrd/luks: fix detection of devices by UUIDBen Wolsieffer2018-10-11
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | nixos: initrd/luks: make script indentation consistentBen Wolsieffer2018-10-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #48192 from costrouc/costrouc/python-filterpySilvan Mosberger2018-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | pythonPackages.filterpy: init at 1.4.5
| * | | | | | | | | | | | | pythonPackages.filterpy: init at 1.4.5Chris Ostrouchov2018-10-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | terraform-providers.gandi: init at 1.0.0 (#48223)zimbatm2018-10-11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #46041 from nh2/issue-46038-nix-daemon-ssh-pathSilvan Mosberger2018-10-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | nix-daemon service: Ensure `ssh` is on PATH. Fixes #46038.