summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* pdsh: 2.33 -> 2.34R. RyanTM2020-01-22
|
* Merge pull request #77724 from r-ryantm/auto-update/bftpdMichael Raskin2020-01-15
|\ | | | | bftpd: 5.2 -> 5.4
| * bftpd: 5.2 -> 5.4R. RyanTM2020-01-15
| |
* | prospector: init at 1.2.0Kevin Amado2020-01-14
| |
* | pythonPackages.requirements-detector: fix sourceKevin Amado2020-01-14
| | | | | | | | | | | | - The fetch expression was referencing another package (due to a copy paste error), this commit points that to the right repository
* | pythonPackages.pylint-django: init at 2.0.12Kevin Amado2020-01-14
| |
* | pythonPackages.pylint-celery: init at 0.3Kevin Amado2020-01-14
| |
* | pythonPackages.pylint-flask: init at 0.6Kevin Amado2020-01-14
| |
* | Merge pull request #77672 from active-group/unbreak-vagrant-macosMario Rodas2020-01-14
|\ \ | | | | | | vagrant: Unbreak replacing symlinks on macOS
| * | vagrant: Unbreak replacing symlinks on macOSMike Sperber2020-01-14
| | | | | | | | | | | | | | | | | | | | | On a local installation on macOS, "cp -a" creates a write-protected directory, which can't be renamed. Do a "chmod +w" to unbreak. Fixes #77671.
* | | Merge pull request #77670 from amarrella/update/eksctlMario Rodas2020-01-14
|\ \ \ | | | | | | | | eksctl: 0.11.1 -> 0.12.0
| * | | eksctl: 0.11.1 -> 0.12.0Alessandro Marrella2020-01-14
| | | |
* | | | Merge pull request #75432 from mroi/patch-xhyveMario Rodas2020-01-14
|\ \ \ \ | | | | | | | | | | docker-machine-xhyve: enable and fix lib9p file sharing
| * | | | docker-machine-xhyve: fix file mode inconsistenciesMichael Roitzsch2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File modes are not properly translated from L9P to host values. Instead, they are assumed to be identical, which is wrong on macOS. https://github.com/machine-drivers/docker-machine-driver-xhyve/pull/225
| * | | | docker-machine-xhyve: support lib9p shared file systemMichael Roitzsch2019-12-21
| | | | | | | | | | | | | | | | | | | | The lib9p library for host-guest file sharing in xhyve needs to be built separately.
| * | | | docker-machine-xhyve: 0.3.3 -> 0.4.0Michael Roitzsch2019-12-21
| | | | | | | | | | | | | | | | | | | | remove explicit dependencies, upstream vendorizes them properly
| * | | | docker-machine-xhyve: update repository locationMichael Roitzsch2019-12-10
| | | | | | | | | | | | | | | | | | | | The zchee repository now redirects to machine-drivers.
* | | | | Merge pull request #77359 from veprbl/pr/blender_darwin_fixDmitry Kalinkin2020-01-14
|\ \ \ \ \ | | | | | | | | | | | | blender: fix on darwin
| * | | | | blender: switch from openimageio to openimageio2Dmitry Kalinkin2020-01-10
| | | | | |
| * | | | | blender: fix on darwinDmitry Kalinkin2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables building of Blender.app. The standard build process assumes that the dependencies are installed in subdirectoris inside $LIBDIR with libraries built as static. In current implementation we are not looking to achieve portability, so cmake files are patched to link dynamically with the libraries in the nix store. Linking to the transitive dependencies is not needed in the shared case. There are also some minor inconsistensies in the expected paths, which also need to be patched. Alternatively, we could patch cmake files to treat darwin as "unix", but that would require more tweaking to ensure that the frameworks are being linked properly.
| * | | | | openimageio: enable on darwinDmitry Kalinkin2020-01-09
| | | | | |
| * | | | | blender: switch to OpenJPEG 2.xDmitry Kalinkin2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: -- Could NOT find OpenJPEG (missing: OPENJPEG_LIBRARY OPENJPEG_INCLUDE_DIR) and - WITH_IMAGE_OPENJPEG OFF
* | | | | | Merge pull request #77645 from flokli/gitlab-12.6.4Florian Klink2020-01-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | gitlab: 12.6.2 -> 12.6.4
| * | | | | | gitlab: 12.6.2 -> 12.6.4Florian Klink2020-01-13
| | | | | | |
| * | | | | | gitaly: a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83 -> 1.77.1Florian Klink2020-01-13
| | | | | | |
* | | | | | | Merge pull request #77664 from tfc/transmission-torrent-test-fixFlorian Klink2020-01-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/transmisison: Transmission torrent test fix
| * | | | | | | nixosTests.bittorrent: Refactor declarative partJacek Galowicz2020-01-14
| | | | | | | |
| * | | | | | | nixosTests.bittorrent: Fix declarative httpd descriptionJacek Galowicz2020-01-14
| | | | | | | |
| * | | | | | | nixos/transmission: Fix module codeJacek Galowicz2020-01-14
| | | | | | | |
* | | | | | | | test-driver.py: fix decoding of VM outputErik Arvstedt2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The codec format 'unicode_escape' was introduced in 52ee102 to handle undecodable bytes in boot menus. This made the problem worse as unicode chars outside of iso-8859-1 produce garbled output and valid utf-8 strings (such as "\x" ) trigger decoding errors. Fix this by using the default 'utf-8' codec and by explicitly ignoring decoding errors.
* | | | | | | | test-driver.py: specify coreutils dependencyErik Arvstedt2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the driver script fails when coreutils are not in PATH.
* | | | | | | | bs-platform: 6.2.1 -> 7.0.1Marek Fajkus2020-01-14
| | | | | | | |
* | | | | | | | nota: init at 1.0Will Dietz2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #77590.
* | | | | | | | python3Packages.sentry-sdk: add missing test depRuud van Asseldonk2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests will fail with ModuleNotFoundError: No module named 'sqlalchemy' when sqlalchemy is not part of the test inputs, which prevents building the package. Therefore, add it as a checkInput.
* | | | | | | | Disable further pass tests that end up relying on gpg-agent on… (#77634)John Wiegley2020-01-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Disable further pass tests that end up relying on gpg-agent on Darwin
| * | | | | | | | Disable further pass tests that end up relying on gpg-agent on DarwinPass Automated Testing Suite2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #58975
* | | | | | | | | pythonPackages.venvShellHook: initFrederik Rietdijk2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a hook that loads a virtualenv from the specified `venvDir` location. If the virtualenv does not exist, it is created.
* | | | | | | | | Merge pull request #77666 from LnL7/darwin-diffoscopeMatthieu Coudron2020-01-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | diffoscope: enable on darwin
| * | | | | | | | | diffoscope: enable on darwinDaiderd Jordan2020-01-14
| | | | | | | | | |
* | | | | | | | | | openssl: fix build linux with clangStdenvJörg Thalheim2020-01-14
| | | | | | | | | |
* | | | | | | | | | public-inbox: fix buildAlyssa Ross2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some two-digit year rounding bugs that started triggering because 2020 is closer to 2070 than 1970. Apparently two digits years are still a thing.
* | | | | | | | | | Merge pull request #77683 from jtojnar/prompt-no-selectGraham Christensen2020-01-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | doc: Make callout marks & prompts unselectable
| * | | | | | | | | | doc: Make callout marks in code unselectableJan Tojnar2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make example copying easier.
| * | | | | | | | | | doc: Make prompt unselectableJan Tojnar2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Weirdly, no-one seems to have noticed this was broken.
* | | | | | | | | | | lib/types: prioritise coercedType in coercedTo (#77691)Silvan Mosberger2020-01-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lib/types: prioritise coercedType in coercedTo
| * | | | | | | | | | | lib/types: prioritise coercedType in coercedToarcnmx2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This more intuitively matches `types.either` and allows paths to be coerced to submodules again, which was inhibited by #76861
* | | | | | | | | | | | pythonPackages.pynrrd: init at 0.4.2Ben Darwin2020-01-14
| | | | | | | | | | | |
* | | | | | | | | | | | Merge #77682: glog: remove static flagVladimír Čunát2020-01-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was re-introduced by incorrect merge-conflict resolution.
| * | | | | | | | | | | | glog: remove static flagTobias Mayer2020-01-14
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #77675 from taku0/flashplayer-32.0.0.314Michael Raskin2020-01-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | flashplayer: 32.0.0.303 -> 32.0.0.314