diff options
| author | Peter Waller <p@pwaller.net> | 2024-12-10 09:01:31 +0000 |
|---|---|---|
| committer | Peter Waller <p@pwaller.net> | 2024-12-10 09:01:31 +0000 |
| commit | a4543ae1bc44094a962462a2d0fb6c3b482182fa (patch) | |
| tree | b78206ed5bdf4ec050d02340b0bc7249915ba88c /pkgs/development/python-modules/python-etherscan-api | |
| parent | eaae2eaec74b789366782d208457b5bc0ad1214c (diff) | |
pkgsLLVM: Fix unwanted target offset
pkgsLLVM introduced an unwanted target offset, as can be seen with the
following commands.
Before this commit:
```
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.stdenv.hostPlatform.config
"x86_64-unknown-linux-gnu"
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.pkgsLLVM.stdenv.hostPlatform.config
"aarch64-unknown-linux-gnu"
Explaination: These two should be the same, since the only difference
between them is the addition of "pkgsLLVM". The buildPackages of the
pkgsCross set should have a hostPlatform which is the native platform.
```
After this commit:
```
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.stdenv.hostPlatform.config
"x86_64-unknown-linux-gnu"
$ nix eval --system x86_64-linux -f . pkgsCross.aarch64-multiplatform.buildPackages.pkgsLLVM.stdenv.hostPlatform.config
"x86_64-unknown-linux-gnu"
```
Diffstat (limited to 'pkgs/development/python-modules/python-etherscan-api')
0 files changed, 0 insertions, 0 deletions
