Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into staging #58106

Merged
merged 952 commits into from Mar 22, 2019

Conversation

kalbasit
Copy link
Member

@kalbasit kalbasit commented Mar 22, 2019

Motivation for this change

There's currently a conflict between master and staging, that's because both 393b359 by @matthewbauer and 111e42e by @dtzWill modified the same patch located at pkgs/desktops/plasma-5/plasma-workspace/plasma-workspace.patch. I tested this merge by building plasma-workspace, and I manually verified both sides of the patch looks good. The only conflict was:

++<<<<<<< HEAD
 +@@ -33,62 +42,134 @@ fi
++=======
+ @@ -33,61 +42,142 @@ fi
++>>>>>>> origin/master

cc @vcunat

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

dywedir and others added 30 commits March 17, 2019 21:48
Newer versions of Futhark only care about this executable, and the
others are thin wrappers that will go away in a future version.
vscode-extensions.{language-haskell,hie-server}: init
…ffib

python37Packages.xcffib: 0.6.0 -> 0.7.0
zoneminder: add some of the missing ONVIF dependencies
shairplay: 2016-01-01 -> 2018-08-24 and add avahi-compat convenience derivation
mpw: point upgrade and minor cleanups
Yesterday we had a discussion about several Hydra-related problems in the #nixos
IRC channel[1], as a result a lot of stalled PRs were merged.

I think that we want to use the latest Hydra now as it contains lots of
new fixes and folks mentioned that they want to use a self-hosted
Hydra, so they probably use the `nixpkgs` package rather than the
expressions from `NixOS/hydra`.

Simply moving to 2019-03-18 should be fine for now as Hydra doesn't have
a release model.

[1] https://logs.nix.samueldr.com/nixos/2019-03-17#2048416;
coqPackages.QuickChick: 1.0.2 -> 20190311
@kalbasit
Copy link
Member Author

I pushed this directly to staging rather than merging the PR. This is just for the record.

@kalbasit kalbasit closed this Mar 22, 2019
@kalbasit kalbasit deleted the nixpkgs_merge-master-into-staging branch March 22, 2019 04:39
@kalbasit kalbasit merged commit 5af0780 into NixOS:staging Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet