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

Remove fall-back to regular coreutils on Darwin #454

Closed
wants to merge 1 commit into from

Conversation

avdv
Copy link
Member

@avdv avdv commented Nov 24, 2023

The problem was apparently fixed upstream.

Fixes #424

The problem was apparently fixed upstream.

Fixes #424
Copy link
Member

@aherrmann aherrmann left a comment

Choose a reason for hiding this comment

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

Nice, thank you!

@avdv
Copy link
Member Author

avdv commented Nov 24, 2023

Well, turns out that this problem still persists, unfortunately. I quickly tested in a directory with a recent nixpkgs checkout using

nix-shell -I nixpkgs=./. -p pkgsStatic.coreutils

which ran successfully. But this was on a aarch64-darwin machine, using

nix-shell --argstr localSystem x86_64-darwin -I nixpkgs=./. -p pkgsStatic.coreutils

still fails with

error: don't yet have a `targetPackages.darwin.LibsystemCross for x86_64-apple-darwin`
(use '--show-trace' to show detailed location information)

I'll open an upstream issue.

@avdv avdv closed this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkgsStatic.coreutils is no longer available on MacOS with recent nixpkgs
2 participants