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

info: build sandboxed software with nix and uutils-coreutils instead of gnu coreutils #1818

Open
SuperSandro2000 opened this issue Mar 14, 2021 · 1 comment
Labels

Comments

@SuperSandro2000
Copy link
Contributor

This is more an information than an issue.

I just wanted to let you know that I did a stdenv for nixpkgs which replaces all references in the default build environment of gnus coreutils with uutils coreutils. This makes it really easy to try build software with it without potentially breaking your system and making sure that it is purely using uutils coreutils. I already found two bugs by trying to build an autoconf project and I hope this is a great way to test real world usages in an easy and find bugs in odd usages.

NixOS/nixpkgs#116274

Currently it would require rebuilding a lot of stuff but this should change in the next weeks after a bugfix is merged.

With the following command you could compile python3 with uutils-coreutils when you checked out the PR and habe the nix package manager installed:

nix-build --show-trace -E 'with import ./. { }; python3.override { stdenv = stdenvUutilsCoreutils; }'
@stale
Copy link

stale bot commented Mar 14, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant