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

bluez: also install gatttools #23540

Closed
wants to merge 2 commits into from
Closed

bluez: also install gatttools #23540

wants to merge 2 commits into from

Conversation

husnoo
Copy link

@husnoo husnoo commented Mar 5, 2017

Motivation for this change

third attempt. sorry I don't know how to github.

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
    • Linux
  • 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.

@mention-bot
Copy link

@husnoo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @7c6f434c, @FRidh and @aske to be potential reviewers.

@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
readline libsndfile udev libical
# Disables GStreamer; not clear what it gains us other than a
# zillion extra dependencies.
# gstreamer gst-plugins-base
# gstreamer gst_plugins_base
Copy link
Contributor

Choose a reason for hiding this comment

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

You can drop this line.

Copy link
Contributor

Choose a reason for hiding this comment

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

Or "leave it unchanged" is what I mean.

@Mic92 Mic92 mentioned this pull request Mar 5, 2017
6 tasks
@@ -51,6 +51,7 @@ in stdenv.mkDerivation rec {
# FIXME: Move these into a separate package to prevent Bluez from
# depending on Python etc.
postInstall = ''
cp ./attrib/gatttool $out/bin/gatttool
Copy link
Member

Choose a reason for hiding this comment

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

the version of bluez you are currently modifying is only used by libreoffice. Is this indented? Otherwise there is bluez5.nix in the same directory

@7c6f434c
Copy link
Member

OK, I assume that was unintentional and push the version changing actual bluez5 to master. Thanks for the report.

@7c6f434c 7c6f434c closed this Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants