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

gnome3.gnome-boxes: remove xen as dependency #108716

Merged
merged 1 commit into from Jan 8, 2021

Conversation

tfmoraes
Copy link
Contributor

@tfmoraes tfmoraes commented Jan 7, 2021

Motivation for this change

Xen is not necessary to build gnome-boxes. there is no Xen as dependency in Gnome-boxes Flatpak, Debian Package, neither in Arch package.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@tfmoraes
Copy link
Contributor Author

tfmoraes commented Jan 7, 2021

❯ nix-shell -p nixpkgs-review --run "nixpkgs-review pr 108716"                                                      
this path will be fetched (0.04 MiB download, 0.15 MiB unpacked):
  /nix/store/djjcy5s3073x2p1jnnn8gmdpbabw1gx8-nixpkgs-review-2.5.0
copying path '/nix/store/djjcy5s3073x2p1jnnn8gmdpbabw1gx8-nixpkgs-review-2.5.0' from 'https://cache.nixos.org'...
$ git -c fetch.prune=false fetch --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/108716/head:refs/nixpkgs-review/1
remote: Enumerating objects: 55, done.
remote: Counting objects: 100% (55/55), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 66 (delta 43), reused 32 (delta 32), pack-reused 11
Unpacking objects: 100% (66/66), 90.55 KiB | 337.00 KiB/s, done.
From https://github.com/NixOS/nixpkgs
   d9dba88d08a..e0f22de78a6  master                -> refs/nixpkgs-review/0
 + d2a0638087a...4cd39c9c149 refs/pull/108716/head -> refs/nixpkgs-review/1  (forced update)
$ git worktree add /home/thiago/.cache/nixpkgs-review/pr-108716/nixpkgs e0f22de78a6c0a5ec3582211b05fb2b6512d4e77
Preparing worktree (detached HEAD e0f22de78a6)
HEAD is now at e0f22de78a6 Merge pull request #107894 from JamieMagee/advantage_air
$ nix-env -f /home/thiago/.cache/nixpkgs-review/pr-108716/nixpkgs -qaP --xml --out-path --show-trace
$ git merge --no-commit 4cd39c9c149fafb392ea923449226473c054128b
Automatic merge went well; stopped before committing as requested
$ nix-env -f /home/thiago/.cache/nixpkgs-review/pr-108716/nixpkgs -qaP --xml --out-path --show-trace --meta
1 package updated:
gnome-boxes

$ nix --experimental-features nix-command build --no-link --keep-going --option build-use-sandbox relaxed -f /home/thiago/.cache/nixpkgs-review/pr-108716/build.nix

Link to currently reviewing PR:
https://github.com/NixOS/nixpkgs/pull/108716

1 package built:
gnome3.gnome-boxes

@ofborg ofborg bot added the 6.topic: GNOME GNOME desktop environment and its underlying platform label Jan 7, 2021
@thiagokokada
Copy link
Contributor

thiagokokada commented Jan 8, 2021

Result of nixpkgs-review pr 108716 run on x86_64-linux 1

1 package built:
  • gnome3.gnome-boxes

I couldn't create a VM in UI but I think this is mostly the fault of nixpkgs-review maybe?

@tfmoraes
Copy link
Contributor Author

tfmoraes commented Jan 8, 2021

@thiagokokada it worked for me and it was able to load a VM already created.

@worldofpeace worldofpeace merged commit fdef43e into NixOS:master Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants