Skip to content

nbstripout: fix build on darwin #25851

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

Merged
merged 1 commit into from
May 17, 2017
Merged

Conversation

jluttine
Copy link
Member

Motivation for this change

Build fails on darwin because, for some reason, echo -n isn't handled properly: https://hydra.nixos.org/build/52896770/nixlog/14

I patched the failing test on darwin to use \c at the end of the string instead of -n flag.

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.

Sorry, something went wrong.

@jluttine
Copy link
Member Author

Don't merge yet. I need to work on this a little bit more.

@jluttine jluttine force-pushed the fix-nbstripout-on-darwin branch 2 times, most recently from 81f9bdb to f2ca64b Compare May 17, 2017 08:03
@LnL7 LnL7 added the 6.topic: darwin Running or building packages on Darwin label May 17, 2017
@jluttine jluttine force-pushed the fix-nbstripout-on-darwin branch from f2ca64b to 378b365 Compare May 17, 2017 08:06
@jluttine jluttine force-pushed the fix-nbstripout-on-darwin branch from 378b365 to 4a9acbb Compare May 17, 2017 08:07
@jluttine
Copy link
Member Author

Now this should be good to merge.

@FRidh FRidh merged commit 4d9ebd3 into NixOS:master May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: darwin Running or building packages on Darwin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants