-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pkgs/os-specific: stdenv.lib -> lib #109490
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
Conversation
this shouldn't be causing any rebuilds... |
@jonringer The reason why might be because of whitespace changes. |
3c284d9
to
fd4dd83
Compare
ah that makes sense, and it's unfortunate. If saw |
fd4dd83
to
0175b75
Compare
Seems there is a whitespace change here: https://github.com/NixOS/nixpkgs/pull/109490/files#diff-0e2f4255d92df895a1e001d696295864233cb319f2aa78aa10654efef9ef1663L33-R33 (file |
@prusnak but that whitespace change is in the |
OK, right. There is another whitespace change in |
0175b75
to
6530799
Compare
6530799
to
f31a133
Compare
@prusnak Thanks, that made rebuilds go to 0. @SuperSandro2000 pending one last ofborg CI check. |
f31a133
to
16d91ee
Compare
Fixes the evaluation of packages in pkgs/os-specific/windows that weren't updated to include a new lib parameter after the refactor from stdenv.lib -> lib (NixOS#109490). I originally only intended this change to fix `pkgsCross.mingw32.buildPackages.gcc` & `pkgsCross.mingwW64.buildPackages.gcc` to support building wine with `mingwSupport`, but I noticed this was an issue for all updated windows packages. Most of these other packages fail to build for other reasons.
Motivation for this change
Pending merge of #109455
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)