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

powershell: 6.0.2 -> 6.0.3 #43912

Merged
merged 1 commit into from Jul 22, 2018
Merged

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/powershell/versions.

meta.description for powershell is: '"Cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework"'.

Checks done (click to expand)
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 ec67dfb40aac25ac813fec0867f879394c849f9a && nix-shell --pure -I nixpkgs=. -p powershell

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

Success on aarch64-linux (full log)

Attempted: powershell

Partial log (click to expand)

searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/libcoreclr.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/libclrjit.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/createdump
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/System.Security.Cryptography.Native.OpenSsl.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/System.Net.Security.Native.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/System.Net.Http.Native.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/System.Native.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/System.IO.Compression.Native.so
searching for dependencies of /nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3/share/powershell/System.Globalization.Native.so
/nix/store/y7n5j2zc535h56jz3b0vgzyk57xlhyz3-powershell-6.0.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: powershell

Partial log (click to expand)

searching for dependencies of /nix/store/b653lpkf0lsx00xscr623i37zg3mb965-powershell-6.0.3/share/powershell/System.Security.Cryptography.Native.OpenSsl.so
  libstdc++.so.6 -> found: /nix/store/i5znwsdi9yybfydd1kbdrsq5s4phjm93-gcc-7.3.0-lib/lib/libstdc++.so.6
setting RPATH to: /nix/store/i5znwsdi9yybfydd1kbdrsq5s4phjm93-gcc-7.3.0-lib/lib
searching for dependencies of /nix/store/b653lpkf0lsx00xscr623i37zg3mb965-powershell-6.0.3/share/powershell/libdbgshim.so
  libunwind.so.8 -> found: /nix/store/0l0wh48q5kccg67wazpbq4mgrvs61r02-libunwind-1.2.1/lib/libunwind.so.8
  libuuid.so.1 -> found: /nix/store/sm6c44brmpkfbqiami630nn7ijwn5d13-util-linux-2.32/lib/libuuid.so.1
  libunwind-x86_64.so.8 -> found: /nix/store/0l0wh48q5kccg67wazpbq4mgrvs61r02-libunwind-1.2.1/lib/libunwind-x86_64.so.8
  libstdc++.so.6 -> found: /nix/store/i5znwsdi9yybfydd1kbdrsq5s4phjm93-gcc-7.3.0-lib/lib/libstdc++.so.6
setting RPATH to: /nix/store/0l0wh48q5kccg67wazpbq4mgrvs61r02-libunwind-1.2.1/lib:/nix/store/sm6c44brmpkfbqiami630nn7ijwn5d13-util-linux-2.32/lib:/nix/store/0l0wh48q5kccg67wazpbq4mgrvs61r02-libunwind-1.2.1/lib:/nix/store/i5znwsdi9yybfydd1kbdrsq5s4phjm93-gcc-7.3.0-lib/lib
/nix/store/b653lpkf0lsx00xscr623i37zg3mb965-powershell-6.0.3

@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: powershell

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.


@FRidh FRidh merged commit d4fb8ab into NixOS:master Jul 22, 2018
@r-ryantm r-ryantm deleted the auto-update/powershell branch July 23, 2018 02:45
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