Skip to content

rubyPackages.gtk3: fix build add missing dependencies#501253

Open
kirillrdy wants to merge 1 commit intoNixOS:masterfrom
kirillrdy:ruby-gtk3-fix-dependencies
Open

rubyPackages.gtk3: fix build add missing dependencies#501253
kirillrdy wants to merge 1 commit intoNixOS:masterfrom
kirillrdy:ruby-gtk3-fix-dependencies

Conversation

@kirillrdy
Copy link
Member

@kirillrdy kirillrdy commented Mar 19, 2026

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

@kirillrdy kirillrdy marked this pull request as ready for review March 19, 2026 08:01
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 6.topic: ruby A dynamic, open source programming language with a focus on simplicity and productivity. labels Mar 19, 2026
@kirillrdy kirillrdy mentioned this pull request Mar 19, 2026
13 tasks
@kirillrdy
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 501253
Commit: 1ab53a763ceffcb513a2991b2ed35ead1ac17a03


x86_64-linux

✅ 27 packages built:
  • rubyPackages.atk (rubyPackages_3_4.atk)
  • rubyPackages.cairo-gobject (rubyPackages_3_4.cairo-gobject)
  • rubyPackages.gdk3 (rubyPackages_3_4.gdk3)
  • rubyPackages.gdk_pixbuf2 (rubyPackages_3_4.gdk_pixbuf2)
  • rubyPackages.gio2 (rubyPackages_3_4.gio2)
  • rubyPackages.glib2 (rubyPackages_3_4.glib2)
  • rubyPackages.gobject-introspection (rubyPackages_3_4.gobject-introspection)
  • rubyPackages.gtk3 (rubyPackages_3_4.gtk3)
  • rubyPackages.pango (rubyPackages_3_4.pango)
  • rubyPackages_3_3.atk
  • rubyPackages_3_3.cairo-gobject
  • rubyPackages_3_3.gdk3
  • rubyPackages_3_3.gdk_pixbuf2
  • rubyPackages_3_3.gio2
  • rubyPackages_3_3.glib2
  • rubyPackages_3_3.gobject-introspection
  • rubyPackages_3_3.gtk3
  • rubyPackages_3_3.pango
  • rubyPackages_4_0.atk
  • rubyPackages_4_0.cairo-gobject
  • rubyPackages_4_0.gdk3
  • rubyPackages_4_0.gdk_pixbuf2
  • rubyPackages_4_0.gio2
  • rubyPackages_4_0.glib2
  • rubyPackages_4_0.gobject-introspection
  • rubyPackages_4_0.gtk3
  • rubyPackages_4_0.pango

util-linux
libselinux
libsepol
systemd
Copy link
Member

Choose a reason for hiding this comment

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

Why are these libraries in nativeBuildInputs?

Copy link
Member Author

Choose a reason for hiding this comment

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

moved to buildInputs, pkg-config was looking for libsystemd.pc

@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Mar 20, 2026
@kirillrdy kirillrdy force-pushed the ruby-gtk3-fix-dependencies branch from 1ab53a7 to ab63eaf Compare March 20, 2026 23:43
@kirillrdy
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 501253
Commit: ab63eaf5d166e7e5e0c1793c19fb9241477e9172


x86_64-linux

✅ 27 packages built:
  • rubyPackages.atk (rubyPackages_3_4.atk)
  • rubyPackages.cairo-gobject (rubyPackages_3_4.cairo-gobject)
  • rubyPackages.gdk3 (rubyPackages_3_4.gdk3)
  • rubyPackages.gdk_pixbuf2 (rubyPackages_3_4.gdk_pixbuf2)
  • rubyPackages.gio2 (rubyPackages_3_4.gio2)
  • rubyPackages.glib2 (rubyPackages_3_4.glib2)
  • rubyPackages.gobject-introspection (rubyPackages_3_4.gobject-introspection)
  • rubyPackages.gtk3 (rubyPackages_3_4.gtk3)
  • rubyPackages.pango (rubyPackages_3_4.pango)
  • rubyPackages_3_3.atk
  • rubyPackages_3_3.cairo-gobject
  • rubyPackages_3_3.gdk3
  • rubyPackages_3_3.gdk_pixbuf2
  • rubyPackages_3_3.gio2
  • rubyPackages_3_3.glib2
  • rubyPackages_3_3.gobject-introspection
  • rubyPackages_3_3.gtk3
  • rubyPackages_3_3.pango
  • rubyPackages_4_0.atk
  • rubyPackages_4_0.cairo-gobject
  • rubyPackages_4_0.gdk3
  • rubyPackages_4_0.gdk_pixbuf2
  • rubyPackages_4_0.gio2
  • rubyPackages_4_0.glib2
  • rubyPackages_4_0.gobject-introspection
  • rubyPackages_4_0.gtk3
  • rubyPackages_4_0.pango

@kirillrdy kirillrdy requested a review from NickCao March 21, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: ruby A dynamic, open source programming language with a focus on simplicity and productivity. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants