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

yank: 0.8.3 -> 1.0.0 #46926

Merged
merged 1 commit into from Sep 28, 2018
Merged

yank: 0.8.3 -> 1.0.0 #46926

merged 1 commit into from Sep 28, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yank/versions.

meta.description for yank is: '"Yank terminal output to clipboard"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/149d5e73b3255a7cba5b5c8d6dd619b61f4838c9.tar.gz -p yank
ls -la /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0

cc @dochang for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yank/versions
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: yank

Partial log (click to expand)

installing
install flags: SHELL=/nix/store/cblfnvb5rmhd2z231mqasn0brzh1hhv4-bash-4.4-p23/bin/bash YANKCMD=/nix/store/nx9lvzmxi9lfx59zfghvkh4fp5ddql69-xsel-unstable-2016-09-02/bin/xsel PREFIX=\$\(out\) install
install -s -m 0755 yank /nix/store/n9qs3naqq7rlld5964s41rjkk38d6xil-yank-1.0.0/bin
install -m 0644 yank.1 /nix/store/n9qs3naqq7rlld5964s41rjkk38d6xil-yank-1.0.0/share/man/man1
post-installation fixup
gzipping man pages under /nix/store/n9qs3naqq7rlld5964s41rjkk38d6xil-yank-1.0.0/share/man/
strip is /nix/store/df6k4mgdjxciy0f637lryp7c9ln7n1m3-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/n9qs3naqq7rlld5964s41rjkk38d6xil-yank-1.0.0/bin
patching script interpreter paths in /nix/store/n9qs3naqq7rlld5964s41rjkk38d6xil-yank-1.0.0
/nix/store/n9qs3naqq7rlld5964s41rjkk38d6xil-yank-1.0.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: yank

Partial log (click to expand)

install -m 0644 yank.1 /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0/share/man/man1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0
shrinking /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0/bin/yank
gzipping man pages under /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0/bin
patching script interpreter paths in /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0
checking for references to /build in /nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0...
/nix/store/bpbf0gkm5xslp16vkmnn0qyxp4spwc1m-yank-1.0.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: yank

Partial log (click to expand)

install -m 0644 yank.1 /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0/share/man/man1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0
shrinking /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0/bin/yank
gzipping man pages under /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0/bin
patching script interpreter paths in /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0
checking for references to /build in /nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0...
/nix/store/xwnnh3njcllh9iz91m9vsdn76229ril3-yank-1.0.0

@xeji xeji merged commit 5bfe657 into NixOS:master Sep 28, 2018
@r-ryantm r-ryantm deleted the auto-update/yank branch October 3, 2018 04:11
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

3 participants