-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 06fc6d1d7fa7
head repository: NixOS/nixpkgs-channels
compare: 3f99424c9aba
Commits on Sep 10, 2020
-
systemd-confinement: handle ExecStarts etc being lists
systemd-confinement's automatic package extraction does not work correctly if ExecStarts ExecReload etc are lists. Add an extra flatten to make things smooth. Fixes #96840. (cherry picked from commit fd19645)
Configuration menu - View commit details
-
Copy full SHA for c3dea4d - Browse repository at this point
Copy the full SHA c3dea4dView commit details -
test-driver.py: fix VM state directory deletion
The previous version of the code would only kick in if the state directory path pointed at a *file*, which never occurs. Making that codepath actually work reveals an ordering bug, which this patch fixes as well. It also replaces the confusing, imperative case log message "delete VM state directory" with "deleting VM state directory". Finally, we hint the user about how to prevent this deletion. IE. by passing the --keep-vm-state flag. Bug report: NixOS/nixpkgs#91046 (comment) Credit goes to Edef for the rebase on top of a recent nixpkgs commit and for writing most of this commit message. Co-authored-by: edef <edef@edef.eu> (cherry picked from commit ecb73fd)
Configuration menu - View commit details
-
Copy full SHA for 5500dc8 - Browse repository at this point
Copy the full SHA 5500dc8View commit details -
Fix arch eval error introduced in #61019
This occurs when using a `platform.gcc.arch` that isn't one of the pre-existing hard-coded options. (cherry picked from commit 8f3efbd)
Configuration menu - View commit details
-
Copy full SHA for f96ce3a - Browse repository at this point
Copy the full SHA f96ce3aView commit details -
coqPackages.paco: enable for Coq 8.12
(cherry picked from commit 7f797b9)
Configuration menu - View commit details
-
Copy full SHA for 8df6852 - Browse repository at this point
Copy the full SHA 8df6852View commit details -
coqPackages.Verdi: enable for Coq 8.12
(cherry picked from commit 5f3be6b)
Configuration menu - View commit details
-
Copy full SHA for 1d71e17 - Browse repository at this point
Copy the full SHA 1d71e17View commit details -
rpm: add openmp when building with clang
The Darwin build has been broken with a missing header file "omp.h"; llvmPackages.openmp provides it. Including this library is only necessary when clang is used. (cherry picked from commit b8e0f0c)
Configuration menu - View commit details
-
Copy full SHA for f70d574 - Browse repository at this point
Copy the full SHA f70d574View commit details -
(cherry picked from commit 977147b)
Configuration menu - View commit details
-
Copy full SHA for 4055b3a - Browse repository at this point
Copy the full SHA 4055b3aView commit details -
(cherry picked from commit 3ca40ee)
Configuration menu - View commit details
-
Copy full SHA for afeff10 - Browse repository at this point
Copy the full SHA afeff10View commit details -
discord-canary: 0.0.111 -> 0.0.112
(cherry picked from commit 1937fd3)
Configuration menu - View commit details
-
Copy full SHA for 2c239b1 - Browse repository at this point
Copy the full SHA 2c239b1View commit details -
electron-cash: 4.0.14 -> 4.1.0
(cherry picked from commit d3958aa)
Configuration menu - View commit details
-
Copy full SHA for 889e9ff - Browse repository at this point
Copy the full SHA 889e9ffView commit details -
python3Packages.executor: 21.3 -> 23.1, fix tests
(cherry picked from commit 5916b96)
Jonathan Ringer committedSep 10, 2020 Configuration menu - View commit details
-
Copy full SHA for d9717d3 - Browse repository at this point
Copy the full SHA d9717d3View commit details -
https://github.com/borgbase/vorta/releases/tag/v0.7.1 (cherry picked from commit 195842d)
Configuration menu - View commit details
-
Copy full SHA for 0e9a35b - Browse repository at this point
Copy the full SHA 0e9a35bView commit details -
python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec() with a bad path, but couldn't reproduce error from manual debugging using ``nix-shell``. Bad path meaning that most paths were of form /nix/store/.../bin/sby, but one path was "sby" only. That's my only guess as to what would be causing this failure. (cherry picked from commit b03c729)
Configuration menu - View commit details
-
Copy full SHA for b6a1ccd - Browse repository at this point
Copy the full SHA b6a1ccdView commit details -
The build of clpeak recently started failing because opencl-clhpp was updated. The latest version of opencl-hpp does not ship the deprecated cl.hpp header anymore. (cherry picked from commit 5f67382)
Configuration menu - View commit details
-
Copy full SHA for f1784d3 - Browse repository at this point
Copy the full SHA f1784d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e190dd - Browse repository at this point
Copy the full SHA 1e190ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b26ce7 - Browse repository at this point
Copy the full SHA 2b26ce7View commit details -
pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick (cherry picked from commit 483fa86)
Configuration menu - View commit details
-
Copy full SHA for 5d89179 - Browse repository at this point
Copy the full SHA 5d89179View commit details -
we can't run the tests anyway, so remove fragile attempts to patch them (cherry picked from commit 70c56dd)
Configuration menu - View commit details
-
Copy full SHA for 44cbbdc - Browse repository at this point
Copy the full SHA 44cbbdcView commit details -
Merge pull request #97704 from treed/backport-rpm-darwin
[20.09] rpm: add openmp when building with clang
Configuration menu - View commit details
-
Copy full SHA for 1b14d6e - Browse repository at this point
Copy the full SHA 1b14d6eView commit details -
pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball (cherry picked from commit ef82f49)
Configuration menu - View commit details
-
Copy full SHA for ddfce99 - Browse repository at this point
Copy the full SHA ddfce99View commit details -
pythonPackages.pysnow: fix build & tests
(cherry picked from commit 9627ae4)
Configuration menu - View commit details
-
Copy full SHA for da320db - Browse repository at this point
Copy the full SHA da320dbView commit details
Commits on Sep 11, 2020
-
wdisplays: fix startup on sway 1.5
Starting `wdisplays` on a NixOS 20.09 with `sway-1.5` breaks with the following output: ``` (wdisplays:28400): Gtk-WARNING **: 10:26:38.619: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. Gdk-Message: 10:26:38.752: Error reading events from display: Success ``` The first two warnings can be fixed by adding `wrapGAppsHook`. The last error is an upstream bug that can be fixed by applying the patch from a pending PR[1]. [1] https://github.com/cyclopsian/wdisplays/pull/20 (cherry picked from commit 0a21d06)
Configuration menu - View commit details
-
Copy full SHA for 947219c - Browse repository at this point
Copy the full SHA 947219cView commit details -
pythonPackages.supervisor: drop glibc-2.31 patch
A fix was integrated into the 4.2.1 release. (cherry picked from commit 4607f02)
Configuration menu - View commit details
-
Copy full SHA for 8ab64ff - Browse repository at this point
Copy the full SHA 8ab64ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4b36a - Browse repository at this point
Copy the full SHA 2b4b36aView commit details -
Merge pull request #97712 from nyanloutre/maj_electron_cash_20_09
electron-cash: 4.0.14 -> 4.1.0
Configuration menu - View commit details
-
Copy full SHA for ae8cbb7 - Browse repository at this point
Copy the full SHA ae8cbb7View commit details -
Merge #97746: test-driver.py: defaulting keepVmState
(cherry picked from commit 2bb1868) I re-checked some of the regressed tests on 20.09.
Configuration menu - View commit details
-
Copy full SHA for 3f99424 - Browse repository at this point
Copy the full SHA 3f99424View commit details
There are no files selected for viewing