-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 05962c4ad558
head repository: NixOS/nixpkgs
compare: 7119d076248b
Commits on Dec 10, 2019
-
docker-machine-xhyve: update repository location
The zchee repository now redirects to machine-drivers.
Configuration menu - View commit details
-
Copy full SHA for 5c01936 - Browse repository at this point
Copy the full SHA 5c01936View commit details
Commits on Dec 12, 2019
-
This adds a new utility to intelligently convert Nix records to command line options to reduce boilerplate for simple use cases and to also reduce the likelihood of malformed command lines
Configuration menu - View commit details
-
Copy full SHA for 183a997 - Browse repository at this point
Copy the full SHA 183a997View commit details
Commits on Dec 14, 2019
-
Rename
renderOptions
toencodeGNUCommandLine
... as suggested by @edolstra
Configuration menu - View commit details
-
Copy full SHA for 8c6a05c - Browse repository at this point
Copy the full SHA 8c6a05cView commit details -
Make behavior of
encodeGNUCommandLine
customizable... based on feedback from @edolstra
Configuration menu - View commit details
-
Copy full SHA for 693096d - Browse repository at this point
Copy the full SHA 693096dView commit details
Commits on Dec 15, 2019
-
Use a more realistic example that exercises all encodings
... as suggested by @roberth This also caught a bug in rendering lists, which this change also fixes
Configuration menu - View commit details
-
Copy full SHA for 5edd4dd - Browse repository at this point
Copy the full SHA 5edd4ddView commit details
Commits on Dec 21, 2019
-
docker-machine-xhyve: 0.3.3 -> 0.4.0
remove explicit dependencies, upstream vendorizes them properly
Configuration menu - View commit details
-
Copy full SHA for 475bf6d - Browse repository at this point
Copy the full SHA 475bf6dView commit details -
docker-machine-xhyve: support lib9p shared file system
The lib9p library for host-guest file sharing in xhyve needs to be built separately.
Configuration menu - View commit details
-
Copy full SHA for 08ecf22 - Browse repository at this point
Copy the full SHA 08ecf22View commit details -
docker-machine-xhyve: fix file mode inconsistencies
File modes are not properly translated from L9P to host values. Instead, they are assumed to be identical, which is wrong on macOS. machine-drivers/docker-machine-driver-xhyve#225
Configuration menu - View commit details
-
Copy full SHA for 338386b - Browse repository at this point
Copy the full SHA 338386bView commit details
Commits on Jan 1, 2020
-
It seems that the dev output of libGLU needs to be included explicitly for this to work. I've also moved the libraries from nativeBuildInputs to buildInputs to be more semantically correct (and maybe support cross compilation, not tested though).
Configuration menu - View commit details
-
Copy full SHA for 1e840fc - Browse repository at this point
Copy the full SHA 1e840fcView commit details
Commits on Jan 5, 2020
-
Factor out a
toGNUCommandLine
utility... as suggested by @roberth
Configuration menu - View commit details
-
Copy full SHA for 6d584c2 - Browse repository at this point
Copy the full SHA 6d584c2View commit details -
... as suggested by @roberth Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a46679f - Browse repository at this point
Copy the full SHA a46679fView commit details
Commits on Jan 9, 2020
-
blender: switch to OpenJPEG 2.x
Fixes: -- Could NOT find OpenJPEG (missing: OPENJPEG_LIBRARY OPENJPEG_INCLUDE_DIR) and - WITH_IMAGE_OPENJPEG OFF
Configuration menu - View commit details
-
Copy full SHA for e57392d - Browse repository at this point
Copy the full SHA e57392dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b8c85 - Browse repository at this point
Copy the full SHA 95b8c85View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2287d54 - Browse repository at this point
Copy the full SHA 2287d54View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8aa0e2f - Browse repository at this point
Copy the full SHA 8aa0e2fView commit details
Commits on Jan 13, 2020
-
Disable further pass tests that end up relying on gpg-agent on Darwin
Fixes #58975
Pass Automated Testing Suite authored and Pass Automated Testing Suite committedJan 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 669318b - Browse repository at this point
Copy the full SHA 669318bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4b59f - Browse repository at this point
Copy the full SHA cc4b59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e61f3 - Browse repository at this point
Copy the full SHA e1e61f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57560cc - Browse repository at this point
Copy the full SHA 57560ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e664a14 - Browse repository at this point
Copy the full SHA e664a14View commit details -
Jonathan Ringer committed
Jan 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 32b5c57 - Browse repository at this point
Copy the full SHA 32b5c57View commit details
Commits on Jan 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2becf7f - Browse repository at this point
Copy the full SHA 2becf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03b833 - Browse repository at this point
Copy the full SHA f03b833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f69fdd - Browse repository at this point
Copy the full SHA 7f69fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b1f5a - Browse repository at this point
Copy the full SHA e1b1f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf5642 - Browse repository at this point
Copy the full SHA adf5642View commit details -
Merge pull request #77649 from markuskowa/upd-snapper
snapper: 0.8.7 -> 8.8.8
Configuration menu - View commit details
-
Copy full SHA for fc073e4 - Browse repository at this point
Copy the full SHA fc073e4View commit details -
Merge pull request #77643 from markuskowa/upd-soapy
soapysdr: 0.7.1 -> 0.7.2
Configuration menu - View commit details
-
Copy full SHA for e5fd468 - Browse repository at this point
Copy the full SHA e5fd468View commit details -
Jonathan Ringer committed
Jan 14, 2020 Configuration menu - View commit details
-
Copy full SHA for e306ee4 - Browse repository at this point
Copy the full SHA e306ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef09ceb - Browse repository at this point
Copy the full SHA ef09cebView commit details -
Merge pull request #75539 from Gabriel439/gabriel/renderOptions
Add `pkgs.lib.encodeGNUCommandLine`
Configuration menu - View commit details
-
Copy full SHA for 8da8146 - Browse repository at this point
Copy the full SHA 8da8146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7303713 - Browse repository at this point
Copy the full SHA 7303713View commit details -
vagrant: Unbreak replacing symlinks on macOS
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.
Configuration menu - View commit details
-
Copy full SHA for 1bea1a3 - Browse repository at this point
Copy the full SHA 1bea1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f6aa6 - Browse repository at this point
Copy the full SHA b2f6aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16fc4dd - Browse repository at this point
Copy the full SHA 16fc4ddView commit details -
Weirdly, no-one seems to have noticed this was broken.
Configuration menu - View commit details
-
Copy full SHA for 8334b83 - Browse repository at this point
Copy the full SHA 8334b83View commit details -
doc: Make callout marks in code unselectable
To make example copying easier.
Configuration menu - View commit details
-
Copy full SHA for 1e6265a - Browse repository at this point
Copy the full SHA 1e6265aView commit details -
osmctools: 0.8.5plus1.4.0 -> 0.9 (#76573)
osmctools: 0.8.5plus1.4.0 -> 0.9
Configuration menu - View commit details
-
Copy full SHA for 65492f7 - Browse repository at this point
Copy the full SHA 65492f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a9658 - Browse repository at this point
Copy the full SHA 05a9658View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48a993 - Browse repository at this point
Copy the full SHA d48a993View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc2ead - Browse repository at this point
Copy the full SHA cfc2eadView commit details -
Merge pull request #77674 from mbbx6spp/mbbx6spp/update-copyright-yea…
…r-2020 nixos/doc+manual: update copyright year range end 2019->2020
Configuration menu - View commit details
-
Copy full SHA for 485a993 - Browse repository at this point
Copy the full SHA 485a993View commit details -
Merge pull request #76797 from lheckemann/rgl-fix
rPackages.rgl: fix build
Configuration menu - View commit details
-
Copy full SHA for a1d8a27 - Browse repository at this point
Copy the full SHA a1d8a27View commit details -
Merge pull request #77650 from jonringer/bump-azure-cli
azure-cli: 2.0.79 -> 2.0.80
Configuration menu - View commit details
-
Copy full SHA for f4c645a - Browse repository at this point
Copy the full SHA f4c645aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df2444 - Browse repository at this point
Copy the full SHA 8df2444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4490cfa - Browse repository at this point
Copy the full SHA 4490cfaView commit details -
lib/types: prioritise coercedType in coercedTo
This more intuitively matches `types.either` and allows paths to be coerced to submodules again, which was inhibited by #76861
Configuration menu - View commit details
-
Copy full SHA for 92b464d - Browse repository at this point
Copy the full SHA 92b464dView commit details -
Merge pull request #77675 from taku0/flashplayer-32.0.0.314
flashplayer: 32.0.0.303 -> 32.0.0.314
Configuration menu - View commit details
-
Copy full SHA for ad2289a - Browse repository at this point
Copy the full SHA ad2289aView commit details -
Merge #77682: glog: remove static flag
It was re-introduced by incorrect merge-conflict resolution.
Configuration menu - View commit details
-
Copy full SHA for 018e297 - Browse repository at this point
Copy the full SHA 018e297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1994c - Browse repository at this point
Copy the full SHA 8f1994cView commit details
There are no files selected for viewing