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

virtmanager: Fix gobject-introspection #57385

Merged
merged 1 commit into from Mar 12, 2019
Merged

Conversation

FlorianFranzen
Copy link
Contributor

Motivation for this change

Fixes #56943 till underlying issue can be resolved.

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.

@jtojnar
Copy link
Contributor

jtojnar commented Mar 11, 2019

Can you add a comment linking to the issue?

@FlorianFranzen
Copy link
Contributor Author

@jtojnar Sure, no problem. Keep in mind, that this is not currently the only derivation using this fix, for example see udiskie.

@xeji
Copy link
Contributor

xeji commented Mar 12, 2019

@GrahamcOfBorg build virtmanager

@xeji xeji merged commit 871c1d5 into NixOS:master Mar 12, 2019
@lheckemann
Copy link
Member

Should this be backported to 19.03, or should we wait for the "proper" fix?

@timor
Copy link
Member

timor commented Apr 8, 2019

+1 for backporting to 19.03

xeji pushed a commit that referenced this pull request Apr 8, 2019
@xeji
Copy link
Contributor

xeji commented Apr 8, 2019

backported to 19.03 in e548fd1

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.

setup hook of gobject-introspection in nativeBuildInputs does not run with strictDeps
6 participants