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

way-cooler: 0.6.2 -> 0.7.0 #33044

Closed
wants to merge 3 commits into from
Closed

way-cooler: 0.6.2 -> 0.7.0 #33044

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 25, 2017

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@ghost
Copy link
Author

ghost commented Dec 25, 2017

/cc @miltador

way-cooler = ((callPackage ./way-cooler.nix {}).way_cooler_0_6_2.override {
lua = lua5_3.overrideAttrs (oldAttrs: rec {
postFixup = ''
ln -s $out/lib/liblua.so $out/lib/liblua5.3.so
Copy link
Member

Choose a reason for hiding this comment

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

This seems weird. Why not just patch lua to do this itself always?

Copy link
Author

Choose a reason for hiding this comment

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

@grahamc Fixed, thanks!

dbus = attrs: { buildInputs = [ pkgconfig dbus_libs ]; };
gobject-sys = attrs: { buildInputs = [ dbus_glib ]; };
gio-sys = attrs: { buildInputs = [ dbus_glib ]; };
gdk-pixbuf-sys = attrs: { buildInputs = [ dbus_glib ]; };
gdk-pixbuf = attrs: { buildInputs = [ dbus_glib gdk_pixbuf ]; };
Copy link

Choose a reason for hiding this comment

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

Is it a good idea to specify this in default-crate-overrides.nix instead?

Copy link
Author

Choose a reason for hiding this comment

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

@ne-sted Indeed, thanks!

@ghost ghost closed this Feb 3, 2018
This pull request was closed.
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

2 participants