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

treewide: directly pass cargoRoot to fetcher #373541

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

TomaSajt
Copy link
Contributor

@TomaSajt TomaSajt commented Jan 13, 2025

Followup to #356811

this is just part 1, should be only the low rebuild count packages

things that should be in part 2:

  • ruby

Question: should the docs follow the formatting rules, or can it stay in a format that's more readable (single-line)?

Note: for packages that didn't do name="${pname}-${version}"; or inherit pname version already, the output name of the FOD will change, thus the FOD hash will also change.

Note: I have split this PR into separate commits in case some parts need backporting. (probably the hash changes) (but maybe everything can be backported)

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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.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.

@TomaSajt
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

⏩ 1 package blacklisted:
  • nixos-install-tools
❌ 1 package failed to build:
  • surrealist
✅ 72 packages built:
  • alacarte
  • ayatana-indicator-display
  • blueberry
  • btrfs-assistant
  • ccextractor
  • cinnamon-common
  • cinnamon-gsettings-overrides
  • cinnamon-screensaver
  • cinnamon-session
  • cross-seed
  • fcitx5-openbangla-keyboard
  • hypnotix
  • ibus-engines.openbangla-keyboard
  • kubecolor
  • lightdm-slick-greeter
  • lomiri.lomiri
  • lomiri.lomiri-history-service
  • lomiri.lomiri-history-service.dev
  • lomiri.lomiri-session
  • lomiri.telephony-service
  • mate.marco
  • mate.mate-applets
  • mate.mate-control-center
  • mate.mate-gsettings-overrides
  • mate.mate-indicator-applet
  • mate.mate-media
  • mate.mate-netbook
  • mate.mate-notification-daemon
  • mate.mate-panel
  • mate.mate-panel-with-applets
  • mate.mate-power-manager
  • mate.mate-screensaver
  • mate.mate-sensors-applet
  • mate.mate-session-manager
  • mate.mate-settings-daemon-wrapped
  • mate.mate-tweak
  • mate.mate-tweak.dist
  • mate.mate-utils
  • mate.mate-wayland-session
  • nemo
  • nemo-fileroller
  • nemo-python
  • nemo-with-extensions
  • nemo.dev
  • nixpkgs-manual
  • pix
  • plata-theme
  • python312Packages.mmcv
  • python312Packages.mmcv.dist
  • python312Packages.mmengine
  • python312Packages.mmengine.dist
  • python312Packages.python-xapp
  • python313Packages.python-xapp
  • snapper
  • snapper-gui
  • snapper-gui.dist
  • sticky
  • telepathy-mission-control
  • telepathy-mission-control.dev
  • telepathy-mission-control.lib
  • timeshift
  • timeshift-minimal
  • timeshift-unwrapped
  • warpinator
  • xapp
  • xapp.dev
  • xdg-desktop-portal-xapp
  • xed-editor
  • xilinx-bootgen
  • xmonad_log_applet_mate
  • xreader
  • xviewer

surrealist build failure is unrelated

Copy link
Contributor

@MDM23 MDM23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for fixing this! The surrealist build should be fixed by #373428.

@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants