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

xpad: 5.0.0 -> 5.1.0 #45529

Merged
merged 1 commit into from Aug 24, 2018
Merged

xpad: 5.0.0 -> 5.1.0 #45529

merged 1 commit into from Aug 24, 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/xpad/versions.

meta.description for xpad is: '"A sticky note application for jotting down things to remember"'.

Checks done (click to expand)
  • built on NixOS
  • /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0/bin/xpad passed the binary check.
  • /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0/bin/.xpad-wrapped passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 5.1.0 with grep in /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0
  • directory tree listing: https://gist.github.com/b9bc3e4e8bff0a3fdbd7199561ce3019
  • du listing: https://gist.github.com/43fc8f7dbeba46c67f31c96a5f41a0f9
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 62c960f677ab2b90886319cec47140a8ee5204c0 && nix-shell --pure -I nixpkgs=. -p xpad

cc @michalrus 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/xpad/versions.
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: xpad

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: xpad

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0/bin/xpad
shrinking RPATHs of ELF executables and libraries in /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0
shrinking /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0/bin/.xpad-wrapped
gzipping man pages under /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0/share/man/
/nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0
/nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip is /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip
stripping (with command /nix/store/vp40my263xk32f07788srrgl59rycsna-binutils-2.30/bin/strip and flags -S) in /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0/bin
patching script interpreter paths in /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0
checking for references to /build in /nix/store/aw2vwv41a4pjf5z1hn2d8z91dk2hwav4-xpad-5.1.0...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: xpad

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0/bin/xpad
shrinking RPATHs of ELF executables and libraries in /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0
shrinking /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0/bin/.xpad-wrapped
gzipping man pages under /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0/share/man/
/nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip is /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip
stripping (with command /nix/store/8wl4dykwswy42wxj671b6k7vk2ydxg86-binutils-2.30/bin/strip and flags -S) in /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0/bin
patching script interpreter paths in /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0
checking for references to /build in /nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0...
/nix/store/dbdhhzxhfwrrq24w4mr0pgxfq349ph2i-xpad-5.1.0

@xeji xeji merged commit 9e0cb36 into NixOS:master Aug 24, 2018
@r-ryantm r-ryantm deleted the auto-update/xpad branch August 25, 2018 03:49
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