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

cdemu: updates, fixes and build simplification #311780

Merged
merged 4 commits into from
May 15, 2024

Conversation

bendlas
Copy link
Contributor

@bendlas bendlas commented May 14, 2024

Description of changes

  • rely on wrapGApps*Hook for gobject-introspection access
  • use callPackage as intended

fix #311690

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@keenanweaver
Copy link
Member

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

5 packages built:
  • cdemu-client
  • cdemu-daemon
  • gcdemu
  • image-analyzer
  • libmirage

Copy link
Member

@keenanweaver keenanweaver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes the issue! Thank you!

pkgs/applications/emulators/cdemu/base.nix Show resolved Hide resolved
pkgs/applications/emulators/cdemu/base.nix Outdated Show resolved Hide resolved
pkgs/applications/emulators/cdemu/analyzer.nix Outdated Show resolved Hide resolved
pkgs/applications/emulators/cdemu/base.nix Outdated Show resolved Hide resolved
- rely on wrapGApps*Hook for gobject-introspection access
- use callPackage as intended
@bendlas bendlas merged commit 147760c into NixOS:master May 15, 2024
20 checks passed
@bendlas
Copy link
Contributor Author

bendlas commented May 15, 2024

still not able to use buildPythonApplication because of #311780 (comment), but this is good enough for now.

@bendlas bendlas mentioned this pull request May 15, 2024
10 tasks
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.

cdemu: not mounting images
3 participants