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

[vcpkg] Nix-shell package pkgconfig reanamed to pkg-config #42002

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JonLiu1993
Copy link
Member

Fixes #41986
Rename pkgconfig to pkg-config fix error:

nix-shell
error:
       … while calling the 'derivationStrict' builtin

         at /builtin/derivation.nix:9:12: (source not available)

       … while evaluating derivation 'vcpkg-shell-env'
         whose name attribute is located at /nix/store/dhsv8dalz1nm031xd6l8i085cmd0sv7q-nixpkgs/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:336:7

       … while evaluating attribute 'shellHook' of derivation 'vcpkg-shell-env'

         at /nix/store/dhsv8dalz1nm031xd6l8i085cmd0sv7q-nixpkgs/nixpkgs/pkgs/build-support/build-fhsenv-bubblewrap/default.nix:279:7:

          278|     env = runCommandLocal "${name}-shell-env" {
          279|       shellHook = bwrapCmd {};
             |       ^
          280|     } ''

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: 'pkgconfig' has been renamed to/replaced by 'pkg-config'
  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@JonLiu1993 JonLiu1993 added category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly info:internal This PR or Issue was filed by the vcpkg team. labels Nov 7, 2024
@JonLiu1993 JonLiu1993 marked this pull request as ready for review November 7, 2024 09:12
@jimwang118 jimwang118 added the info:reviewed Pull Request changes follow basic guidelines label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nix-shell package pkgconfig reanamed to pkg-config
2 participants