-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 1c40ee6fc44f
head repository: NixOS/nixpkgs
compare: f35f0880f2cd
Commits on Sep 1, 2019
-
cc-wrapper: add (partial) support for clang -cc1
We need this for intel-compute-runtime, see #63705
Configuration menu - View commit details
-
Copy full SHA for 0b7494e - Browse repository at this point
Copy the full SHA 0b7494eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84441d7 - Browse repository at this point
Copy the full SHA 84441d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e11c7 - Browse repository at this point
Copy the full SHA 71e11c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d23dbc - Browse repository at this point
Copy the full SHA 4d23dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b80af - Browse repository at this point
Copy the full SHA 58b80afView commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4deb74b - Browse repository at this point
Copy the full SHA 4deb74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f6ce3 - Browse repository at this point
Copy the full SHA 32f6ce3View commit details
Commits on Sep 6, 2019
-
mpv, ffmpeg: use addOpenGLRunpath to fix CUDA-accelerated playback
This fixes #67780. Currently, using `mpv --hwdec=nvdec --msg-level=vd=debug` on NVIDIA results in: ``` [vd] Opening decoder hevc [vd] Looking at hwdec hevc-nvdec... Cannot load libcuda.so.1 [vd] Could not create device. [vd] No hardware decoding available for this codec. ``` With just mpv patched, ffmpeg cannot load libnvcuvid.so.1: ``` [vd] Opening decoder hevc [vd] Looking at hwdec hevc-nvdec... [vd] Trying hardware decoding via hevc-nvdec. [vd] Selected codec: hevc (HEVC (High Efficiency Video Coding)) [vd] Pixel formats supported by decoder: vaapi_vld cuda yuv420p10le [vd] Codec profile: Main 10 (0x2) [vd] Requesting pixfmt 'cuda' from decoder. [ffmpeg/video] hevc: Cannot load libnvcuvid.so.1 [ffmpeg/video] hevc: Failed loading nvcuvid. [ffmpeg/video] hevc: Failed setup for format cuda: hwaccel initialisation returned error. ``` With both mpv and ffmpeg patched, it works: ``` [vd] Opening decoder hevc [vd] Looking at hwdec hevc-nvdec... [vd] Trying hardware decoding via hevc-nvdec. [vd] Selected codec: hevc (HEVC (High Efficiency Video Coding)) [vd] Pixel formats supported by decoder: vaapi_vld cuda yuv420p10le [vd] Codec profile: Main 10 (0x2) [vd] Requesting pixfmt 'cuda' from decoder. Using hardware decoding (nvdec). [vd] Decoder format: 3840x2160 cuda[p010] bt.2020-ncl/bt.2020/pq/limited/auto SP=10.000000 CL=unknown (auto 0.000000/0.000000/0.000000) ```
Configuration menu - View commit details
-
Copy full SHA for 46cbb84 - Browse repository at this point
Copy the full SHA 46cbb84View commit details
Commits on Sep 9, 2019
-
pythonPackages.pyopenssl: add missing six dependency
It might have been there as a transitive dependency but better be explicity about it.
Configuration menu - View commit details
-
Copy full SHA for 5f3d43f - Browse repository at this point
Copy the full SHA 5f3d43fView commit details -
google-cloud-sdk: prefer using a pythonEnv vs just a search path
Previously only direct dependencies were available in the python search path. Transitive dependencies would not be available and thus a few features would not work due to import errors. Those import errors were being caugth and gave a (wrong) hint why it wouldn't work. By using `python.withPackages` instead of the crafted search path with only the direct dependencies those missing feature should now be working. See issue #67094 for details on the observed errors. Fixes #67094
Configuration menu - View commit details
-
Copy full SHA for 4fdbdce - Browse repository at this point
Copy the full SHA 4fdbdceView commit details -
google-cloud-sdk: remove from python-modules
It is not a python module just an application using/based on python.
Configuration menu - View commit details
-
Copy full SHA for e023b3b - Browse repository at this point
Copy the full SHA e023b3bView commit details -
Install git’s bash completion so that it is loaded on demand
Putting the file in $out/share/bash-completion/completions means that it will be loaded on demand by nixpkgs.bash-completion. With the old location, the user would either have to explicitly source the file during bash startup, or set BASH_COMPLETION_COMPAT_DIR before sourcing bash_completion.sh, which will eagerly load everything in that directory.
Configuration menu - View commit details
-
Copy full SHA for dc45fc4 - Browse repository at this point
Copy the full SHA dc45fc4View commit details
Commits on Sep 10, 2019
-
man-db: set less as default pager
This is the default on most systems, most users want this one. The value can still be overriden with the “PAGER” value.
Configuration menu - View commit details
-
Copy full SHA for a9dcb02 - Browse repository at this point
Copy the full SHA a9dcb02View commit details
Commits on Sep 12, 2019
-
Triggering this setupHook for dependencies at targetOffset does not work in cross-compilation cases where such a dependency is lacking. This simplified setupHook is more robust.
Configuration menu - View commit details
-
Copy full SHA for e7ede72 - Browse repository at this point
Copy the full SHA e7ede72View commit details
Commits on Sep 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d287a2 - Browse repository at this point
Copy the full SHA 0d287a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2ec5e - Browse repository at this point
Copy the full SHA 7d2ec5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b8024 - Browse repository at this point
Copy the full SHA f0b8024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a45868 - Browse repository at this point
Copy the full SHA 4a45868View commit details -
networkmanager: 1.18.2 -> 1.20.2
* libnm-glib is gone 👋️ * correct dbus_conf_dir * remove legacy service symlink * upstream defaults to 'internal' for dhcp NixOS module reflects this. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.20.2/NEWS
Configuration menu - View commit details
-
Copy full SHA for 1ff3a0c - Browse repository at this point
Copy the full SHA 1ff3a0cView commit details
Commits on Sep 15, 2019
-
Merge pull request #68736 from dtzWill/update/dhcpcd-8.0.6
dhcpcd: 8.0.3 -> 8.0.6
Configuration menu - View commit details
-
Copy full SHA for bd040c5 - Browse repository at this point
Copy the full SHA bd040c5View commit details -
qt5.12: Add patches for QTBUG-73459 and QTBUG-69077
QT 5.12 introduced a regression, where a QT program wouldn't show its tray icon, if there was no tray bar during program startup. (QTBUG-73459) QT 5.12 introduced a regression, where qtwebengine applications would freeze in some wayland compositors if a surface from the instance was not visible (for example having a qutebrowser window on another workspace in sway would freeze all qutebrowser windows). Both got fixed already in Qt 5.12.4, but according to #57042 and its sibling issues/PRs it doesn't seem to get fixed in near future for nixpkgs.
Milan Pässler committedSep 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 94af997 - Browse repository at this point
Copy the full SHA 94af997View commit details -
Merge pull request #68714 from worldofpeace/networkmanager-1.20
networkmanager: 1.18.2 -> 1.20.2
Configuration menu - View commit details
-
Copy full SHA for ce18c0e - Browse repository at this point
Copy the full SHA ce18c0eView commit details
Commits on Sep 16, 2019
-
modemmanager: 1.10.0 -> 1.10.4
Update dbus-sys-dir to not use deprecated directory. https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.10.4/NEWS https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.10.2/NEWS Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
Configuration menu - View commit details
-
Copy full SHA for 2182157 - Browse repository at this point
Copy the full SHA 2182157View commit details -
Merge pull request #68762 from dtzWill/update/modemmanager-1.10.4
modemmanager: 1.10.0 -> 1.10.4
Configuration menu - View commit details
-
Copy full SHA for 5df6d6f - Browse repository at this point
Copy the full SHA 5df6d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b86f9d6 - Browse repository at this point
Copy the full SHA b86f9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268872d - Browse repository at this point
Copy the full SHA 268872dView commit details -
Re-revert "pythonPackages.flaky: 3.5.3 -> 3.6.1 (#68411)"
This reverts commit a95a53a. i.e. the change is moved from the master branch to staging.
Configuration menu - View commit details
-
Copy full SHA for 14f5e92 - Browse repository at this point
Copy the full SHA 14f5e92View commit details -
accountsservice: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for cfe85bd - Browse repository at this point
Copy the full SHA cfe85bdView commit details -
avahi: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 5067fb6 - Browse repository at this point
Copy the full SHA 5067fb6View commit details -
bluez: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 5548dd3 - Browse repository at this point
Copy the full SHA 5548dd3View commit details -
geoclue2: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for a2757ec - Browse repository at this point
Copy the full SHA a2757ecView commit details -
flatpak: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for bdb0ea8 - Browse repository at this point
Copy the full SHA bdb0ea8View commit details -
cups: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 061ea7d - Browse repository at this point
Copy the full SHA 061ea7dView commit details -
thermald: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 22ad487 - Browse repository at this point
Copy the full SHA 22ad487View commit details -
lightdm: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 6390197 - Browse repository at this point
Copy the full SHA 6390197View commit details -
systemd: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 41b7323 - Browse repository at this point
Copy the full SHA 41b7323View commit details -
sddm: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 1434539 - Browse repository at this point
Copy the full SHA 1434539View commit details -
packagekit: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 369f386 - Browse repository at this point
Copy the full SHA 369f386View commit details -
zbar: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for ac0e914 - Browse repository at this point
Copy the full SHA ac0e914View commit details -
mate.mate-settings-daemon: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 85eff86 - Browse repository at this point
Copy the full SHA 85eff86View commit details -
fwupd: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
3Configuration menu - View commit details
-
Copy full SHA for ad6aada - Browse repository at this point
Copy the full SHA ad6aadaView commit details -
fprintd: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for d6d3ccf - Browse repository at this point
Copy the full SHA d6d3ccfView commit details -
blueman: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 271c4b1 - Browse repository at this point
Copy the full SHA 271c4b1View commit details -
cups-pk-helper: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 8e69437 - Browse repository at this point
Copy the full SHA 8e69437View commit details -
polkit: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 9d0e052 - Browse repository at this point
Copy the full SHA 9d0e052View commit details -
dnsmasq: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 2220086 - Browse repository at this point
Copy the full SHA 2220086View commit details -
networkmanager-openvpn: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for d2680d9 - Browse repository at this point
Copy the full SHA d2680d9View commit details -
networkmanager-openconnect: Move D-Bus conf file to share/dbus-1/syst…
…em.d Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 43e14db - Browse repository at this point
Copy the full SHA 43e14dbView commit details -
networkmanager-vpnc: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 8d7adf0 - Browse repository at this point
Copy the full SHA 8d7adf0View commit details -
networkmanager-fortisslvpn: Move D-Bus conf file to share/dbus-1/syst…
…em.d Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
Configuration menu - View commit details
-
Copy full SHA for 233c878 - Browse repository at this point
Copy the full SHA 233c878View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1c40ee6fc44f...f35f0880f2cd