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

vid-stab: unstable-2022-05-30 -> 1.1.1-unstable-2024-06-15, and other enhancements #340294

Closed
wants to merge 317 commits into from

Conversation

azuwis
Copy link
Contributor

@azuwis azuwis commented Sep 7, 2024

Description of changes

  • Move to pkgs/by-name
  • Format using nixfmt-rfc-style
  • Add passthru.updateScript
  • unstable-2022-05-30 -> 1.1.1-unstable-2024-06-15

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

wolfgangwalther and others added 30 commits August 24, 2024 12:23
Tested qbs with and without __structuredAttrs.
Tested perlPackages.GSSAPI with and without __structuredAttrs.
…x-list

publicsuffix-list: 0-unstable-2024-06-19 -> 0-unstable-2024-08-21
This was supposed to happen in NixOS#294504, but the commit was accidentally
left out when splitting off some libpq-related changes. Originated in
NixOS#179962, by Sandro.

Co-authored-by: Sandro Jäckel <[email protected]>
Co-authored-by: Wolfgang Walther <[email protected]>
treewide: fix pg_config / postgresql headers moved to dev output
https://github.com/pytest-dev/pytest-order/releases/tag/v1.3.0

Also fetch the source from GitHub since that is "closer to the source" and use `pyproject = true`.
This change switches the xar package from unmaintained fork of the
original project to the Apple Open Source tarball. See also
https://repology.org/project/xar/versions

Since the package is essentially rewritten from scratch, we take an
opportunity and move it to pkgs/by-name/xa/xar (formatted with nixfmt).

We also remove Windows from the supported platforms because even before
this change pkgsCross.mingwW64.xar failed with
xar> configure: error: can not detect the size of your system's uid_t type
Without the change the doc build fails as:

    $ nix build -f nixos config.system.build.manual.manualHTML -L
    ...
    nixos-manual-html> RuntimeError: heading in line 366 does not have an id
lib/systems: use execline’s exec instead of runtimeShell
nixos/postgresql: fix documentation markdown
Reduces the set of dependencies required to build PostgreSQL.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.